Package | Description |
---|---|
edu.ucdavis.cstars.client.symbol |
Modifier and Type | Method and Description |
---|---|
static PictureFillSymbol |
PictureFillSymbol.create(com.google.gwt.core.client.JavaScriptObject json)
Creates a new PictureFillSymbol object using a JSON object.
|
static PictureFillSymbol |
PictureFillSymbol.create(java.lang.String url,
SimpleLineSymbol outline,
int width,
int height)
Creates a new PictureFillSymbol object.
|
PictureFillSymbol |
PictureFillSymbol.setHeight(int height)
Sets the height of the symbol.
|
PictureFillSymbol |
PictureFillSymbol.setOffset(int x,
int y)
Sets the symbol offset.
|
PictureFillSymbol |
PictureFillSymbol.setUrl(java.lang.String url)
Sets the URL to the location of the symbol.
|
PictureFillSymbol |
PictureFillSymbol.setWidth(int width)
Sets the width of the symbol.
|
PictureFillSymbol |
PictureFillSymbol.setXScale(int scale)
Sets the scale factor in x direction.
|
PictureFillSymbol |
PictureFillSymbol.setYScale(int scale)
Sets the scale factor in y direction.
|