Uses of Interface
org.pepstock.charba.client.datalabels.callbacks.TextShadowBlurCallback
-
Packages that use TextShadowBlurCallback Package Description org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js. -
-
Uses of TextShadowBlurCallback in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels that return TextShadowBlurCallback Modifier and Type Method Description TextShadowBlurCallbackLabelItem. getTextShadowBlurCallback()Returns the text shadow blur callback, if set, otherwisenull.Methods in org.pepstock.charba.client.datalabels with parameters of type TextShadowBlurCallback Modifier and Type Method Description AbstractBuilder<T>AbstractBuilder. setTextShadowBlur(TextShadowBlurCallback textShadowBlurCallback)Sets the text shadow blur callback.voidLabelItem. setTextShadowBlur(TextShadowBlurCallback textShadowBlurCallback)Sets the text shadow blur callback.
-