|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.renderer.ClassBreak
public class ClassBreak
Constructor Summary | |
---|---|
ClassBreak()
Instantiates an empty ClassBreak object. |
|
ClassBreak(org.codehaus.jackson.JsonNode node)
Instantiates ClassBreak from a Json node object |
Method Summary | |
---|---|
static ClassBreak |
fromJson(org.codehaus.jackson.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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassBreak()
public ClassBreak(org.codehaus.jackson.JsonNode node) throws Exception
Exception
Method Detail |
---|
public double getClassMaxValue()
public void setClassMaxValue(double classMaxValue)
classMaxValue
- the maximum value to setpublic String getLabel()
public void setLabel(String label)
label
- the label stringpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic Symbol getSymbol()
public void setSymbol(Symbol symbol)
symbol
- the symbol used to display the valuepublic static ClassBreak fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- the Jackson parser holding the JSON data.
Exception
public String toJson() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |