pivot.wtk.skin
Class CardPaneSkin.SelectionChangeTransition

java.lang.Object
  extended by pivot.wtk.effects.Transition
      extended by 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

Field Summary
 Component fromCard
           
 Component toCard
           
 
Fields inherited from class pivot.wtk.effects.Transition
DEFAULT_DURATION, DEFAULT_RATE
 
Constructor Summary
CardPaneSkin.SelectionChangeTransition(int from, int to)
           
 
Method Summary
 
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
 

Field Detail

fromCard

public final Component fromCard

toCard

public final Component toCard
Constructor Detail

CardPaneSkin.SelectionChangeTransition

public CardPaneSkin.SelectionChangeTransition(int from,
                                              int to)