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"
4 
5 #pragma mark - CPTLayer
6 
11 
14 -(nullable CPTNativeImage *)imageOfLayer;
16 
17 @end
18 
19 #pragma mark - NSNumber
20 
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 
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