Uses of Interface
org.pepstock.charba.client.callbacks.OffsetCallback
-
Packages that use OffsetCallback Package Description 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).org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js. -
-
Uses of OffsetCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return OffsetCallback Modifier and Type Method Description OffsetCallback<DatasetContext>
Arc. getHoverOffsetCallback()
Returns the offset callback, if set, otherwisenull
.OffsetCallback<DatasetContext>
Arc. getOffsetCallback()
Returns the offset callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.configuration with parameters of type OffsetCallback Modifier and Type Method Description void
Arc. setHoverOffset(OffsetCallback<DatasetContext> hoverOffsetCallback)
Sets the offset callback, when hovered.void
Arc. setOffset(OffsetCallback<DatasetContext> offsetCallback)
Sets the offset callback. -
Uses of OffsetCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return OffsetCallback Modifier and Type Method Description OffsetCallback<DatasetContext>
PieDataset. getHoverOffsetCallback()
Returns the offset callback, when dataset is hovered, if set, otherwisenull
.OffsetCallback<DatasetContext>
PieDataset. getOffsetCallback()
Returns the offset callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.data with parameters of type OffsetCallback Modifier and Type Method Description void
PieDataset. setHoverOffset(OffsetCallback<DatasetContext> hoverOffsetCallback)
Sets the offset callback, when dataset is hovered.void
PieDataset. setOffset(OffsetCallback<DatasetContext> offsetCallback)
Sets the offset callback. -
Uses of OffsetCallback in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels that return OffsetCallback Modifier and Type Method Description OffsetCallback<DataLabelsContext>
LabelItem. getOffsetCallback()
Returns the offset callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.datalabels with parameters of type OffsetCallback Modifier and Type Method Description AbstractBuilder<T>
AbstractBuilder. setOffset(OffsetCallback<DataLabelsContext> offsetCallback)
Sets the offset callback.void
LabelItem. setOffset(OffsetCallback<DataLabelsContext> offsetCallback)
Sets the offset callback.
-