Package jexer.effect
Class WindowBurnOutEffect
- java.lang.Object
-
- jexer.effect.WindowTransitionEffect
-
- jexer.effect.WindowBurnInEffect
-
- jexer.effect.WindowBurnOutEffect
-
- All Implemented Interfaces:
Effect
public class WindowBurnOutEffect extends WindowBurnInEffect
Make the window look like it was burned out with plasma fire.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jexer.effect.WindowTransitionEffect
WindowTransitionEffect.DummyWindow
-
-
Field Summary
-
Fields inherited from class jexer.effect.WindowBurnInEffect
columns, fadeTime, PALETTE, plasma, rows, startTime
-
Fields inherited from class jexer.effect.WindowTransitionEffect
dummyWindow
-
-
Constructor Summary
Constructors Constructor Description WindowBurnOutEffect(TWindow window)Public contructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddrawEffect()The draw function called by the DummyScreen.-
Methods inherited from class jexer.effect.WindowBurnInEffect
isCompleted, update
-
-
-
-
Constructor Detail
-
WindowBurnOutEffect
public WindowBurnOutEffect(TWindow window)
Public contructor.- Parameters:
window- the window to burn out
-
-
Method Detail
-
drawEffect
protected void drawEffect()
The draw function called by the DummyScreen.- Overrides:
drawEffectin classWindowBurnInEffect
-
-