Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PRoot |
PActivityScheduler.getRoot()
Returns the node from which all activities will be attached.
|
Constructor and Description |
---|
PActivityScheduler(PRoot rootNode)
Constructs an instance of PActivityScheduler.
|
Modifier and Type | Field and Description |
---|---|
protected PRoot |
PDefaultScrollDirector.root
The canvas' root.
|
Modifier and Type | Class and Description |
---|---|
class |
PSWTRoot
PSWTRoot is a subclass of PRoot that is designed to work in the SWT
environment.
|
Modifier and Type | Method and Description |
---|---|
PRoot |
PSWTCanvas.getRoot()
Return root for this canvas.
|
Copyright © 1995-2012 Piccolo2D. All Rights Reserved.