|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.core.effects.Effect
org.odlabs.wiquery.ui.effects.ExplodeEffect
public class ExplodeEffect
$Id$ Helper class to implement the explode effect as in http://docs.jquery.com/UI/Effects/Explode
Nested Class Summary | |
---|---|
static class |
ExplodeEffect.Mode
The explode mode. |
Constructor Summary | |
---|---|
ExplodeEffect(ExplodeEffect.Mode mode)
Constructor. |
|
ExplodeEffect(ExplodeEffect.Mode mode,
int duration)
Constructor. |
|
ExplodeEffect(ExplodeEffect.Mode mode,
int pieces,
int duration)
Constructor. |
Method Summary | |
---|---|
String |
chainLabel()
|
ExplodeEffect.Mode |
getMode()
Gets the mode. |
Methods inherited from class org.odlabs.wiquery.core.effects.Effect |
---|
effectCallback, setCallback, statementArgs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public 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.Method Detail |
---|
public String chainLabel()
each
, css
...)public ExplodeEffect.Mode getMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |