Uses of Package
org.pepstock.charba.client.interaction
-
Packages that use org.pepstock.charba.client.interaction Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.enums Contains all enumerations of some chart options where only a specific set of values can be set.org.pepstock.charba.client.events Contains all events to interact with chart instance.org.pepstock.charba.client.interaction Contains all classes to implement a custom interactions for CHART.JS.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. -
Classes in org.pepstock.charba.client.interaction used by org.pepstock.charba.client Class Description InteractionEnvelop This object is a container of hidden object.
It can not be instantiated in order that public methods can be invoked in safe mode. -
Classes in org.pepstock.charba.client.interaction used by org.pepstock.charba.client.enums Class Description Interactioner Interface to be implemented to create a custom interaction mode where you can decide how and which elements will be managed interacting with chart events and tooltips. -
Classes in org.pepstock.charba.client.interaction used by org.pepstock.charba.client.events Class Description InteractionEnvelop This object is a container of hidden object.
It can not be instantiated in order that public methods can be invoked in safe mode. -
Classes in org.pepstock.charba.client.interaction used by org.pepstock.charba.client.interaction Class Description ExtendedInteraction This class can be used when a custom interaction mode is already available and implemented in java script (for instance, controllers or plugins which added a specific interaction mode).
Java script FUNCTION callback called to invoke a custom interactioner.Interactioner Interface to be implemented to create a custom interaction mode where you can decide how and which elements will be managed interacting with chart events and tooltips.Interactions Manages the chart interaction modes.
With a custom interaction mode you can decide how and which elements will be managed interacting with chart events.NativeInteraction Enables the capability to create custom interaction directly in java script language.
This could be helpful when for performance reason, you don't want to wraps all objects. -
Classes in org.pepstock.charba.client.interaction used by org.pepstock.charba.client.items Class Description InteractionEnvelop This object is a container of hidden object.
It can not be instantiated in order that public methods can be invoked in safe mode.