public static class UniqueValueRenderer.Info
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static UniqueValueRenderer.Info |
create(java.lang.String value,
Symbol symbol,
java.lang.String label,
java.lang.String description)
Create a new info object
|
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.
|
Symbol |
getSymbol()
The symbol used to display the value.
|
java.lang.String |
getValue()
The unique value.
|
public static UniqueValueRenderer.Info create(java.lang.String value, Symbol symbol, java.lang.String label, java.lang.String description)
value
- - The unique value.symbol
- - The symbol used to display the value.label
- - Label for the symbol used to draw the value.description
- - Label for the symbol used to draw the value.public final java.lang.String getValue()
public final Symbol getSymbol()
public final java.lang.String getLabel()
public final java.lang.String getDescription()