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
.AdjustSizeCallback Callback interface ofAnnotationPlugin.ID
plugin to setxAdjust
andyAdjust
property at runtime, toAbstractAnnotation
andLineLabel
.ContentCallback Callback interface ofAnnotationPlugin.ID
plugin to setcontent
property at runtime to forLineLabel
.DrawTimeCallback Callback interface ofAnnotationPlugin.ID
plugin to setdrawTime
property at runtime, in all annotations.ImageSizeCallback Callback interface ofAnnotationPlugin.ID
plugin to setwidth
andheight
properties at runtime, toLineLabel
.
It can return aString
or aInteger
depending on you want to set a fixed size in pixels (by int) or a percentage (by string, for instance "50"%).LabelPositionCallback PaddingSizeCallback Callback interface ofAnnotationPlugin.ID
plugin to setxPadding
andyPadding
property at runtime, toAbstractAnnotation
andLineLabel
.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.