public class TimeClassBreaksAger extends SymbolAger
Modifier and Type | Class and Description |
---|---|
static class |
TimeClassBreaksAger.Info |
static class |
TimeClassBreaksAger.TimeUnits |
Modifier and Type | Method and Description |
---|---|
static TimeClassBreaksAger |
create(TimeClassBreaksAger.Info[] infos)
Creates a new TimeClassBreaksAgerObject with the specified time breaks inforamtion.
|
static TimeClassBreaksAger |
create(TimeClassBreaksAger.Info[] infos,
TimeClassBreaksAger.TimeUnits timeUnits)
Creates a new TimeClassBreaksAgerObject with the specified time breaks inforamtion.
|
getAgedSymbol
public static TimeClassBreaksAger create(TimeClassBreaksAger.Info[] infos)
infos
- - Each element in the array is an object that describes the class breaks information.public static TimeClassBreaksAger create(TimeClassBreaksAger.Info[] infos, TimeClassBreaksAger.TimeUnits timeUnits)
infos
- - Each element in the array is an object that describes the class breaks information.timeUnits
- - The unit in which the minimum and maximum break values are measured. Default is days.