Uses of Class
edu.umd.cs.piccolo.activities.PTransformActivity

Packages that use PTransformActivity
edu.umd.cs.piccolo Piccolo is a general-purpose Java-based engine that supports 2D visualizations. 
 

Uses of PTransformActivity in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo that return PTransformActivity
 PTransformActivity PNode.animateToPositionScaleRotation(double x, double y, double scale, double theta, long duration)
          Animate this node's transform from its current location when the activity starts to the specified location, scale, and rotation.
 PTransformActivity PNode.animateToTransform(java.awt.geom.AffineTransform destTransform, long duration)
          Animate this node's transform from its current values when the activity starts to the new values specified in the given transform.
 PTransformActivity PCamera.animateViewToCenterBounds(java.awt.geom.Rectangle2D centerBounds, boolean shouldScaleToFit, long duration)
          Animate the camera's view from its current transform when the activity starts to a new transform that centers the given bounds in the camera layers coordinate system into the cameras view bounds.
 PTransformActivity PCamera.animateViewToPanToBounds(java.awt.geom.Rectangle2D panToBounds, long duration)
          Pan the camera's view from its current transform when the activity starts to a new transform so that the view bounds will contain (if possible, intersect if not possible) the new bounds in the camera layers coordinate system.
 PTransformActivity PCamera.animateViewToIncludeBounds(java.awt.geom.Rectangle2D includeBounds, long duration)
          Deprecated. Renamed to animateViewToPanToBounds
 PTransformActivity PCamera.animateViewToTransform(java.awt.geom.AffineTransform destination, long duration)
          Animate the cameras view transform from its current value when the activity starts to the new destination transform value.
 



Copyright © 2004 by University of Maryland, College Park, MD 20742, USA All rights reserved.