|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.core.renderer.ClassBreak
public class ClassBreak
The 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassBreak()
public ClassBreak(org.codehaus.jackson.JsonNode node) throws Exception
node
- the node
Exception
- the exceptionMethod 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
- the exceptionpublic String toJson() throws Exception
Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |