org.zilonis.tool.ext.aerith.effects
Class FadeOut

java.lang.Object
  extended by org.zilonis.tool.ext.aerith.effects.ComponentEffect
      extended by org.zilonis.tool.ext.aerith.effects.Fade
          extended by org.zilonis.tool.ext.aerith.effects.FadeOut

public class FadeOut
extends Fade

Simple subclass of Fade effect that will fade a component from an existing start state to nothing.


Field Summary
 
Fields inherited from class org.zilonis.tool.ext.aerith.effects.ComponentEffect
componentImage, end, height, renderComponent, start, width, x, y
 
Constructor Summary
FadeOut(ComponentState start)
          Creates a new instance of FadeOut with the given start state.
 
Method Summary
 
Methods inherited from class org.zilonis.tool.ext.aerith.effects.Fade
setup
 
Methods inherited from class org.zilonis.tool.ext.aerith.effects.ComponentEffect
getComponent, getComponentImage, getEnd, getStart, paint, setComponentImage, setComponentStates, setEnd, setStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FadeOut

public FadeOut(ComponentState start)
Creates a new instance of FadeOut with the given start state.

Parameters:
start - The ComponentState at the beginning of the transition; this is what we are fading (from this starting representation into nothing).