Uses of Interface
edu.umd.cs.piccolox.activities.PPositionPathActivity.Target

Packages that use PPositionPathActivity.Target
edu.umd.cs.piccolox.activities This package provides additional support for Piccolo activities. 
 

Uses of PPositionPathActivity.Target in edu.umd.cs.piccolox.activities
 

Fields in edu.umd.cs.piccolox.activities declared as PPositionPathActivity.Target
protected  PPositionPathActivity.Target PPositionPathActivity.target
          An abstract representation of the thing being positioned.
 

Constructors in edu.umd.cs.piccolox.activities with parameters of type PPositionPathActivity.Target
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-2010 Piccolo2D. All Rights Reserved.