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.IDplugin (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.IDplugin to setadjustScaleRangeproperty at runtime, toAbstractAnnotation.AdjustSizeCallback Callback interface ofAnnotationPlugin.IDplugin to setxAdjustandyAdjustproperty at runtime, toAbstractAnnotationandLineLabel.ContentCallback Callback interface ofAnnotationPlugin.IDplugin to setcontentproperty at runtime to forLineLabel.DrawTimeCallback Callback interface ofAnnotationPlugin.IDplugin to setdrawTimeproperty at runtime, in all annotations.ImageSizeCallback Callback interface ofAnnotationPlugin.IDplugin to setwidthandheightproperties at runtime, toLineLabel.
It can return aStringor aIntegerdepending 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.IDplugin to setxPaddingandyPaddingproperty at runtime, toAbstractAnnotationandLineLabel.ValueCallback Callback interface ofAnnotationPlugin.IDplugin to set:
xMinforBoxAnnotation,EllipseAnnotationandLineAnnotationxMaxforBoxAnnotation,EllipseAnnotationandLineAnnotationyMinforBoxAnnotation,EllipseAnnotationandLineAnnotationyMaxforBoxAnnotation,EllipseAnnotationandLineAnnotationxValueforPointAnnotationyValueforPointAnnotationvalueforLineAnnotation, infinitive lineendValueforLineAnnotation, infinitive line
properties at runtime.