Package | Description |
---|---|
org.pepstock.charba.client.enums |
Contains all enumerations of some chart options where only a specific set of values can be set.
|
org.pepstock.charba.client.impl.charts |
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
|
Modifier and Type | Method and Description |
---|---|
static Render |
Render.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Render[] |
Render.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Render |
MeterOptions.getRender()
Returns the render type of data in chart.
|
Modifier and Type | Method and Description |
---|---|
void |
MeterOptions.setRender(Render render)
Sets the render type of data in chart.
|