![]() |
Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
CPTFill abstract methods—must be overridden by subclasses. More...
#import <CPTFill.h>
Public Instance Methods | |
| (void) | - fillRect:inContext: [implementation] |
| Draws the gradient into the given graphics context inside the provided rectangle. More... | |
| (void) | - fillPathInContext: [implementation] |
| Draws the gradient into the given graphics context clipped to the current drawing path. More... | |
Drawing | |
| (void) | - fillRect:inContext: |
| (void) | - fillPathInContext: |
Properties | |
| BOOL | opaque |
| If YES, the fill is completely opaque. More... | |
| CGColorRef | cgColor |
Returns a CGColorRef describing the fill if the fill can be represented as a color, NULL otherwise. More... | |
CPTFill abstract methods—must be overridden by subclasses.
|
implementation |
Draws the gradient into the given graphics context clipped to the current drawing path.
| context | The graphics context to draw into. |
Extends class CPTFill.
| - (void) fillPathInContext: | (nonnull CGContextRef) | context |
Extends class CPTFill.
|
implementation |
Draws the gradient into the given graphics context inside the provided rectangle.
| rect | The rectangle to draw into. |
| context | The graphics context to draw into. |
Extends class CPTFill.
| - (void) fillRect: | (CGRect) | rect | |
| inContext: | (nonnull CGContextRef) | context | |
Extends class CPTFill.
|
readnonatomicassign |
Returns a CGColorRef describing the fill if the fill can be represented as a color, NULL otherwise.
Extends class CPTFill.