Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.controllers |
Contains all classes to manage the implementations of controllers.
|
Modifier and Type | Method and Description |
---|---|
void |
Controller.removeHoverStyle(ControllerContext context,
IsChart chart,
StyleElement element)
Remove hover styling from the given element.
|
void |
Controller.setHoverStyle(ControllerContext context,
IsChart chart,
StyleElement element)
Add hover styling to the given element.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractController.removeHoverStyle(ControllerContext context,
IsChart chart,
StyleElement element) |
void |
AbstractController.setHoverStyle(ControllerContext context,
IsChart chart,
StyleElement element) |