public static class ClassBreaksRenderer.Info
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Label for the symbol used to draw the value.
|
java.lang.String |
getLabel()
Label for the symbol used to draw the value.
|
double |
getMaxValue()
The maximum value.
|
double |
getMinValue()
The minimum value.
|
Symbol |
getSymbol()
The symbol used to display the value.
|
public final double getMinValue()
public final double getMaxValue()
public final Symbol getSymbol()
public final java.lang.String getLabel()
public final java.lang.String getDescription()