|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.media.animation.ExplodeAnimation.ExplodeInfo
public static class ExplodeAnimation.ExplodeInfo
A class that describes an explosion's attributes.
| Field Summary | |
|---|---|
Rectangle |
bounds
The bounds within which to animate. |
long |
delay
The animation length in milliseconds, or -1 if the animation should continue until all pieces are outside the bounds. |
float |
rvel
The chunk rotational velocity in rotations per millisecond. |
int |
xchunk
The number of image chunks on each axis. |
float |
xvel
The maximum chunk velocity on each axis in pixels per millisecond. |
float |
yacc
The y-axis chunk acceleration in pixels per millisecond. |
int |
ychunk
The number of image chunks on each axis. |
float |
yvel
The maximum chunk velocity on each axis in pixels per millisecond. |
| Constructor Summary | |
|---|---|
ExplodeAnimation.ExplodeInfo()
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Rectangle bounds
public int xchunk
public int ychunk
public float xvel
public float yvel
public float yacc
public float rvel
public long delay
| Constructor Detail |
|---|
public ExplodeAnimation.ExplodeInfo()
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||