Package jexer.effect

Class WindowTransitionEffect

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  WindowTransitionEffect.DummyWindow
      The DummyWindow shows the new screen area contents, while also ignoring events during the Effect execution.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected WindowTransitionEffect.DummyWindow dummyWindow
      The dummy window that shows the new screen area contents while also ignoring events while the effect is running.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void drawEffect()
      The draw function called by the DummyScreen.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dummyWindow

        protected WindowTransitionEffect.DummyWindow dummyWindow
        The dummy window that shows the new screen area contents while also ignoring events while the effect is running.
    • Constructor Detail

      • WindowTransitionEffect

        public WindowTransitionEffect​(TWindow window)
        Public contructor.
        Parameters:
        window - the window to fade out
    • Method Detail

      • drawEffect

        protected void drawEffect()
        The draw function called by the DummyScreen.