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 |
Drag.getModifierKey()
Returns the modifier key to activate drag-to-zoom.
|
ModifierKey |
Pan.getModifierKey()
Returns the modifier key to activate panning.
|
ModifierKey |
Wheel.getModifierKey()
Returns the modifier key to activate zooming by wheeling.
|
Modifier and Type | Method and Description |
---|---|
void |
Drag.setModifierKey(ModifierKey modifierKey)
Sets the modifier key to activate drag-to-zoom.
|
void |
Pan.setModifierKey(ModifierKey modifierKey)
Sets the modifier key to activate panning.
|
void |
Wheel.setModifierKey(ModifierKey modifierKey)
Sets the modifier key to activate zooming by wheeling.
|