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.ID
plugin (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 ValueCallback
LineAnnotation. getEndValueCallback()
Returns the callback called to set the data value at which the line draw should end.ValueCallback
LineAnnotation. getValueCallback()
Returns the callback called to set the left edge of the box, in units along the x axis.ValueCallback
PointAnnotation. getXValueCallback()
Returns the callback called to set the data X value to draw the line at.ValueCallback
PointAnnotation. 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 void
LineAnnotation. setEndValue(ValueCallback valueCallback)
Sets the callback to set the data value at which the line draw should end.void
LineAnnotation. setValue(ValueCallback valueCallback)
Sets the callback to set the left edge of the box, in units along the x axis.void
PointAnnotation. setXValue(ValueCallback valueCallback)
Sets the callback to set the data X value to draw the line at.void
PointAnnotation. setYValue(ValueCallback valueCallback)
Sets the callback to set the data Y value to draw the line at.
-