org.jdesktop.animation.transitions.effects
Class Unchanging

java.lang.Object
  extended by org.jdesktop.animation.transitions.Effect
      extended by org.jdesktop.animation.transitions.effects.Unchanging

public class Unchanging
extends Effect


Constructor Summary
Unchanging()
           
Unchanging(ComponentState start, ComponentState end)
          Creates a new instance of Unchanging
 
Method Summary
 
Methods inherited from class org.jdesktop.animation.transitions.Effect
cleanup, getComponent, getComponentImage, getEnd, getRenderComponent, getStart, init, paint, setBounds, setBounds, setComponentImage, setComponentStates, setEnd, setHeight, setLocation, setRenderComponent, setStart, setup, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Unchanging

public Unchanging()

Unchanging

public Unchanging(ComponentState start,
                  ComponentState end)
Creates a new instance of Unchanging