Uses of Interface
org.pepstock.charba.client.datalabels.callbacks.OpacityCallback
-
Packages that use OpacityCallback Package Description org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js. -
-
Uses of OpacityCallback in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels that return OpacityCallback Modifier and Type Method Description OpacityCallback
LabelItem. getOpacityCallback()
Returns the opacity callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.datalabels with parameters of type OpacityCallback Modifier and Type Method Description AbstractBuilder<T>
AbstractBuilder. setOpacity(OpacityCallback opacityCallback)
Sets the opacity callback.void
LabelItem. setOpacity(OpacityCallback opacityCallback)
Sets the opacity callback.
-