Uses of Interface
org.pepstock.charba.client.callbacks.DelayCallback
- 
Packages that use DelayCallback 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 DelayCallback in org.pepstock.charba.clientMethods in org.pepstock.charba.client that return DelayCallback Modifier and Type Method Description DelayCallbackUpdateConfiguration. getDelayCallback()Methods in org.pepstock.charba.client with parameters of type DelayCallback Modifier and Type Method Description voidUpdateConfiguration. setDelay(DelayCallback delayCallback)
- 
Uses of DelayCallback in org.pepstock.charba.client.configurationMethods in org.pepstock.charba.client.configuration that return DelayCallback Modifier and Type Method Description DelayCallbackAnimation. getDelayCallback()Returns the callback to set the delay before starting the animations.Methods in org.pepstock.charba.client.configuration with parameters of type DelayCallback Modifier and Type Method Description voidAnimation. setDelay(DelayCallback delayCallback)Sets the delay before starting the animations by a callback.
- 
Uses of DelayCallback in org.pepstock.charba.client.defaultsMethods in org.pepstock.charba.client.defaults that return DelayCallback Modifier and Type Method Description DelayCallbackIsDefaultBaseAnimation. getDelayCallback()Returns the callback to set the delay before starting the animations.
- 
Uses of DelayCallback in org.pepstock.charba.client.optionsMethods in org.pepstock.charba.client.options with parameters of type DelayCallback Modifier and Type Method Description voidIsAnimation. setDelay(DelayCallback delayCallback)Sets the delay before starting the animations by a callback.
 
-