Class Animation
java.lang.Object
org.primefaces.model.charts.optionconfig.animation.Animation
- All Implemented Interfaces:
Serializable
The animaton configuration is passed into the options.animation namespace.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Animation
public Animation()
-
-
Method Details
-
isLoop
public boolean isLoop() -
setLoop
public void setLoop(boolean loop) -
getDuration
-
setDuration
-
getEasing
-
setEasing
-
getDelay
-
setDelay
-
encode
Write the options of Title- Returns:
- options as JSON object
- Throws:
IOException- If an I/O error occurs
-