Package edu.umd.cs.piccolo.activities


package edu.umd.cs.piccolo.activities
This package supports Piccolo activities. Activities are used to control some time dependent aspect of Piccolo such as animation.
  • Class
    Description
    PActivity 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.
    PColorActivity interpolates between two colors for its target over the duration of the animation.
    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.
    PTransformActivity interpolates between two transforms setting its target's transform as it goes.
    Target Objects that want to get transformed by the transform activity must implement this interface.