Class SetAnimation

java.lang.Object
org.apache.batik.anim.AbstractAnimation
org.apache.batik.anim.SetAnimation

public class SetAnimation extends AbstractAnimation
An animation class for 'set' animations.
Version:
$Id: SetAnimation.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

  • Constructor Details

  • Method Details

    • sampledAt

      protected void sampledAt(float simpleTime, float simpleDur, int repeatIteration)
      Called when the element is sampled at the given time.
      Specified by:
      sampledAt in class AbstractAnimation
    • sampledLastValue

      protected void sampledLastValue(int repeatIteration)
      Called when the element is sampled for its "last" value.
      Overrides:
      sampledLastValue in class AbstractAnimation