Class PieAnimation
java.lang.Object
software.xdev.chartjs.model.options.animation.Animation<PieAnimation>
software.xdev.chartjs.model.options.animation.PieAnimation
-
Field Summary
FieldsFields inherited from class software.xdev.chartjs.model.options.animation.Animation
active, duration, easing, onComplete, onProgress, resize
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAnimateRotate
(Boolean animateRotate) If true, will animate the rotation of the chart.setAnimateScale
(Boolean animateScale) If true, will animate scaling the chart.Methods inherited from class software.xdev.chartjs.model.options.animation.Animation
getActive, getDuration, getEasing, getOnComplete, getOnProgress, getResize, self, setActive, setDuration, setEasing, setOnComplete, setOnProgress, setResize
-
Field Details
-
animateRotate
Defaulttrue
- See Also:
-
animateScale
Defaulttrue
- See Also:
-
-
Constructor Details
-
PieAnimation
public PieAnimation()
-
-
Method Details
-
getAnimateRotate
- See Also:
-
setAnimateRotate
If true, will animate the rotation of the chart. -
getAnimateScale
- See Also:
-
setAnimateScale
If true, will animate scaling the chart.
-