Uses of Interface
org.pepstock.charba.client.annotation.callbacks.ValueCallback
-
Packages that use ValueCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js. -
-
Uses of ValueCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return ValueCallback Modifier and Type Method Description ValueCallbackLineAnnotation. getEndValueCallback()Returns the callback called to set the data value at which the line draw should end.ValueCallbackLineAnnotation. getValueCallback()Returns the callback called to set the left edge of the box, in units along the x axis.ValueCallbackAbstractAnnotation. getXMaxCallback()Returns the callback called to set the right edge of the annotation.ValueCallbackAbstractAnnotation. getXMinCallback()Returns the callback called to set the left edge of the annotation, in units along the x axis.ValueCallbackAbstractAnnotation. getYMaxCallback()Returns the callback called to set the top edge of the annotation in units along the y axis.ValueCallbackAbstractAnnotation. getYMinCallback()Returns the callback called to set the bottom edge of the annotation.Methods in org.pepstock.charba.client.annotation with parameters of type ValueCallback Modifier and Type Method Description voidLineAnnotation. setEndValue(ValueCallback valueCallback)Sets the callback to set the data value at which the line draw should end.voidLineAnnotation. setValue(ValueCallback valueCallback)Sets the callback to set the left edge of the box, in units along the x axis.voidAbstractAnnotation. setXMax(ValueCallback valueCallback)Sets the callback to set the right edge of the annotation.voidAbstractAnnotation. setXMin(ValueCallback valueCallback)Sets the callback to set the left edge of the annotation, in units along the x axis.voidAbstractAnnotation. setYMax(ValueCallback valueCallback)Sets the callback to set the top edge of the annotation in units along the y axis.voidAbstractAnnotation. setYMin(ValueCallback valueCallback)Sets the callback to set the bottom edge of the annotation.
-