Package | Description |
---|---|
edu.ucdavis.cstars.client.renderer |
Modifier and Type | Method and Description |
---|---|
static UniqueValueRenderer.Info |
UniqueValueRenderer.Info.create(java.lang.String value,
Symbol symbol,
java.lang.String label,
java.lang.String description)
Create a new info object
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsArray<UniqueValueRenderer.Info> |
UniqueValueRenderer.getInfos()
Each element in the array is an object that provides information about the unique values associated with the renderer.
|
Modifier and Type | Method and Description |
---|---|
void |
UniqueValueRenderer.addValue(UniqueValueRenderer.Info info)
Adds a unique value and symbol.You can provide the value and its associated symbol as an info object.
|