public class BounceEffect extends Effect
| Modifier and Type | Class and Description |
|---|---|
static class |
BounceEffect.BounceDirection
Shake direction.
|
static class |
BounceEffect.BounceMode
The bounce mode.
|
| Constructor and Description |
|---|
BounceEffect()
Constructor.
|
BounceEffect(BounceEffect.BounceDirection direction)
Constructor.
|
BounceEffect(BounceEffect.BounceDirection direction,
BounceEffect.BounceMode mode,
int times,
int distance,
int duration)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
chainLabel() |
effectCallback, setCallback, statementArgspublic 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 durationpublic String chainLabel()
each, css...)Copyright © 2009-2012. All Rights Reserved.