Constructors in edu.umd.cs.piccolo.activities with parameters of type PTransformActivity.Target |
PTransformActivity(long duration,
long stepRate,
int loopCount,
int mode,
PTransformActivity.Target target,
java.awt.geom.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,
java.awt.geom.AffineTransform destination)
Constructs a activity that will change the target's transform in the
destination transform. |