org.apache.pivot.wtk.skin.terra
Class FadeWindowTransition
java.lang.Object
org.apache.pivot.wtk.effects.Transition
org.apache.pivot.wtk.effects.FadeTransition
org.apache.pivot.wtk.skin.terra.FadeWindowTransition
public class FadeWindowTransition
- extends FadeTransition
Transition for fading a window, including the drop shadow.
Method Summary |
protected void |
update()
Called repeatedly while the transition is running to update the
transition's state. |
Methods inherited from class org.apache.pivot.wtk.effects.Transition |
end, getCurrentTime, getDuration, getElapsedTime, getInterval, getPercentComplete, getRate, getStartTime, isRepeating, isReversed, isRunning, reverse, setDuration, setRate, setReversed, start |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FadeWindowTransition
public FadeWindowTransition(Component component,
int duration,
int rate,
DropShadowDecorator dropShadowDecorator)
update
protected void update()
- Description copied from class:
Transition
- Called repeatedly while the transition is running to update the
transition's state.
- Overrides:
update
in class FadeTransition