Uses of Class
org.pepstock.charba.client.annotation.AnnotationEnvelop
- 
Packages that use AnnotationEnvelop Package Description org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.IDplugin 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.elementsConstructors 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.
- 
Uses of AnnotationEnvelop in org.pepstock.charba.client.eventsConstructors 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.
 
-