Uses of Class
edu.umd.cs.piccolo.activities.PInterpolatingActivity
Packages that use PInterpolatingActivity
Package
Description
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
This package supports Piccolo activities.
-
Uses of PInterpolatingActivity in edu.umd.cs.piccolo
Methods in edu.umd.cs.piccolo that return PInterpolatingActivityModifier and TypeMethodDescriptionPNode.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.PNode.animateToColor(Color destColor, long duration) Animate this node's color from its current value to the new value specified.PNode.animateToTransparency(float zeroToOne, long duration) Animate this node's transparency from its current value to the new value specified. -
Uses of PInterpolatingActivity in edu.umd.cs.piccolo.activities
Subclasses of PInterpolatingActivity in edu.umd.cs.piccolo.activitiesModifier and TypeClassDescriptionclassPColorActivity interpolates between two colors for its target over the duration of the animation.classPTransformActivity interpolates between two transforms setting its target's transform as it goes.