Uses of Interface
org.pepstock.charba.client.interaction.ExtendedInteraction
-
Packages that use ExtendedInteraction Package Description org.pepstock.charba.client.interaction Contains all classes to implement a custom interactions for CHART.JS. -
-
Uses of ExtendedInteraction in org.pepstock.charba.client.interaction
Methods in org.pepstock.charba.client.interaction with parameters of type ExtendedInteraction Modifier and Type Method Description Interactioner
Interactions. createExtendedInteractioner(String mode, ExtendedInteraction interation)
Creates aInteractioner
for a specific mode, passed as argument, and a native function already existing in java script code.Interactioner
Interactions. createExtendedInteractioner(String mode, ExtendedInteraction interation, boolean register)
Creates aInteractioner
for a specific mode, passed as argument, and a native function already existing in java script code.
-