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
AbstractAnnotation. getXMaxCallback()
Returns the callback called to set the right edge of the annotation.ValueCallback
AbstractAnnotation. getXMinCallback()
Returns the callback called to set the left edge of the annotation, in units along the x axis.ValueCallback
AbstractAnnotation. getYMaxCallback()
Returns the callback called to set the top edge of the annotation in units along the y axis.ValueCallback
AbstractAnnotation. 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 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
AbstractAnnotation. setXMax(ValueCallback valueCallback)
Sets the callback to set the right edge of the annotation.void
AbstractAnnotation. setXMin(ValueCallback valueCallback)
Sets the callback to set the left edge of the annotation, in units along the x axis.void
AbstractAnnotation. setYMax(ValueCallback valueCallback)
Sets the callback to set the top edge of the annotation in units along the y axis.void
AbstractAnnotation. setYMin(ValueCallback valueCallback)
Sets the callback to set the bottom edge of the annotation.
-