public class TimeRampAger extends SymbolAger
Modifier and Type | Method and Description |
---|---|
static TimeRampAger |
create()
Creates a new TimeRampAger object with the specified color and size ranges.
|
static TimeRampAger |
create(Color minColor,
Color maxColor)
Creates a new TimeRampAger object with the specified color and size ranges.
|
static TimeRampAger |
create(Color minColor,
Color maxColor,
int minSize,
int maxSize)
Creates a new TimeRampAger object with the specified color and size ranges.
|
static TimeRampAger |
create(int minSize,
int maxSize)
Creates a new TimeRampAger object with the specified color and size ranges.
|
getAgedSymbol
public static TimeRampAger create()
public static TimeRampAger create(Color minColor, Color maxColor, int minSize, int maxSize)
minColor
- - Minimum color. Older features will be closer to the minimum value.maxColor
- - Maximum color. Newer features will be closer to the maximum value.minSize
- - Minimum size in pixels. Older features will be closer to the minimum value.maxSize
- - Maximum size in pixels. Newer features will be closer to the maximum value.public static TimeRampAger create(Color minColor, Color maxColor)
minColor
- - Minimum color. Older features will be closer to the minimum value.maxColor
- - Maximum color. Newer features will be closer to the maximum value.public static TimeRampAger create(int minSize, int maxSize)
minSize
- - Minimum size in pixels. Older features will be closer to the minimum value.maxSize
- - Maximum size in pixels. Newer features will be closer to the maximum value.