edu.umd.cs.piccolox.event
Class PSelectionEventHandler.BoundsFilter

java.lang.Object
  extended by edu.umd.cs.piccolox.event.PSelectionEventHandler.BoundsFilter
All Implemented Interfaces:
PNodeFilter
Enclosing class:
PSelectionEventHandler

protected class PSelectionEventHandler.BoundsFilter
extends java.lang.Object
implements PNodeFilter


Constructor Summary
protected PSelectionEventHandler.BoundsFilter(PBounds bounds)
           
 
Method Summary
 boolean accept(PNode node)
          Return true if the filter should accept the given node.
 boolean acceptChildrenOf(PNode node)
          Return true if the filter should test the children of the given node for acceptance.
 boolean isCameraLayer(PNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSelectionEventHandler.BoundsFilter

protected PSelectionEventHandler.BoundsFilter(PBounds bounds)
Method Detail

accept

public boolean accept(PNode node)
Description copied from interface: PNodeFilter
Return true if the filter should accept the given node.

Specified by:
accept in interface PNodeFilter

acceptChildrenOf

public boolean acceptChildrenOf(PNode node)
Description copied from interface: PNodeFilter
Return true if the filter should test the children of the given node for acceptance.

Specified by:
acceptChildrenOf in interface PNodeFilter

isCameraLayer

public boolean isCameraLayer(PNode node)


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