|
||||||||||
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.ScaleEffect
public class ScaleEffect
$Id$ Helper class to implement the scale effect as in http://docs.jquery.com/UI/Effects/Scale
Nested Class Summary | |
---|---|
static class |
ScaleEffect.Direction
Shake direction. |
static class |
ScaleEffect.Scale
What to scale. |
Constructor Summary | |
---|---|
ScaleEffect()
Constructor. |
|
ScaleEffect(ScaleEffect.Direction direction)
Constructor. |
|
ScaleEffect(ScaleEffect.Direction direction,
ScaleEffect.Scale scale,
int percent,
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 ScaleEffect()
public ScaleEffect(ScaleEffect.Direction direction)
direction
- The direction.public ScaleEffect(ScaleEffect.Direction direction, ScaleEffect.Scale scale, int percent, int duration)
direction
- The directionscale
- The scalepercent
- The percentduration
- The duration.Method Detail |
---|
public String chainLabel()
each
, css
...)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |