AGSTimeClassBreak Class Reference


Description

An object that represents a time class break for the AGSTimeClassBreaksAger.

Defined in:
AGSTimeClassBreaksAger.h ( ArcGIS library)
Since:
1.8

List of all members.

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

Member Function Documentation

- (id) initWithColor: (UIColor *)  color
maxRelativeAge: (double)  maxRelativeAge 

Initializes an AGSTimeClassBreak.

Since:
1.8
- (id) initWithColor: (UIColor *)  color
size: (float)  size
maxRelativeAge: (double)  maxRelativeAge 

Initializes an AGSTimeClassBreak.

Since:
1.8
+ (AGSTimeClassBreak*) timeClassBreakWithColor: (UIColor *)  color
maxRelativeAge: (double)  maxRelativeAge 

Returns an autoreleased AGSTimeClassBreak.

Since:
1.8
+ (AGSTimeClassBreak*) timeClassBreakWithColor: (UIColor *)  color
size: (float)  size
maxRelativeAge: (double)  maxRelativeAge 

Returns an autoreleased AGSTimeClassBreak.

Since:
1.8

Property Documentation

- (UIColor*) color [read, write, retain]

The color of the symbol for this time break.

Since:
1.8
- (double) maxRelativeAge [read, write, assign]

The max relative age (relative to the ager's time extent) for this time break.

Since:
1.8
- (CGFloat) size [read, write, assign]

The size of the symbol for this time break.

Since:
1.8