Package jexer.effect

Class WindowBurnInEffect

  • All Implemented Interfaces:
    Effect

    public class WindowBurnInEffect
    extends java.lang.Object
    implements Effect
    Make the window look like it was was burned in with plasma fire.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCompleted()
      If true, the effect is completed and can be removed.
      void update()
      Update the effect.
      • Methods inherited from class java.lang.Object

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

      • WindowBurnInEffect

        public WindowBurnInEffect​(TWindow window)
        Public contructor.
        Parameters:
        window - the window to burn in
    • Method Detail

      • update

        public void update()
        Update the effect.
        Specified by:
        update in interface Effect
      • isCompleted

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