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