Uses of Interface
org.pepstock.charba.client.callbacks.LoopCallback
-
Packages that use LoopCallback Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of LoopCallback in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return LoopCallback Modifier and Type Method Description LoopCallbackUpdateConfiguration. getLoopCallback()Methods in org.pepstock.charba.client with parameters of type LoopCallback Modifier and Type Method Description voidUpdateConfiguration. setLoop(LoopCallback loopCallback) -
Uses of LoopCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return LoopCallback Modifier and Type Method Description LoopCallbackAnimation. getLoopCallback()Returns the callback to loop the animations endlessly.Methods in org.pepstock.charba.client.configuration with parameters of type LoopCallback Modifier and Type Method Description voidAnimation. setLoop(LoopCallback loopCallback)Sets to loop the animations endlessly by a callback. -
Uses of LoopCallback in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return LoopCallback Modifier and Type Method Description LoopCallbackIsDefaultBaseAnimation. getLoopCallback()Returns the callback to loop the animations endlessly. -
Uses of LoopCallback in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options with parameters of type LoopCallback Modifier and Type Method Description voidIsAnimation. setLoop(LoopCallback loopCallback)Sets to loop the animations endlessly by a callback.
-