Package | Description |
---|---|
edu.umd.cs.piccolo.activities |
This package supports Piccolo activities.
|
Constructor and Description |
---|
PColorActivity(long duration,
long stepRate,
int loopCount,
int mode,
PColorActivity.Target aTarget,
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,
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-2012 Piccolo2D. All Rights Reserved.