|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
edu.umd.cs.piccolox.swing | This package supports using Piccolo with JFC/Swing. |
edu.umd.cs.piccolox.swt | This package provides a SWT implementation of the core Piccolo library. |
Uses of PRoot in edu.umd.cs.piccolo |
---|
Methods in edu.umd.cs.piccolo that return PRoot | |
---|---|
PRoot |
PRoot.getRoot()
Return this. |
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()
|
Constructors in edu.umd.cs.piccolo.activities with parameters of type PRoot | |
---|---|
PActivityScheduler(PRoot rootNode)
|
Uses of PRoot in edu.umd.cs.piccolox.swing |
---|
Fields in edu.umd.cs.piccolox.swing declared as PRoot | |
---|---|
protected PRoot |
PDefaultScrollDirector.root
The canvas' root |
Uses of PRoot in edu.umd.cs.piccolox.swt |
---|
Subclasses of PRoot in edu.umd.cs.piccolox.swt | |
---|---|
class |
PSWTRoot
PSWTRoot is a subclass of PRoot that is designed to work in the SWT environment. |
Methods in edu.umd.cs.piccolox.swt that return PRoot | |
---|---|
PRoot |
PSWTCanvas.getRoot()
Return root for this canvas. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |