org.apache.pivot.wtk.skin
Class CardPaneSkin.SelectionChangeTransition

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


Field Summary
 int direction
           
 int from
           
 Component fromCard
           
 int to
           
 Component toCard
           
 
Constructor Summary
CardPaneSkin.SelectionChangeTransition(int from, int to)
           
 
Method Summary
 
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
 

Field Detail

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
Constructor Detail

CardPaneSkin.SelectionChangeTransition

public CardPaneSkin.SelectionChangeTransition(int from,
                                              int to)