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:
  • Constructor Details

    • Animation

      public Animation()
  • Method Details

    • isLoop

      public boolean isLoop()
    • setLoop

      public void setLoop(boolean loop)
    • getDuration

      public Number getDuration()
    • setDuration

      public void setDuration(Number duration)
    • getEasing

      public String getEasing()
    • setEasing

      public void setEasing(String easing)
    • getDelay

      public Number getDelay()
    • setDelay

      public void setDelay(Number delay)
    • encode

      public String encode() throws IOException
      Write the options of Title
      Returns:
      options as JSON object
      Throws:
      IOException - If an I/O error occurs