Uses of Interface
org.pepstock.charba.client.callbacks.DurationCallback
-
Packages that use DurationCallback 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 DurationCallback in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return DurationCallback Modifier and Type Method Description DurationCallback
UpdateConfiguration. getDurationCallback()
Methods in org.pepstock.charba.client with parameters of type DurationCallback Modifier and Type Method Description void
UpdateConfiguration. setDuration(DurationCallback durationCallback)
-
Uses of DurationCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return DurationCallback Modifier and Type Method Description DurationCallback
Animation. getDurationCallback()
Returns the callback to set the number of milliseconds an animation takes.Methods in org.pepstock.charba.client.configuration with parameters of type DurationCallback Modifier and Type Method Description void
Animation. setDuration(DurationCallback durationCallback)
Sets the number of milliseconds an animation takes by a callback. -
Uses of DurationCallback in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return DurationCallback Modifier and Type Method Description DurationCallback
IsDefaultBaseAnimation. getDurationCallback()
Returns the callback to set the number of milliseconds an animation takes. -
Uses of DurationCallback in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options with parameters of type DurationCallback Modifier and Type Method Description void
IsAnimation. setDuration(DurationCallback durationCallback)
Sets the number of milliseconds an animation takes by a callback.
-