Class Animation
- java.lang.Object
-
- org.primefaces.model.charts.optionconfig.animation.Animation
-
- All Implemented Interfaces:
Serializable
public class Animation extends Object implements Serializable
The animaton configuration is passed into the options.animation namespace.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Animation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringencode()Write the options of TitleNumbergetDuration()StringgetEasing()voidsetDuration(Number duration)voidsetEasing(String easing)
-
-
-
Method Detail
-
getDuration
public Number getDuration()
-
setDuration
public void setDuration(Number duration)
-
getEasing
public String getEasing()
-
setEasing
public void setEasing(String easing)
-
encode
public String encode() throws IOException
Write the options of Title- Returns:
- options as JSON object
- Throws:
IOException- If an I/O error occurs
-
-