An object that represents a time class break for the AGSTimeClassBreaksAger
.
Public Member Functions | |
(id) | - initWithColor:maxRelativeAge: |
(id) | - initWithColor:size:maxRelativeAge: |
Static Public Member Functions | |
(AGSTimeClassBreak *) | + timeClassBreakWithColor:maxRelativeAge: |
(AGSTimeClassBreak *) | + timeClassBreakWithColor:size:maxRelativeAge: |
Properties | |
UIColor * | color |
double | maxRelativeAge |
CGFloat | size |
- (id) initWithColor: | (UIColor *) | color | ||
maxRelativeAge: | (double) | maxRelativeAge | ||
Initializes an AGSTimeClassBreak.
- (id) initWithColor: | (UIColor *) | color | ||
size: | (float) | size | ||
maxRelativeAge: | (double) | maxRelativeAge | ||
Initializes an AGSTimeClassBreak.
+ (AGSTimeClassBreak*) timeClassBreakWithColor: | (UIColor *) | color | ||
maxRelativeAge: | (double) | maxRelativeAge | ||
Returns an autoreleased AGSTimeClassBreak.
+ (AGSTimeClassBreak*) timeClassBreakWithColor: | (UIColor *) | color | ||
size: | (float) | size | ||
maxRelativeAge: | (double) | maxRelativeAge | ||
Returns an autoreleased AGSTimeClassBreak.
- (UIColor*) color [read, write, retain] |
The color of the symbol for this time break.
- (double) maxRelativeAge [read, write, assign] |
The max relative age (relative to the ager's time extent) for this time break.
- (CGFloat) size [read, write, assign] |
The size of the symbol for this time break.