Package | Description |
---|---|
org.piccolo2d |
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
|
org.piccolo2d.activities |
This package supports Piccolo activities.
|
org.piccolo2d.event |
This package supports Piccolo event handlers.
|
Class and Description |
---|
PActivity
PActivity controls some time dependent aspect of Piccolo, such as
animation.
|
PActivityScheduler
PActivityScheduler is responsible for maintaining a list of
activities.
|
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.
|
Class and Description |
---|
PActivity
PActivity controls some time dependent aspect of Piccolo, such as
animation.
|
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.
|
PActivityScheduler
PActivityScheduler is responsible for maintaining a list of
activities.
|
PColorActivity.Target
Target Objects that want their color to be set by the color
activity must implement this interface.
|
PInterpolatingActivity
PInterpolatingActivity interpolates between two states (source and
destination) over the duration of the activity.
|
PTransformActivity.Target
Target Objects that want to get transformed by the transform
activity must implement this interface.
|
Class and Description |
---|
PActivity
PActivity controls some time dependent aspect of Piccolo, such as
animation.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.