Uses of Package
org.pepstock.charba.client.annotation
-
Packages that use org.pepstock.charba.client.annotation 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.elements Contains theAnnotationPlugin.ID
plugin elements interfaces to use in the callbacks and events.org.pepstock.charba.client.annotation.listeners Contains all callback interfaces to implement for theAnnotationPlugin.ID
plugin.org.pepstock.charba.client.events Contains all events to interact with chart instance. -
Classes in org.pepstock.charba.client.annotation used by org.pepstock.charba.client.annotation Class Description AbstractAnnotation Base class to define an annotation in theAnnotationPlugin.ID
plugin.
It contains all commons properties to define an annotation.AlignPosition This object is to set the position of a label, setting the horizontal and vertical position.AnnotationContext The callback or handler context wrapper, created and passed byAnnotationPlugin.ID
which contains the link to the native chart.AnnotationId Represents the annotation id of a annotation configuration object in theAnnotationPlugin.ID
plugin.AnnotationOptions This is theAnnotationPlugin.ID
plugin options where to set all configuration items needed to the plugin.AnnotationOptionsFactory Factory to get the options (from chart) related toAnnotationPlugin.ID
plugin.AnnotationType Defines the type of annotation.Arrow Implements a ARROWHEADS, and its start and end nodes, to apply on a LINE annotation.ArrowHeads Implements a ARROWHEADS to apply on a LINE annotation.BoxLabel Implements a LABEL to apply on a LINE annotation.Callout Implements a CALLOUT to apply on a LABEL annotation.LineLabel Implements a LABEL to apply on a LINE annotation. -
Classes in org.pepstock.charba.client.annotation used by org.pepstock.charba.client.annotation.elements Class Description AnnotationEnvelop This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. -
Classes in org.pepstock.charba.client.annotation used by org.pepstock.charba.client.annotation.listeners Class Description AnnotationContext The callback or handler context wrapper, created and passed byAnnotationPlugin.ID
which contains the link to the native chart. -
Classes in org.pepstock.charba.client.annotation used by org.pepstock.charba.client.events Class Description AnnotationEnvelop This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.