public class ShakeEffect extends Effect
| Modifier and Type | Class and Description |
|---|---|
static class |
ShakeEffect.Direction
Shake direction.
|
| Constructor and Description |
|---|
ShakeEffect()
Constructor.
|
ShakeEffect(ShakeEffect.Direction direction)
Constructor.
|
ShakeEffect(ShakeEffect.Direction direction,
int times,
int distance,
int duration)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
chainLabel() |
effectCallback, setCallback, statementArgspublic ShakeEffect()
public ShakeEffect(ShakeEffect.Direction direction)
direction - The direction.public ShakeEffect(ShakeEffect.Direction direction, int times, int distance, int duration)
direction - The direction used to shake it.times - show many time to shake it.distance - The distanceduration - The durationpublic String chainLabel()
each, css...)Copyright © 2009-2012. All Rights Reserved.