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