Uses of Interface
edu.umd.cs.piccolo.util.PNodeFilter

Packages that use PNodeFilter
edu.umd.cs.piccolo Piccolo is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.piccolox.event   
 

Uses of PNodeFilter in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo with parameters of type PNodeFilter
 java.util.Collection PNode.getAllNodes(PNodeFilter filter, java.util.Collection results)
          Return a collection containing the subset of this node and all of its descendent nodes that are accepted by the given node filter.
 

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

Classes in edu.umd.cs.piccolox.event that implement PNodeFilter
protected  class PSelectionEventHandler.BoundsFilter
           
 

Methods in edu.umd.cs.piccolox.event that return PNodeFilter
protected  PNodeFilter PSelectionEventHandler.createNodeFilter(PBounds bounds)
           
 



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