Package jexer.effect
Class WindowFadeOutEffect
- java.lang.Object
-
- jexer.effect.WindowTransitionEffect
-
- jexer.effect.WindowFadeOutEffect
-
- All Implemented Interfaces:
Effect
public class WindowFadeOutEffect extends WindowTransitionEffect
Make the window fade out using translucence.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jexer.effect.WindowTransitionEffect
WindowTransitionEffect.DummyWindow
-
-
Field Summary
-
Fields inherited from class jexer.effect.WindowTransitionEffect
dummyWindow
-
-
Constructor Summary
Constructors Constructor Description WindowFadeOutEffect(TWindow window)Public contructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCompleted()If true, the effect is completed and can be removed.voidupdate()Update the effect.-
Methods inherited from class jexer.effect.WindowTransitionEffect
drawEffect
-
-
-
-
Constructor Detail
-
WindowFadeOutEffect
public WindowFadeOutEffect(TWindow window)
Public contructor.- Parameters:
window- the window to fade out
-
-