Uses of Package
org.pepstock.charba.client.annotation.callbacks
-
Packages that use org.pepstock.charba.client.annotation.callbacks Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js. -
Classes in org.pepstock.charba.client.annotation.callbacks used by org.pepstock.charba.client.annotation Class Description AdjustScaleRangeCallback Callback interface ofAnnotationPlugin.ID
plugin to setadjustScaleRange
property at runtime, toAbstractAnnotation
.CalloutPositionCallback ControlPointCallback Callback interface ofAnnotationPlugin.ID
plugin to setcontrolPoint
property at runtime.CurveCallback Callback interface ofAnnotationPlugin.ID
plugin to setcurve
property at runtime.DrawTimeCallback Callback interface ofAnnotationPlugin.ID
plugin to setdrawTime
property at runtime, in all annotations.FillCallback InitCallback Callback interface ofAnnotationPlugin.ID
plugin to setinit
property at runtime.
The returned value could be aboolean
or anAnnotationProperties
.LabelAlignPositionCallback LabelPositionCallback LengthCallback MarginCallback Callback interface to setmargin
property at runtime inCallout
item.SideCallback SidesCallback Callback interface ofAnnotationPlugin.ID
plugin to setsides
property at runtime, toPolygonAnnotation
.StartCallback ValueCallback Callback interface ofAnnotationPlugin.ID
plugin to set:
xMin
forBoxAnnotation
,EllipseAnnotation
andLineAnnotation
xMax
forBoxAnnotation
,EllipseAnnotation
andLineAnnotation
yMin
forBoxAnnotation
,EllipseAnnotation
andLineAnnotation
yMax
forBoxAnnotation
,EllipseAnnotation
andLineAnnotation
xValue
forPointAnnotation
yValue
forPointAnnotation
value
forLineAnnotation
, infinitive lineendValue
forLineAnnotation
, infinitive line
properties at runtime.ZCallback Callback interface ofAnnotationPlugin.ID
plugin to setz
property at runtime.