| 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.zoom |
Contains all classes to activate the
ZoomPlugin.ID plugin (AKA chartjs-plugin-zoom.js ) for CHART.js. |
| Modifier and Type | Method and Description |
|---|---|
static ModifierKey |
ModifierKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifierKey[] |
ModifierKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ModifierKey |
Wheel.getModifierKey()
Returns the modifier key to activate zooming by wheeling.
|
ModifierKey |
Pan.getModifierKey()
Returns the modifier key to activate panning.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Wheel.setModifierKey(ModifierKey modifierKey)
Sets the modifier key to activate zooming by wheeling.
|
void |
Pan.setModifierKey(ModifierKey modifierKey)
Sets the modifier key to activate panning.
|