Uses of Package
edu.umd.cs.piccolo.activities
Packages that use edu.umd.cs.piccolo.activities
Package
Description
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
This package supports Piccolo activities.
This package supports Piccolo event handlers.
-
Classes in edu.umd.cs.piccolo.activities used by edu.umd.cs.piccoloClassDescriptionPActivity controls some time dependent aspect of Piccolo, such as animation.PActivityScheduler is responsible for maintaining a list of activities.PInterpolatingActivity interpolates between two states (source and destination) over the duration of the activity.PTransformActivity interpolates between two transforms setting its target's transform as it goes.
-
Classes in edu.umd.cs.piccolo.activities used by edu.umd.cs.piccolo.activitiesClassDescriptionPActivity controls some time dependent aspect of Piccolo, such as animation.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.PActivityScheduler is responsible for maintaining a list of activities.Target Objects that want their color to be set by the color activity must implement this interface.PInterpolatingActivity interpolates between two states (source and destination) over the duration of the activity.Target Objects that want to get transformed by the transform activity must implement this interface.
-
Classes in edu.umd.cs.piccolo.activities used by edu.umd.cs.piccolo.eventClassDescriptionPActivity controls some time dependent aspect of Piccolo, such as animation.