Uses of Class
edu.umd.cs.piccolo.PRoot

Packages that use PRoot
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. 
 

Uses of PRoot in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo that return PRoot
 PRoot PRoot.getRoot()
          Since getRoot is handled recursively, and root is the lowest point in the hierarchy, simply returns itself.
 PRoot PNode.getRoot()
          Return the root node (instance of PRoot).
 PRoot PCanvas.getRoot()
          Return root for this canvas.
 

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

Methods in edu.umd.cs.piccolo.activities that return PRoot
 PRoot PActivityScheduler.getRoot()
          Returns the node from which all activities will be attached.
 

Constructors in edu.umd.cs.piccolo.activities with parameters of type PRoot
PActivityScheduler(PRoot rootNode)
          Constructs an instance of PActivityScheduler.
 



Copyright © 1995-2011 Piccolo2D. All Rights Reserved.