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.ValueCallbackPointAnnotation. getXValueCallback()Returns the callback called to set the data X value to draw the line at.ValueCallbackPointAnnotation. getYValueCallback()Returns the callback called to set the data Y value to draw the line at.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.voidPointAnnotation. setXValue(ValueCallback valueCallback)Sets the callback to set the data X value to draw the line at.voidPointAnnotation. setYValue(ValueCallback valueCallback)Sets the callback to set the data Y value to draw the line at.
-