Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTConstraints.h
Go to the documentation of this file.
2 
5 +(nonnull instancetype)constraintWithLowerOffset:(CGFloat)newOffset;
6 +(nonnull instancetype)constraintWithUpperOffset:(CGFloat)newOffset;
7 +(nonnull instancetype)constraintWithRelativeOffset:(CGFloat)newOffset;
9 
12 -(nonnull instancetype)initWithLowerOffset:(CGFloat)newOffset;
13 -(nonnull instancetype)initWithUpperOffset:(CGFloat)newOffset;
14 -(nonnull instancetype)initWithRelativeOffset:(CGFloat)newOffset;
16 
17 @end
18 
23 
26 -(BOOL)isEqualToConstraint:(nullable CPTConstraints *)otherConstraint;
28 
31 -(CGFloat)positionForLowerBound:(CGFloat)lowerBound upperBound:(CGFloat)upperBound;
33 
34 @end
NSObject
CPTConstraints
Implements a one-dimensional constrained position within a given numeric range.
Definition: CPTConstraints.h:1
BOOL
typedef BOOL
CGFloat
typedef CGFloat
CPTConstraints(AbstractMethods)
CPTConstraints abstract methods—must be overridden by subclasses.
Definition: CPTConstraints.h:22
NSSecureCoding-p