pivot.wtk.skin.terra
Class FadeWindowTransition

java.lang.Object
  extended by pivot.wtk.effects.Transition
      extended by pivot.wtk.effects.FadeTransition
          extended by pivot.wtk.skin.terra.FadeWindowTransition

public class FadeWindowTransition
extends FadeTransition

Transition for fading a window, including the drop shadow.

Author:
gbrown

Field Summary
 
Fields inherited from class pivot.wtk.effects.Transition
DEFAULT_DURATION, DEFAULT_RATE
 
Constructor Summary
FadeWindowTransition(Component component, int duration, int rate, DropShadowDecorator dropShadowDecorator)
           
 
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.FadeTransition
getComponent, start, stop
 
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
 

Constructor Detail

FadeWindowTransition

public FadeWindowTransition(Component component,
                            int duration,
                            int rate,
                            DropShadowDecorator dropShadowDecorator)
Method Detail

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