Package | Description |
---|---|
edu.ucdavis.cstars.client.renderer |
Modifier and Type | Method and Description |
---|---|
static TimeRampAger |
TimeRampAger.create()
Creates a new TimeRampAger object with the specified color and size ranges.
|
static TimeRampAger |
TimeRampAger.create(Color minColor,
Color maxColor)
Creates a new TimeRampAger object with the specified color and size ranges.
|
static TimeRampAger |
TimeRampAger.create(Color minColor,
Color maxColor,
int minSize,
int maxSize)
Creates a new TimeRampAger object with the specified color and size ranges.
|
static TimeRampAger |
TimeRampAger.create(int minSize,
int maxSize)
Creates a new TimeRampAger object with the specified color and size ranges.
|