Uses of Interface
edu.umd.cs.piccolo.util.PNodeFilter
Packages that use PNodeFilter
Package
Description
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
-
Uses of PNodeFilter in edu.umd.cs.piccolo
Methods in edu.umd.cs.piccolo with parameters of type PNodeFilterModifier and TypeMethodDescriptionPNode.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.