Uses of Package
org.pepstock.charba.client.annotation.elements
-
Packages that use org.pepstock.charba.client.annotation.elements Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.annotation.callbacks Contains theAnnotationPlugin.ID
plugin callback interfaces to catch events.org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.ID
plugin elements interfaces to use in the callbacks and events. -
Classes in org.pepstock.charba.client.annotation.elements used by org.pepstock.charba.client.annotation Class Description AnnotationElement Maps all properties of the annotation element, the implementation of the annotation options in the plugin.
It provides all dimensions of the element and sub elements. -
Classes in org.pepstock.charba.client.annotation.elements used by org.pepstock.charba.client.annotation.callbacks Class Description AnnotationProperties Maps all properties of the annotation element, the implementation of the annotation options in the plugin.
It provides all dimensions of the element and sub elements. -
Classes in org.pepstock.charba.client.annotation.elements used by org.pepstock.charba.client.annotation.elements Class Description AnnotationElement Maps all properties of the annotation element, the implementation of the annotation options in the plugin.
It provides all dimensions of the element and sub elements.ArrowElement Maps the arrow options of aAnnotationElement
at runtime.ArrowHeadsElement Maps the arrow heads options of aAnnotationElement
at runtime.CalloutElement Maps the label options of aAnnotationElement
at runtime.ControlPointElement This object is to set the control point of a line annotation, when set as curve.
If curve is enabled, it configures the control point to drawn the curve, calculated in pixels.
It can be set by a string in percentage format "number%" which are representing the percentage of the distance between the start and end point from the center.OptionsElement Maps the options of aAnnotationElement
at runtime.