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.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.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.Font Base object to map font options forAnnotationPlugin.ID
plugin LINE LABEL configuration.LineLabel Implements a LABEL to apply on a LINE annotation. -
Classes in org.pepstock.charba.client.annotation used by org.pepstock.charba.client.annotation.listeners Class Description AbstractAnnotation Base class to define an annotation in theAnnotationPlugin.ID
plugin.
It contains all commons properties to define an annotation. -
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.