Package | Description |
---|---|
edu.umd.cs.piccolox.activities |
This package provides additional support for Piccolo activities.
|
Modifier and Type | Field and Description |
---|---|
protected PPositionPathActivity.Target |
PPositionPathActivity.target
An abstract representation of the thing being positioned.
|
Constructor and Description |
---|
PPositionPathActivity(long duration,
long stepRate,
int loopCount,
int mode,
PPositionPathActivity.Target target,
float[] knots,
Point2D[] positions)
Constructs a position activity that will repeat the number of times
specified.
|
PPositionPathActivity(long duration,
long stepRate,
PPositionPathActivity.Target target)
Constructs a position activity that acts on the given target for the
duration provided and will update it's position at the given stepRate.
|
PPositionPathActivity(long duration,
long stepRate,
PPositionPathActivity.Target target,
float[] knots,
Point2D[] positions)
Constructs a position activity that acts on the given target for the
duration provided and will update it's position at the given stepRate.
|
Copyright © 1995-2012 Piccolo2D. All Rights Reserved.