public class ExplodeEffect extends Effect
| Modifier and Type | Class and Description |
|---|---|
static class |
ExplodeEffect.Mode
The explode mode.
|
| Constructor and Description |
|---|
ExplodeEffect(ExplodeEffect.Mode mode)
Constructor.
|
ExplodeEffect(ExplodeEffect.Mode mode,
int duration)
Constructor.
|
ExplodeEffect(ExplodeEffect.Mode mode,
int pieces,
int duration)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
chainLabel() |
ExplodeEffect.Mode |
getMode()
Gets the mode.
|
effectCallback, setCallback, statementArgspublic ExplodeEffect(ExplodeEffect.Mode mode)
mode - The modepublic ExplodeEffect(ExplodeEffect.Mode mode, int duration)
mode - The modeduration - the duration.public ExplodeEffect(ExplodeEffect.Mode mode, int pieces, int duration)
mode - The medepieces - How many piecesduration - The duration of the effect.public String chainLabel()
each, css...)public ExplodeEffect.Mode getMode()
Copyright © 2009-2012. All Rights Reserved.