Package jexer.effect
Interface Effect
-
- All Known Implementing Classes:
WindowBurnInEffect
,WindowFadeInEffect
,WindowFadeOutEffect
public interface Effect
A desktop or window effect 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 boolean
isCompleted()
If true, the effect is completed and can be removed.void
update()
Update the effect.
-