public interface PNodeFilter
Modifier and Type | Method and Description |
---|---|
boolean |
accept(PNode aNode)
Return true if the filter should accept the given node.
|
boolean |
acceptChildrenOf(PNode aNode)
Return true if the filter should test the children of the given node for
acceptance.
|
boolean accept(PNode aNode)
aNode
- node under testboolean acceptChildrenOf(PNode aNode)
aNode
- parent being testedCopyright © 1995-2012 Piccolo2D. All Rights Reserved.