Package | Description |
---|---|
org.piccolo2d |
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
|
org.piccolo2d.activities |
This package supports Piccolo activities.
|
Modifier and Type | Method and Description |
---|---|
PInterpolatingActivity |
PNode.animateToBounds(double x,
double y,
double width,
double height,
long duration)
Animate this node's bounds from their current location when the activity
starts to the specified bounds.
|
PInterpolatingActivity |
PNode.animateToColor(Color destColor,
long duration)
Animate this node's color from its current value to the new value
specified.
|
PInterpolatingActivity |
PNode.animateToTransparency(float zeroToOne,
long duration)
Animate this node's transparency from its current value to the new value
specified.
|
Modifier and Type | Class and Description |
---|---|
class |
PColorActivity
PColorActivity interpolates between two colors for its target over the
duration of the animation.
|
class |
PTransformActivity
PTransformActivity interpolates between two transforms setting its
target's transform as it goes.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.