com.esri.core.renderer.Renderer<V> |
Known Indirect Subclasses
ClassBreaksRenderer |
A class breaks renderer symbolizes each graphic based on the value of some numeric attribute. |
DictionaryRenderer |
This is a renderer defined by dictionary. |
SimpleRenderer |
A simple renderer uses the same symbol for every graphic. |
UniqueValueRenderer |
A unique value renderer symbolizes groups of graphics that have matching attributes. |
|
Class Overview
Base class for all renderers - use SimpleRenderer with a GraphicsLayer.
Summary
Public Methods |
abstract
Symbol
|
getSymbol(V graphic)
Subclasses must override this method.
|
abstract
String
|
toJson()
Converts the render to a Json String.
|
Public Methods
public
abstract
Symbol
getSymbol
(V graphic)
Subclasses must override this method. You wouldn't typically work with this method unless you need to create your
own renderer.
Parameters
graphic |
The Graphic to symbolize. |
Returns
- the symbol based on the properties of the graphic.
public
abstract
String
toJson
()
Converts the render to a Json String.