Package jexer.effect
Interface Effect
-
- All Known Implementing Classes:
TextCursorGlintEffect,WindowBurnInEffect,WindowBurnOutEffect,WindowFadeInEffect,WindowFadeOutEffect,WindowTransitionEffect,WindowWipeInEffect,WindowWipeOutEffect
public interface EffectA desktop or window effect that does a blingy transformation before the screen is sent to the device.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisCompleted()If true, the effect is completed and can be removed.voidupdate()Update the effect.
-