|
||||||||||
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.BounceEffect
public class BounceEffect
$Id$ Helper class to implement the shake effect as in http://docs.jquery.com/UI/Effects/Shake
Nested Class Summary | |
---|---|
static class |
BounceEffect.BounceDirection
Shake direction. |
static class |
BounceEffect.BounceMode
The bounce mode. |
Constructor Summary | |
---|---|
BounceEffect()
Constructor. |
|
BounceEffect(BounceEffect.BounceDirection direction)
Constructor. |
|
BounceEffect(BounceEffect.BounceDirection direction,
BounceEffect.BounceMode mode,
int times,
int distance,
int duration)
Constructor. |
Method Summary | |
---|---|
String |
chainLabel()
|
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 BounceEffect()
public BounceEffect(BounceEffect.BounceDirection direction)
direction
- The direction.public BounceEffect(BounceEffect.BounceDirection direction, BounceEffect.BounceMode mode, int times, int distance, int duration)
direction
- The direction used to shake it.times
- show many time to shake it.distance
- The distanceduration
- The durationMethod Detail |
---|
public String chainLabel()
each
, css
...)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |