Uses of Interface
org.pepstock.charba.client.controllers.ControllerRegistrationHandler
-
Packages that use ControllerRegistrationHandler Package Description org.pepstock.charba.client.controllers Contains all classes to manage the implementations of controllers. -
-
Uses of ControllerRegistrationHandler in org.pepstock.charba.client.controllers
Constructors in org.pepstock.charba.client.controllers with parameters of type ControllerRegistrationHandler Constructor Description 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.
-