Class AnimationOption<T>
java.lang.Object
de.yanwittmann.j2chartjs.options.AbstractChartOption
de.yanwittmann.j2chartjs.options.animation.AnimationOption<T>
- Direct Known Subclasses:
ChartAnimationOption,PropertyAnimationOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDelay()getLoop()setDelay(double delay)setDelay(int delay)setDuration(double duration)setDuration(int duration)setDuration(Number duration)setEasing(AnimationEasingType easing)org.json.JSONObjecttoJson()
-
Constructor Details
-
AnimationOption
public AnimationOption()
-
-
Method Details
-
getDuration
-
setDuration
-
setDuration
-
setDuration
-
getDelay
-
setDelay
-
setDelay
-
setDelay
-
getEasing
-
setEasing
-
getLoop
-
setLoop
-
toJson
public org.json.JSONObject toJson()- Specified by:
toJsonin classAbstractChartOption
-