Package jexer.effect
Class WindowBurnInEffect
- java.lang.Object
-
- jexer.effect.WindowBurnInEffect
-
-
Constructor Summary
Constructors Constructor Description WindowBurnInEffect(TWindow window)
Public contructor.
-
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.
-
-
-
Constructor Detail
-
WindowBurnInEffect
public WindowBurnInEffect(TWindow window)
Public contructor.- Parameters:
window
- the window to burn in
-
-
Method Detail
-
isCompleted
public boolean isCompleted()
If true, the effect is completed and can be removed.- Specified by:
isCompleted
in interfaceEffect
- Returns:
- true if this effect is finished
-
-