public class ScaleEffect extends Effect
| Modifier and Type | Class and Description |
|---|---|
static class |
ScaleEffect.Direction
Shake direction.
|
static class |
ScaleEffect.Scale
What to scale.
|
| Constructor and Description |
|---|
ScaleEffect()
Constructor.
|
ScaleEffect(ScaleEffect.Direction direction)
Constructor.
|
ScaleEffect(ScaleEffect.Direction direction,
ScaleEffect.Scale scale,
int percent,
int duration)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
chainLabel() |
effectCallback, setCallback, statementArgspublic 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.public String chainLabel()
each, css...)Copyright © 2009-2012. All Rights Reserved.