Package | Description |
---|---|
edu.umd.cs.piccolo |
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
|
edu.umd.cs.piccolox.event |
This package provides additional Piccolo event handlers.
|
Modifier and Type | Method and Description |
---|---|
Collection |
PNode.getAllNodes(PNodeFilter filter,
Collection resultantNodes)
Return a collection containing the subset of this node and all of its
descendant nodes that are accepted by the given node filter.
|
Modifier and Type | Class and Description |
---|---|
protected class |
PSelectionEventHandler.BoundsFilter
Class used to filter nodes that intersect with the marquee's bounds.
|
Modifier and Type | Method and Description |
---|---|
protected PNodeFilter |
PSelectionEventHandler.createNodeFilter(PBounds bounds)
Creates a node filter that will filter all nodes not touching the bounds
provided.
|
Copyright © 1995–2013 Piccolo2D. All rights reserved.