Uses of Class
org.pepstock.charba.client.annotation.AnnotationEnvelop
-
Packages that use AnnotationEnvelop Package Description org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.ID
plugin elements interfaces to use in the callbacks and events.org.pepstock.charba.client.events Contains all events to interact with chart instance. -
-
Uses of AnnotationEnvelop in org.pepstock.charba.client.annotation.elements
Constructors in org.pepstock.charba.client.annotation.elements with parameters of type AnnotationEnvelop Constructor Description AnnotationElement(AnnotationEnvelop<NativeObject> envelop)
Creates the item using an envelop of the native java script object which contains all properties.AnnotationProperties(AnnotationEnvelop<NativeObject> envelop)
Creates the item using an envelop of the native java script object which contains all properties. -
Uses of AnnotationEnvelop in org.pepstock.charba.client.events
Constructors in org.pepstock.charba.client.events with parameters of type AnnotationEnvelop Constructor Description ChartEventContext(AnnotationEnvelop<NativeObject> envelop)
Creates the object with envelop envelop with the native object instance to be wrapped.
-