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.ID
plugin (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 TextShadowBlurCallback
LabelItem. 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.void
LabelItem. setTextShadowBlur(TextShadowBlurCallback textShadowBlurCallback)
Sets the text shadow blur callback.
-