pivot.wtk.skin.terra
Class FadeWindowTransition
java.lang.Object
pivot.wtk.effects.Transition
pivot.wtk.effects.FadeTransition
pivot.wtk.skin.terra.FadeWindowTransition
public class FadeWindowTransition
- extends FadeTransition
Transition for fading a window, including the drop shadow.
- Author:
- gbrown
Method Summary |
protected void |
update()
Called repeatedly while the transition is running to update the
transition's state. |
Methods inherited from class pivot.wtk.effects.Transition |
end, getCurrentTime, getDuration, getElapsedTime, getInterval, getPercentComplete, getRate, getStartTime, isRunning, setDuration, setRate, 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