Package | Description |
---|---|
edu.ucdavis.cstars.client.renderer |
Modifier and Type | Method and Description |
---|---|
static TimeClassBreaksAger.TimeUnits |
TimeClassBreaksAger.TimeUnits.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeClassBreaksAger.TimeUnits[] |
TimeClassBreaksAger.TimeUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TimeClassBreaksAger.Info |
TimeClassBreaksAger.Info.create(int minAge,
int maxAge,
Color color,
int size,
TimeClassBreaksAger.TimeUnits timeUnits) |
static TimeClassBreaksAger |
TimeClassBreaksAger.create(TimeClassBreaksAger.Info[] infos,
TimeClassBreaksAger.TimeUnits timeUnits)
Creates a new TimeClassBreaksAgerObject with the specified time breaks inforamtion.
|