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

Packages that use PActivity
edu.umd.cs.piccolo Piccolo is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.piccolo.activities This package supports Piccolo activities. 
edu.umd.cs.piccolo.event This package supports Piccolo event handlers. 
edu.umd.cs.piccolox.activities This package provides additional support for Piccolo activities. 
edu.umd.cs.piccolox.event This package provides additional Piccolo event handlers. 
 

Uses of PActivity in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo with parameters of type PActivity
 boolean PRoot.addActivity(PActivity activity)
          Add an activity to the activity scheduler associated with this root.
 boolean PNode.addActivity(PActivity activity)
          Schedule the given activity with the root, note that only scheduled activities will be stepped.
 

Uses of PActivity in edu.umd.cs.piccolo.activities
 

Subclasses of PActivity in edu.umd.cs.piccolo.activities
 class PColorActivity
          PColorActivity interpolates between two colors for its target over the duration of the animation.
 class PInterpolatingActivity
          PInterpolatingActivity interpolates between two states (source and destination) over the duration of the activity.
 class PTransformActivity
          PTransformActivity interpolates between two transforms setting its target's transform as it goes.
 

Methods in edu.umd.cs.piccolo.activities with parameters of type PActivity
 void PActivity.PActivityDelegate.activityFinished(PActivity activity)
           
 void PActivity.PActivityDelegate.activityStarted(PActivity activity)
           
 void PActivity.PActivityDelegate.activityStepped(PActivity activity)
           
 void PActivityScheduler.addActivity(PActivity activity)
           
 void PActivityScheduler.addActivity(PActivity activity, boolean processLast)
          Add this activity to the scheduler.
 void PActivityScheduler.removeActivity(PActivity activity)
           
 void PActivity.startAfter(PActivity first)
          Schedules this activity to start after the first activity has finished.
 

Uses of PActivity in edu.umd.cs.piccolo.event
 

Methods in edu.umd.cs.piccolo.event that return PActivity
protected  PActivity PDragSequenceEventHandler.getDragActivity()
           
 

Uses of PActivity in edu.umd.cs.piccolox.activities
 

Subclasses of PActivity in edu.umd.cs.piccolox.activities
 class PPathActivity
          PPathActivity is the abstract base class for all path activity interpolators.
 class PPositionPathActivity
          PPositionPathActivity animates through a sequence of points.
 

Uses of PActivity in edu.umd.cs.piccolox.event
 

Methods in edu.umd.cs.piccolox.event that return PActivity
protected  PActivity PNavigationEventHandler.animateCameraViewTransformTo(PCamera aCamera, java.awt.geom.AffineTransform aTransform, int duration)
           
 PActivity PNavigationEventHandler.directCameraViewToFocus(PCamera aCamera, PNode aFocusNode, int duration)
           
 



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