Package | Description |
---|---|
edu.ucdavis.cstars.client.dojo | |
edu.ucdavis.cstars.client.renderer | |
edu.ucdavis.cstars.client.symbol | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static Color |
Color.create() |
static Color |
Color.create(Color color) |
static Color |
Color.create(int red,
int green,
int blue) |
static Color |
Color.create(int red,
int green,
int blue,
double alpha) |
static Color |
Color.create(com.google.gwt.core.client.JavaScriptObject color) |
static Color |
Color.create(java.lang.String color) |
Modifier and Type | Method and Description |
---|---|
static Color |
Color.create(Color color) |
Modifier and Type | Method and Description |
---|---|
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 TimeClassBreaksAger.Info |
TimeClassBreaksAger.Info.create(int minAge,
int maxAge,
Color color,
int size)
object that describes the class breaks information.
|
static TimeClassBreaksAger.Info |
TimeClassBreaksAger.Info.create(int minAge,
int maxAge,
Color color,
int size,
TimeClassBreaksAger.TimeUnits timeUnits) |
Modifier and Type | Method and Description |
---|---|
Color |
Symbol.getColor()
Symbol color.
|
Modifier and Type | Method and Description |
---|---|
static SimpleFillSymbol |
SimpleFillSymbol.create(SimpleFillSymbol.StyleType style,
SimpleLineSymbol outline,
Color color)
Creates a new SimpleFillSymbol object with parameters.
|
static SimpleLineSymbol |
SimpleLineSymbol.create(SimpleLineSymbol.StyleType style,
Color color,
int width)
Creates a new SimpleLineSymbol object with parameters.
|
static CartographicLineSymbol |
CartographicLineSymbol.create(SimpleLineSymbol.StyleType style,
Color color,
int width,
CartographicLineSymbol.CapType cap,
CartographicLineSymbol.JoinType join,
int miterLimit)
Creates a new CartographicLineSymbol object with parameters.
|
static SimpleMarkerSymbol |
SimpleMarkerSymbol.create(SimpleMarkerSymbol.StyleType style,
int size,
SimpleLineSymbol outline,
Color color)
Creates a new SimpleMarkerSymbol object with parameters.
|
static TextSymbol |
TextSymbol.create(java.lang.String text,
Font font,
Color color)
Creates a new TextSymbol object.
|
Symbol |
Symbol.setColor(Color color)
Sets the symbol color.
|
Modifier and Type | Method and Description |
---|---|
Color |
AlgorithmicColorRamp.getFromColor()
The first color in the color ramp.
|
Color |
AlgorithmicColorRamp.getToColor()
The last color in the color ramp.
|
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmicColorRamp.setFromColor(Color fromColor)
Set the fromColor parameter.
|
void |
AlgorithmicColorRamp.setToColor(Color toColor)
Set the toColor parameter.
|