Uses of Class
org.pepstock.charba.client.interaction.InteractionEnvelop
-
Packages that use InteractionEnvelop Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.events Contains all events to interact with chart instance.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers. -
-
Uses of InteractionEnvelop in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type InteractionEnvelop Modifier and Type Method Description void
Helpers. loadInteraction(InteractionEnvelop<NativeObject> envelop)
Loads the interaction module from CHART.JS. -
Uses of InteractionEnvelop in org.pepstock.charba.client.events
Constructors in org.pepstock.charba.client.events with parameters of type InteractionEnvelop Constructor Description ChartEventContext(InteractionEnvelop<NativeObject> envelop)
Creates the object with envelop envelop with the native object instance to be wrapped. -
Uses of InteractionEnvelop in org.pepstock.charba.client.items
Constructors in org.pepstock.charba.client.items with parameters of type InteractionEnvelop Constructor Description InteractionOptions(InteractionEnvelop<NativeObject> envelop)
Creates the object with envelop envelop with the native object instance to be wrapped.
-