Uses of Interface
org.pepstock.charba.client.annotation.callbacks.LengthCallback
-
Packages that use LengthCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
-
Uses of LengthCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return LengthCallback Modifier and Type Method Description LengthCallback
Arrow. getLengthCallback()
Returns the callback called to set the amount of pixels of the length of the arrow head.Methods in org.pepstock.charba.client.annotation with parameters of type LengthCallback Modifier and Type Method Description void
Arrow. setLength(LengthCallback lengthCallback)
Sets the callback to set the amount of pixels of the length of the arrow head.
-