|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
This package supports Piccolo activities. Activities are used to control some time dependent aspect of Piccolo such as animation.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |