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