|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.renderer.ClassBreakInfo
public final class ClassBreakInfo
Holds information required to define a class break.
Constructor Summary | |
---|---|
ClassBreakInfo(double minimum,
double maximum,
Symbol symbol)
Create a class break definition. |
|
ClassBreakInfo(org.codehaus.jackson.JsonNode node,
double minValue)
Creates a break definition from a JSON node. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
Gets the description associated with this break. |
String |
getLabel()
Gets the label associated with this break. |
double |
getMaximum()
Gets the maximum value for this break. |
double |
getMinimum()
Gets the minimum value for this break. |
Symbol |
getSymbol()
Gets the symbol used for this break. |
int |
hashCode()
|
String |
toJson()
Converts into a JSON string. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassBreakInfo(double minimum, double maximum, Symbol symbol)
minimum
- Minimum value of the break.maximum
- Maximum value of the break.symbol
- The symbol to use for the break.public ClassBreakInfo(org.codehaus.jackson.JsonNode node, double minValue)
node
- The node to use.minValue
- The minimum value to use - JSON does not provide a minimum.Method Detail |
---|
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public double getMinimum()
public double getMaximum()
public Symbol getSymbol()
public String getLabel()
public String getDescription()
public String toJson() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |