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.IDplugin (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 OpacityCallbackLabelItem. 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.voidLabelItem. setOpacity(OpacityCallback opacityCallback)Sets the opacity callback.
-