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.IDplugin (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 LengthCallbackArrow. 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 voidArrow. setLength(LengthCallback lengthCallback)Sets the callback to set the amount of pixels of the length of the arrow head.
-