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

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.FadeIn

public class FadeIn
extends Fade

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


Field Summary
 
Fields inherited from class org.zilonis.tool.ext.aerith.effects.ComponentEffect
componentImage, end, height, renderComponent, start, width, x, y
 
Constructor Summary
FadeIn(ComponentState end)
          Creates a new instance of FadeIn with the given end 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

FadeIn

public FadeIn(ComponentState end)
Creates a new instance of FadeIn with the given end state.

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