| Package | Description |
|---|---|
| org.pepstock.charba.client.controllers |
Contains all classes to manage the implementations of controllers.
|
| Constructor and Description |
|---|
ControllerType(String type,
Type chartType,
ControllerProvider provider)
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one. |
ControllerType(String type,
Type chartType,
ControllerProvider provider,
boolean cloneDefaults)
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one. |
ControllerType(String type,
Type chartType,
ControllerProvider provider,
ControllerRegistrationHandler handler)
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one. |
ControllerType(String type,
Type chartType,
ControllerProvider provider,
ControllerRegistrationHandler handler,
boolean cloneDefaults)
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one. |