|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Effect
An interface for interacting with and invoking animation effects.
Copyright: Copyright (c) Formaria Ltd., 2008-2009
License: see license.txt
| Field Summary | |
|---|---|
static int |
BACKWARD
|
static int |
FORWARD
|
| Method Summary | |
|---|---|
void |
animate()
Run the animation |
void |
init(java.util.Properties props)
Initialize the effect |
void |
setDirection(int i)
Set the animationdirection |
| Field Detail |
|---|
static final int FORWARD
static final int BACKWARD
| Method Detail |
|---|
void animate()
void setDirection(int i)
i - FORWARD | BACKWARDvoid init(java.util.Properties props)
props -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||