Package jexer.effect

Class WindowWipeOutEffect

    • Constructor Detail

      • WindowWipeOutEffect

        public WindowWipeOutEffect​(TWindow window,
                                   WindowWipeOutEffect.Direction direction)
        Public contructor.
        Parameters:
        window - the window to wipe out
        direction - the direction of the wipe effect
    • Method Detail

      • update

        public void update()
        Update the effect.
      • isCompleted

        public boolean isCompleted()
        If true, the effect is completed and can be removed.
        Returns:
        true if this effect is finished