Uses of Class
com.oorian.chartjs.CjAnimationConfig
Packages that use CjAnimationConfig
-
Uses of CjAnimationConfig in com.oorian.chartjs
Methods in com.oorian.chartjs that return CjAnimationConfigModifier and TypeMethodDescriptionCjChartOptions.getAnimation()CjAnimationConfig.setDelay(int milliseconds) Sets the animation delay.CjAnimationConfig.setDuration(int milliseconds) Sets the animation duration.Sets the easing function.CjAnimationConfig.setEnabled(boolean enabled) Sets whether animations are enabled.CjAnimationConfig.setLoop(boolean loop) Sets whether the animation should loop.Methods in com.oorian.chartjs with parameters of type CjAnimationConfigModifier and TypeMethodDescriptionCjChartOptions.setAnimation(CjAnimationConfig animation) Sets the animation configuration.