Package jexer.effect
Interface Effect
-
- All Known Implementing Classes:
WindowBurnInEffect,WindowFadeInEffect,WindowFadeOutEffect
public interface EffectA 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 booleanisCompleted()If true, the effect is completed and can be removed.voidupdate()Update the effect.
-