Package 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.
-
-
Constructor Summary
Constructors Constructor Description FadeWindowTransition(Component component, int duration, int rate, DropShadowDecorator dropShadowDecorator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, themeHasTransitionEnabled
-
-
-
-
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 classFadeTransition
-
-