Package | Description |
---|---|
edu.ucdavis.cstars.client.symbol | |
edu.ucdavis.cstars.client.toolbars |
Modifier and Type | Class and Description |
---|---|
class |
CartographicLineSymbol
Line symbols are used to draw linear features on the graphics layer.
|
Modifier and Type | Method and Description |
---|---|
static SimpleLineSymbol |
SimpleLineSymbol.create()
Creates a new empty SimpleLineSymbol object.
|
static SimpleLineSymbol |
SimpleLineSymbol.create(com.google.gwt.core.client.JavaScriptObject json)
Creates a new SimpleLineSymbol object using a JSON object.
|
static SimpleLineSymbol |
SimpleLineSymbol.create(SimpleLineSymbol.StyleType style,
Color color,
int width)
Creates a new SimpleLineSymbol object with parameters.
|
SimpleLineSymbol |
SimpleMarkerSymbol.getOutline()
Outline of the marker.
|
SimpleLineSymbol |
FillSymbol.getOutline()
Outline of the polygon.
|
SimpleLineSymbol |
FillSymbol.setOutline(SimpleLineSymbol outline)
Sets the outline of the fill symbol.
|
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 SimpleMarkerSymbol |
SimpleMarkerSymbol.create(SimpleMarkerSymbol.StyleType style,
int size,
SimpleLineSymbol outline,
Color color)
Creates a new SimpleMarkerSymbol object with parameters.
|
static PictureFillSymbol |
PictureFillSymbol.create(java.lang.String url,
SimpleLineSymbol outline,
int width,
int height)
Creates a new PictureFillSymbol object.
|
SimpleMarkerSymbol |
SimpleMarkerSymbol.setOutline(SimpleLineSymbol outline)
Sets the outline of the marker symbol.
|
SimpleLineSymbol |
FillSymbol.setOutline(SimpleLineSymbol outline)
Sets the outline of the fill symbol.
|
Modifier and Type | Method and Description |
---|---|
SimpleLineSymbol |
Draw.getLineSymbol()
Symbol to be used when drawing a Polyline.
|
Modifier and Type | Method and Description |
---|---|
void |
Draw.setLineSymbol(SimpleLineSymbol lineSymbol)
Sets the line symbol.
|