Uses of Class
org.pepstock.charba.client.commons.PropertyHandler
-
Packages that use PropertyHandler Package Description org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of PropertyHandler in org.pepstock.charba.client.items
Subclasses of PropertyHandler in org.pepstock.charba.client.items Modifier and Type Class Description class
LegendTextHandler
Manages the TEXT property of options in order to use the same logic between legend items and title. -
Uses of PropertyHandler in org.pepstock.charba.client.options
Subclasses of PropertyHandler in org.pepstock.charba.client.options Modifier and Type Class Description class
BarDatasetOptionsHandler
Manages the BAR dataset properties of options in order to use the same logic between datasets and options/configuration.class
EventsOptionHandler
Base object which maps EVENTS option.class
FillHandler
Manages the FILL property of options in order to use the same logic between line datasets and options/configuration.class
FontContainer
This is the labels configuration of the legend.class
PointStyleHandler
Base object to to manage point style property in the options.class
SpanGapHandler
Manages the SPANGAPS property of options in order to use the same logic between line datasets and options/configuration.
-