| java.lang.Object | |
| ↳ | com.esri.core.renderer.ClassBreak |
The Class ClassBreak.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
ClassBreak()
Instantiates an empty ClassBreak object.
| |||||||||||
|
ClassBreak(JsonNode node)
Instantiates ClassBreak from a Json node object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static ClassBreak |
fromJson(JsonParser parser)
Decodes objects from JSON representation.
| ||||||||||
| double |
getClassMaxValue()
Gets the maximum value.
| ||||||||||
| String |
getDescription()
Gets the description.
| ||||||||||
| String |
getLabel()
Gets the label.
| ||||||||||
| Symbol |
getSymbol()
Gets the symbol.
| ||||||||||
| void |
setClassMaxValue(double classMaxValue)
Sets the maximum value.
| ||||||||||
| void |
setDescription(String description)
Sets the description.
| ||||||||||
| void |
setLabel(String label)
Sets the label.
| ||||||||||
| void |
setSymbol(Symbol symbol)
Sets the symbol.
| ||||||||||
| String |
toJson()
Converts into a JSON string.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Instantiates an empty ClassBreak object.
Instantiates ClassBreak from a Json node object.
| node | the node |
|---|
| Exception | the exception |
|---|
Decodes objects from JSON representation.
| parser | the Jackson parser holding the JSON data. |
|---|
| Exception | the exception |
|---|
Gets the maximum value.
Sets the maximum value.
| classMaxValue | the maximum value to set |
|---|
Sets the description.
| description | the description to set |
|---|
Sets the symbol.
| symbol | the symbol used to display the value |
|---|