Jazz API Documentation

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

Packages that use ZFindFilter
edu.umd.cs.jazz This is the root package for all Jazz classes. 
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
 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.
 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.
 

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