Uses of Interface
edu.umd.cs.piccolo.activities.PTransformActivity.Target
Packages that use PTransformActivity.Target
-
Uses of PTransformActivity.Target in edu.umd.cs.piccolo.activities
Constructors in edu.umd.cs.piccolo.activities with parameters of type PTransformActivity.TargetModifierConstructorDescriptionPTransformActivity(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.