org.apache.pivot.wtk.skin.terra
Class FadeWindowTransition

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

public class FadeWindowTransition
extends FadeTransition

Transition for fading a window, including the drop shadow.


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 org.apache.pivot.wtk.effects.FadeTransition
getComponent, start, stop
 
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
 

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