Package | Description |
---|---|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
org.pepstock.charba.client.impl.plugins.enums |
Contains the enumeration items to configure out of the box CHARBA plugins.
|
Modifier and Type | Method and Description |
---|---|
Set<PointerElement> |
ChartPointerOptions.getElements()
Returns the chart elements in scope to
ChartPointer.ID plugin. |
Modifier and Type | Method and Description |
---|---|
ChartPointerOptionsBuilder |
ChartPointerOptionsBuilder.setElements(PointerElement... elements)
Sets the chart elements in scope to
ChartPointer.ID plugin. |
void |
ChartPointerOptions.setElements(PointerElement... elements)
Sets the chart elements in scope to
ChartPointer.ID plugin. |
Modifier and Type | Method and Description |
---|---|
void |
ChartPointerOptions.setElements(Set<PointerElement> elements)
Sets the chart elements in scope to
ChartPointer.ID plugin. |
Modifier and Type | Method and Description |
---|---|
static PointerElement |
PointerElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PointerElement[] |
PointerElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|