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.
|
org.pepstock.charba.client.impl.charts |
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
|
Class and Description |
---|
ControllerContext
This object stores the
this instance of java script because is necessary to invoke the default methods of controller when it's extending an existing chart. |
Controllers
Global configuration to set controllers at global level.
It maps the CHART.JS object of controller, chart.controllers . |
ControllerType
Represent the type of new controller.
|
Class and Description |
---|
ControllerProvider
The implementation of this interface is mandatory when you create a controller, which has got the purpose to provide a controller instance.
|
ControllerRegistrationHandler
This interface enables the capability to be before and after a controller will be registered.
|
Controllers
Global configuration to set controllers at global level.
It maps the CHART.JS object of controller, chart.controllers . |
ControllerType
Represent the type of new controller.
|
Class and Description |
---|
ControllerType
Represent the type of new controller.
|