pivot.wtk.skin
Class CardPaneSkin.SelectionChangeTransition
java.lang.Object
pivot.wtk.effects.Transition
pivot.wtk.skin.CardPaneSkin.SelectionChangeTransition
- Direct Known Subclasses:
- CardPaneSkin.CrossfadeTransition, CardPaneSkin.SlideTransition
- Enclosing class:
- CardPaneSkin
public abstract class CardPaneSkin.SelectionChangeTransition
- extends Transition
Abstract base class for selection change transitions.
- Author:
- gbrown
Methods inherited from class pivot.wtk.effects.Transition |
end, getCurrentTime, getDuration, getElapsedTime, getInterval, getPercentComplete, getRate, getStartTime, isRunning, setDuration, setRate, start, start, stop, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fromCard
public final Component fromCard
toCard
public final Component toCard
CardPaneSkin.SelectionChangeTransition
public CardPaneSkin.SelectionChangeTransition(int from,
int to)