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.IDplugin (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.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 classPointAnnotationImplements 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 interfaceIsDefaultBarInterface to define bar object defaults.interfaceIsDefaultLegendLabelsInterface to define legend labels object defaults.interfaceIsDefaultPointInterface 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 classDefaultChartBarDefaults for bar option element, based on chart type.classDefaultChartLegendLabelsDefaults for legend labels option element, based on chart type.classDefaultChartPointDefaults 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 classDefaultBarCHART.JS default values for BAR element.classDefaultLegendLabelsCHART.JS default values for LEGENDLABELS element.classDefaultPointCHART.JS default values for POINT element. -
Uses of IsDefaultPointStyleHandler in org.pepstock.charba.client.options
Subinterfaces of IsDefaultPointStyleHandler in org.pepstock.charba.client.options Modifier and Type Interface Description interfaceHasPointStyleInterface to manage the style of the point options.Classes in org.pepstock.charba.client.options that implement IsDefaultPointStyleHandler Modifier and Type Class Description classBarBar elements are used to represent the bars in a bar chart.classLegendLabelsThis is the labels configuration of the legend.classPointPoint 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.
-