Interface IEffect
-
- All Known Implementing Classes:
AbstractEffect
,Grow
,MoveControl
,MoveScrollBar
,Resize
,SetAlpha
,SetBounds
,Shake
public interface IEffect
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Set the effect as done and run the cancel runnable.void
doEffect()
Apply effect to the target according to the current time.boolean
isDone()
-