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