Jazz API Documentation

Uses of Interface
edu.umd.cs.jazz.util.ZFindFilter

Packages that use ZFindFilter
edu.umd.cs.jazz Jazz is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.jazz.util This package defines several utility classes that are likely to be useful for Jazz applications. 
 

Uses of ZFindFilter in edu.umd.cs.jazz
 

Methods in edu.umd.cs.jazz with parameters of type ZFindFilter
protected  int ZNode.findNodes(ZFindFilter filter, java.util.ArrayList nodes)
          Internal method used to return the list of nodes that are accepted by the specified filter in the subtree rooted with this.
protected  int ZGroup.findNodes(ZFindFilter filter, java.util.ArrayList nodes)
          Internal method to return the list of nodes that are accepted by the specified filter in the subtree rooted with this.
 int ZSpatialIndexGroup.findNodes(ZFindFilter filter, java.util.ArrayList nodes)
          Search from this spatialIndexGroup node down, return a list of nodes that match filter bounds.
 java.util.ArrayList ZCamera.findNodes(ZFindFilter filter)
          Return the list of nodes that are accepted by the specified filter in the portion of the scenegraph visible through this camera.
protected  int ZInvisibleGroup.findNodes(ZFindFilter filter, java.util.ArrayList nodes)
          In invisible node never is found, nor are any of its children.
 java.util.ArrayList ZDrawingSurface.findNodes(ZFindFilter filter)
          Return the list of nodes that are accepted by the specified filter in the portion of the scenegraph visible within the camera attached to this surface.
 

Uses of ZFindFilter in edu.umd.cs.jazz.util
 

Classes in edu.umd.cs.jazz.util that implement ZFindFilter
 class ZBoundsFindFilter
          ZBoundsFindFilter is a filter that accepts visual and terminal nodes that overlap the specified bounds in global coordinates.
 class ZMagBoundsFindFilter
          ZMagBoundsFindFilter is a filter that accepts "terminal" nodes that overlap the specified bounds in global coordinates, but only if the object is within its visible magnification range.
 


Jazz API Documentation