Package | Description |
---|---|
org.pepstock.charba.client.defaults.global | |
org.pepstock.charba.client.enums | |
org.pepstock.charba.client.options |
Modifier and Type | Method and Description |
---|---|
InteractionAxis |
Hover.getAxis()
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
|
Modifier and Type | Method and Description |
---|---|
void |
Hover.setAxis(InteractionAxis axis)
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes. |
Modifier and Type | Method and Description |
---|---|
static InteractionAxis |
InteractionAxis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteractionAxis[] |
InteractionAxis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InteractionAxis |
Hover.getAxis()
Returns to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
|
Modifier and Type | Method and Description |
---|---|
void |
Hover.setAxis(InteractionAxis axis)
Sets to 'x', 'y', or 'xy' to define which directions are used in calculating distances.
Defaults to 'x' for index mode and 'xy' in dataset and nearest modes. |