Package | Description |
---|---|
org.piccolo2d.activities |
This package supports Piccolo activities.
|
Constructor and Description |
---|
PTransformActivity(long duration,
long stepRate,
int loopCount,
int mode,
PTransformActivity.Target target,
AffineTransform destination)
Create a new PTransformActivity.
|
PTransformActivity(long duration,
long stepRate,
PTransformActivity.Target target)
Constructs a transform activity that will last for the specified
duration, will update at the given step rate and will be applied to the
target.
|
PTransformActivity(long duration,
long stepRate,
PTransformActivity.Target target,
AffineTransform destination)
Constructs a activity that will change the target's transform in the
destination transform.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.