org.apache.pivot.wtk.skin
Class CardPaneSkin.SelectionChangeTransition
java.lang.Object
org.apache.pivot.wtk.effects.Transition
org.apache.pivot.wtk.skin.CardPaneSkin.SelectionChangeTransition
- Direct Known Subclasses:
- CardPaneSkin.CrossfadeTransition, CardPaneSkin.FlipTransition, CardPaneSkin.SlideTransition
- Enclosing class:
- CardPaneSkin
public abstract class CardPaneSkin.SelectionChangeTransition
- extends Transition
Abstract base class for selection change transitions.
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, start, stop, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
public final int from
to
public final int to
fromCard
public final Component fromCard
toCard
public final Component toCard
direction
public final int direction
CardPaneSkin.SelectionChangeTransition
public CardPaneSkin.SelectionChangeTransition(int from,
int to)