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 InteractionerInteractions. createExtendedInteractioner(String mode, ExtendedInteraction interation)Creates aInteractionerfor a specific mode, passed as argument, and a native function already existing in java script code.InteractionerInteractions. createExtendedInteractioner(String mode, ExtendedInteraction interation, boolean register)Creates aInteractionerfor a specific mode, passed as argument, and a native function already existing in java script code.
-