Class SetAnimation


  • public class SetAnimation
    extends AbstractAnimation
    An animation class for 'set' animations.
    • Method Detail

      • 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