Class Animations.PauseAnimation

  • All Implemented Interfaces:
    Animation
    Enclosing class:
    Animations

    private static final class Animations.PauseAnimation
    extends AbstractAnimation
    Helper class for a pause, an animation, that has no effect.
    • Constructor Detail

      • PauseAnimation

        PauseAnimation​(long duration)
    • Method Detail

      • applyEffect

        protected void applyEffect​(long time)
        Description copied from class: AbstractAnimation
        Applies the animation effect for the given time to the animation target.
        Specified by:
        applyEffect in class AbstractAnimation
        Parameters:
        time - the time used to determine the animation effect