Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTPlatformSpecificCategories.h
Go to the documentation of this file.
1
#import "
CPTColor.h
"
2
#import "
CPTLayer.h
"
3
#import "
CPTPlatformSpecificDefines.h
"
4
5
#pragma mark - CPTLayer
6
10
@interface
CPTLayer(CPTPlatformSpecificLayerExtensions)
11
14
-(nullable
CPTNativeImage
*)imageOfLayer;
16
17
@end
18
19
#pragma mark - NSNumber
20
24
@interface
NSNumber(CPTPlatformSpecificNumberExtensions)
25
26
-(
BOOL
)isLessThan:(nonnull
NSNumber
*)other;
27
-(
BOOL
)isLessThanOrEqualTo:(nonnull
NSNumber
*)other;
28
-(
BOOL
)isGreaterThan:(nonnull
NSNumber
*)other;
29
-(
BOOL
)isGreaterThanOrEqualTo:(nonnull
NSNumber
*)other;
30
31
@end
32
33
#pragma mark - NSAttributedString
34
38
@interface
NSAttributedString(CPTPlatformSpecificAttributedStringExtensions)
39
42
-(void)drawInRect:(
CGRect
)rect inContext:(nonnull
CGContextRef
)context;
44
47
-(
CGSize
)sizeAsDrawn;
49
50
@end
UIImage
NSAttributedString(CPTPlatformSpecificAttributedStringExtensions)
NSAttributedString extensions for drawing styled text.
Definition:
CPTPlatformSpecificCategories.h:38
CPTLayer(CPTPlatformSpecificLayerExtensions)
Platform-specific extensions to CPTLayer.
Definition:
CPTPlatformSpecificCategories.h:10
CPTPlatformSpecificDefines.h
BOOL
typedef BOOL
CGContextRef
typedef CGContextRef
CGSize
typedef CGSize
CPTLayer.h
NSNumber(CPTPlatformSpecificNumberExtensions)
Platform-specific extensions to NSNumber.
Definition:
CPTPlatformSpecificCategories.h:24
CPTColor.h
CGRect
typedef CGRect
iPhoneOnly
CPTPlatformSpecificCategories.h
Generated by
1.8.18