Package jexer.effect

Class WindowFadeOutEffect

  • All Implemented Interfaces:
    Effect

    public class WindowFadeOutEffect
    extends WindowTransitionEffect
    Make the window fade out using translucence.
    • Constructor Detail

      • WindowFadeOutEffect

        public WindowFadeOutEffect​(TWindow window)
        Public contructor.
        Parameters:
        window - the window to fade out
    • 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