Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
-
Packages that use IsDefaultPointStyleHandler Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of IsDefaultPointStyleHandler in org.pepstock.charba.client.annotation
Classes in org.pepstock.charba.client.annotation that implement IsDefaultPointStyleHandler Modifier and Type Class Description class
PointAnnotation
Implements a POINT annotation which draws a point in the a chart. -
Uses of IsDefaultPointStyleHandler in org.pepstock.charba.client.defaults
Subinterfaces of IsDefaultPointStyleHandler in org.pepstock.charba.client.defaults Modifier and Type Interface Description interface
IsDefaultBar
Interface to define bar object defaults.interface
IsDefaultLegendLabels
Interface to define legend labels object defaults.interface
IsDefaultPoint
Interface to define point object defaults. -
Uses of IsDefaultPointStyleHandler in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultPointStyleHandler Modifier and Type Class Description class
DefaultChartBar
Defaults for bar option element, based on chart type.class
DefaultChartLegendLabels
Defaults for legend labels option element, based on chart type.class
DefaultChartPoint
Defaults for point option element, based on chart type. -
Uses of IsDefaultPointStyleHandler in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultPointStyleHandler Modifier and Type Class Description class
DefaultBar
CHART.JS default values for BAR element.class
DefaultLegendLabels
CHART.JS default values for LEGENDLABELS element.class
DefaultPoint
CHART.JS default values for POINT element. -
Uses of IsDefaultPointStyleHandler in org.pepstock.charba.client.geo
Classes in org.pepstock.charba.client.geo that implement IsDefaultPointStyleHandler Modifier and Type Class Description class
BubbleMapPoint
The styling of the new elementBubbleMapPoint
is based onPoint
element with some additional options for the outline and graticule.class
ChoroplethBar
The styling of the new elementChoroplethBar
is based onBar
element with some additional options for the outline and graticule. -
Uses of IsDefaultPointStyleHandler in org.pepstock.charba.client.options
Subinterfaces of IsDefaultPointStyleHandler in org.pepstock.charba.client.options Modifier and Type Interface Description interface
HasPointStyle
Interface to manage the style of the point options.Classes in org.pepstock.charba.client.options that implement IsDefaultPointStyleHandler Modifier and Type Class Description class
Bar
Bar elements are used to represent the bars in a bar chart.class
LegendLabels
This is the labels configuration of the legend.class
Point
Point elements are used to represent the points in a line chart or a bubble chart.Constructors in org.pepstock.charba.client.options with parameters of type IsDefaultPointStyleHandler Constructor Description PointStyleHandler(AbstractNode parent, IsDefaultPointStyleHandler defaultValues, NativeObject nativeObject)
Creates a point style handler with the native object where POINTSTYLE property must be managed and the default value to use when the property does not exist.
-