Uses of Interface
org.pepstock.charba.client.annotation.callbacks.PaddingSizeCallback
-
Packages that use PaddingSizeCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of PaddingSizeCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return PaddingSizeCallback Modifier and Type Method Description PaddingSizeCallback
LineLabel. getXPaddingCallback()
Returns the callback called to set the padding of label to add left and right.PaddingSizeCallback
LineLabel. getYPaddingCallback()
Returns the callback called to set the padding of label to add top and bottom.Methods in org.pepstock.charba.client.annotation with parameters of type PaddingSizeCallback Modifier and Type Method Description void
LineLabel. setXPadding(PaddingSizeCallback paddingCallback)
Sets the callback to set the padding of label to add left and right.void
LineLabel. setYPadding(PaddingSizeCallback paddingCallback)
Sets the callback to set the padding of label to add top and bottom.
-