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

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

public class Scale
extends ComponentEffect

ComponentEffect that resizes a component during the transition. This effect uses an image representation of the component instead of re-rendering the component on every frame.


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

Constructor Detail

Scale

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