Uses of Interface
org.pepstock.charba.client.callbacks.PointStyleCallback
-
Packages that use PointStyleCallback 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.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level). -
-
Uses of PointStyleCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return PointStyleCallback Modifier and Type Method Description PointStyleCallback<AnnotationContext>
PointAnnotation. getPointStyleCallback()
Returns the point style callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.annotation with parameters of type PointStyleCallback Modifier and Type Method Description void
PointAnnotation. setPointStyle(PointStyleCallback<AnnotationContext> pointStyleCallback)
Sets the point style callback. -
Uses of PointStyleCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return PointStyleCallback Modifier and Type Method Description PointStyleCallback<DatasetContext>
Bar. getPointStyleCallback()
Returns the point style callback, if set, otherwisenull
.PointStyleCallback<DatasetContext>
Point. getPointStyleCallback()
Returns the point style callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.configuration with parameters of type PointStyleCallback Modifier and Type Method Description void
Bar. setPointStyle(PointStyleCallback<DatasetContext> pointStyleCallback)
Sets the point style callback.void
Point. setPointStyle(PointStyleCallback<DatasetContext> pointStyleCallback)
Sets the point style callback. -
Uses of PointStyleCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return PointStyleCallback Modifier and Type Method Description PointStyleCallback<DatasetContext>
BarDataset. getPointStyleCallback()
Returns the point style callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.data with parameters of type PointStyleCallback Modifier and Type Method Description void
BarDataset. setPointStyle(PointStyleCallback<DatasetContext> pointStyleCallback)
Sets the point style callback.
-