public static class ExplodeAnimation.ExplodeInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ExplodeInfo() |
public Rectangle bounds
public int xchunk
public int ychunk
public float xvel
public float yvel
public float yacc
public float rvel
public long delay
Copyright © 2015. All rights reserved.