Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
Modifier and Type | Method and Description |
---|---|
static UpdateConfigurationBuilder |
UpdateConfigurationBuilder.create()
Returns new builder instance.
|
UpdateConfigurationBuilder |
UpdateConfigurationBuilder.setAnimateRotate(boolean animateRotate)
If
true , the chart will animate in with a rotation animation. |
UpdateConfigurationBuilder |
UpdateConfigurationBuilder.setAnimateScale(boolean animateScale)
If
true , will animate scaling the chart from the center outwards. |
UpdateConfigurationBuilder |
UpdateConfigurationBuilder.setDelay(int delay)
Sets the delay before starting the animations.
|
UpdateConfigurationBuilder |
UpdateConfigurationBuilder.setDuration(int milliseconds)
Sets the time for the animation of the redraw in milliseconds.
|
UpdateConfigurationBuilder |
UpdateConfigurationBuilder.setEasing(Easing easing)
Sets the animation easing function.
|
UpdateConfigurationBuilder |
UpdateConfigurationBuilder.setLoop(boolean loop)
If set to
true , loops the animations endlessly. |