Package edu.umd.cs.piccolo.activities

This package supports Piccolo activities.

See:
          Description

Interface Summary
PActivity.PActivityDelegate PActivityDelegate is used by classes to learn about and act on the different states that a PActivity goes through, such as when the activity starts and stops stepping.
PColorActivity.Target Target Objects that want their color to be set by the color activity must implement this interface.
PTransformActivity.Target Target Objects that want to get transformed by the transform activity must implement this interface.
 

Class Summary
PActivity PActivity controls some time dependent aspect of Piccolo, such as animation.
PActivityScheduler PActivityScheduler is responsible for maintaining a list of activities.
PColorActivity PColorActivity interpolates between two colors for its target over the duration of the animation.
PInterpolatingActivity PInterpolatingActivity interpolates between two states (source and destination) over the duration of the activity.
PTransformActivity PTransformActivity interpolates between two transforms setting its target's transform as it goes.
 

Package edu.umd.cs.piccolo.activities Description

This package supports Piccolo activities. Activities are used to control some time dependent aspect of Piccolo such as animation.



Copyright © 2008 by University of Maryland, College Park, MD 20742, USA All rights reserved.