Uses of Class
org.pepstock.charba.client.interaction.NativeInteraction
-
Packages that use NativeInteraction Package Description org.pepstock.charba.client.interaction Contains all classes to implement a custom interactions for CHART.JS. -
-
Uses of NativeInteraction in org.pepstock.charba.client.interaction
Methods in org.pepstock.charba.client.interaction that return NativeInteraction Modifier and Type Method Description static NativeInteractionNativeInteraction. create(String code)Creates a custom interaction in java script.Methods in org.pepstock.charba.client.interaction with parameters of type NativeInteraction Modifier and Type Method Description InteractionerInteractions. createNativeInteractioner(String mode, NativeInteraction callback)Creates aInteractionerfor a specific mode, passed as argument, and aNativeInteractionwhich represents the java script function, to implement the new interaction mode.InteractionerInteractions. createNativeInteractioner(String mode, NativeInteraction callback, boolean register)Creates aInteractionerfor a specific mode, passed as argument, and aNativeInteractionwhich represents the java script function, to implement the new interaction mode.
-