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

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

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

Constructors in edu.umd.cs.piccolo.activities with parameters of type PColorActivity.Target
PColorActivity(long duration, long stepRate, int loopCount, int mode, PColorActivity.Target aTarget, java.awt.Color aDestination)
          Create a new PColorActivity.
PColorActivity(long duration, long stepRate, PColorActivity.Target aTarget)
          Constructs a color activity for the given target that will animate for the duration provided at an interval of stepRate.
PColorActivity(long duration, long stepRate, PColorActivity.Target aTarget, java.awt.Color aDestination)
          Constructs a color activity for the given target that will animate for the duration provided at an interval of stepRate from the target's starting color to the destination color.
 



Copyright © 1995-2009 Piccolo2D. All Rights Reserved.