Class AnimationEffect


  • public class AnimationEffect
    extends java.lang.Object
    AnimationEffect instance
    • Constructor Summary

      Constructors 
      Constructor Description
      AnimationEffect​(java.lang.Number delay, java.lang.Number endDelay, java.lang.Number iterationStart, java.lang.Number iterations, java.lang.Number duration, java.lang.String direction, java.lang.String fill, java.util.Optional<BackendNodeId> backendNodeId, java.util.Optional<KeyframesRule> keyframesRule, java.lang.String easing)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<BackendNodeId> getBackendNodeId()
      `AnimationEffect`'s target node.
      java.lang.Number getDelay()
      `AnimationEffect`'s delay.
      java.lang.String getDirection()
      `AnimationEffect`'s playback direction.
      java.lang.Number getDuration()
      `AnimationEffect`'s iteration duration.
      java.lang.String getEasing()
      `AnimationEffect`'s timing function.
      java.lang.Number getEndDelay()
      `AnimationEffect`'s end delay.
      java.lang.String getFill()
      `AnimationEffect`'s fill mode.
      java.lang.Number getIterations()
      `AnimationEffect`'s iterations.
      java.lang.Number getIterationStart()
      `AnimationEffect`'s iteration start.
      java.util.Optional<KeyframesRule> getKeyframesRule()
      `AnimationEffect`'s keyframes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnimationEffect

        public AnimationEffect​(java.lang.Number delay,
                               java.lang.Number endDelay,
                               java.lang.Number iterationStart,
                               java.lang.Number iterations,
                               java.lang.Number duration,
                               java.lang.String direction,
                               java.lang.String fill,
                               java.util.Optional<BackendNodeId> backendNodeId,
                               java.util.Optional<KeyframesRule> keyframesRule,
                               java.lang.String easing)
    • Method Detail

      • getDelay

        public java.lang.Number getDelay()
        `AnimationEffect`'s delay.
      • getEndDelay

        public java.lang.Number getEndDelay()
        `AnimationEffect`'s end delay.
      • getIterationStart

        public java.lang.Number getIterationStart()
        `AnimationEffect`'s iteration start.
      • getIterations

        public java.lang.Number getIterations()
        `AnimationEffect`'s iterations.
      • getDuration

        public java.lang.Number getDuration()
        `AnimationEffect`'s iteration duration.
      • getDirection

        public java.lang.String getDirection()
        `AnimationEffect`'s playback direction.
      • getFill

        public java.lang.String getFill()
        `AnimationEffect`'s fill mode.
      • getBackendNodeId

        public java.util.Optional<BackendNodeId> getBackendNodeId()
        `AnimationEffect`'s target node.
      • getKeyframesRule

        public java.util.Optional<KeyframesRule> getKeyframesRule()
        `AnimationEffect`'s keyframes.
      • getEasing

        public java.lang.String getEasing()
        `AnimationEffect`'s timing function.