Package jexer.effect
Class WindowFadeOutEffect
- java.lang.Object
-
- jexer.effect.WindowFadeOutEffect
-
-
Constructor Summary
Constructors Constructor Description WindowFadeOutEffect(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
-
WindowFadeOutEffect
public WindowFadeOutEffect(TWindow window)
Public contructor.- Parameters:
window
- the window to fade out
-
-
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
-
-