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