| com.esri.core.renderer.Renderer<V> |
Known Indirect Subclasses
|
Base class for all renderers - use SimpleRenderer with a GraphicsLayer.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Symbol |
getSymbol(V graphic)
Subclasses must override this method.
| ||||||||||
| abstract String |
toJson()
Converts the render to a Json String.
| ||||||||||
Subclasses must override this method. You wouldn't typically work with this method unless you need to create your own renderer.
| graphic | The Graphic to symbolize. |
|---|