Package | Description |
---|---|
edu.ucdavis.cstars.client.symbol |
Modifier and Type | Method and Description |
---|---|
static PictureMarkerSymbol |
PictureMarkerSymbol.create(com.google.gwt.core.client.JavaScriptObject json)
Creates a new PictureMarkerSymbol object using a JSON object.
|
static PictureMarkerSymbol |
PictureMarkerSymbol.create(java.lang.String url,
int width,
int height)
Creates a new PictureMarkerSymbol object.
|
PictureMarkerSymbol |
PictureMarkerSymbol.setHeight(int height)
Sets the height of the image for display.
|
PictureMarkerSymbol |
PictureMarkerSymbol.setUrl(java.lang.String url)
Sets the URL where the image is located.
|
PictureMarkerSymbol |
PictureMarkerSymbol.setWidth(int width)
Sets the width of the image for display.
|