Uses of Interface
edu.umd.cs.piccolo.activities.PTransformActivity.Target

Packages that use PTransformActivity.Target
edu.umd.cs.piccolo.activities This package supports Piccolo activities. 
 

Uses of PTransformActivity.Target in edu.umd.cs.piccolo.activities
 

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.
 



Copyright © 1995-2010 Piccolo2D. All Rights Reserved.