Package | Description |
---|---|
edu.ucdavis.cstars.client | |
edu.ucdavis.cstars.client.symbol | |
edu.ucdavis.cstars.client.toolbars |
Modifier and Type | Method and Description |
---|---|
static void |
ESRI.setZoomSymbol(SimpleFillSymbol zoomSymbol)
The SimpleFillSymbol to use to represent the color, fill, and outline properties of the RubberBand zoom.
|
Modifier and Type | Method and Description |
---|---|
static SimpleFillSymbol |
SimpleFillSymbol.create()
Creates a new empty SimpleFillSymbol object.
|
static SimpleFillSymbol |
SimpleFillSymbol.create(com.google.gwt.core.client.JavaScriptObject json)
Creates a new SimpleFillSymbol object using a JSON object.
|
static SimpleFillSymbol |
SimpleFillSymbol.create(SimpleFillSymbol.StyleType style,
SimpleLineSymbol outline,
Color color)
Creates a new SimpleFillSymbol object with parameters.
|
SimpleFillSymbol |
SimpleFillSymbol.setStyle(SimpleFillSymbol.StyleType style)
Sets the fill symbol style.
|
SimpleFillSymbol |
SimpleLineSymbol.setStyle(SimpleLineSymbol.StyleType style)
Sets the line symbol style.
|
Modifier and Type | Method and Description |
---|---|
SimpleFillSymbol |
Draw.getFillSymbol()
Symbol to be used when drawing a Polygon or Extent.
|
Modifier and Type | Method and Description |
---|---|
void |
Draw.setFillSymbol(SimpleFillSymbol fillSymbol)
Sets the fill symbol.
|