|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zilonis.tool.ext.aerith.effects.ComponentEffect
org.zilonis.tool.ext.aerith.effects.Scale
public class Scale
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 |
|---|
public Scale(ComponentState start,
ComponentState end)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||