public class Renderer
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static Renderer |
fromJson(com.google.gwt.core.client.JavaScriptObject json)
Create a renderer from it's ArcGIS Server JSON representation.
|
Symbol |
getDefaultSymbol()
Default symbol used when a value or break cannot be matched.
|
Symbol |
getSymbol(Graphic graphic)
Gets the symbol for the Graphic.
|
com.google.gwt.core.client.JavaScriptObject |
toJson()
Converts object to its ArcGIS Server JSON representation.
|
public final Symbol getDefaultSymbol()
public final Symbol getSymbol(Graphic graphic)
graphic
- - Graphic to symbolize. Used when creating a custom renderer.public final com.google.gwt.core.client.JavaScriptObject toJson()
public static final Renderer fromJson(com.google.gwt.core.client.JavaScriptObject json)
json
- - object representation