| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZBounds | |
| edu.umd.cs.jazz | Jazz is a general-purpose Java-based engine that supports 2D visualizations. | 
| edu.umd.cs.jazz.component | This package contains several visual components that may be useful for Jazz applications. | 
| edu.umd.cs.jazz.util | This package defines several utility classes that are likely to be useful for Jazz applications. | 
| Uses of ZBounds in edu.umd.cs.jazz | 
| Fields in edu.umd.cs.jazz declared as ZBounds | |
protected  ZBounds | 
ZSceneGraphObject.bounds
The bounding rectangle occupied by this object in its own local coordinate system.  | 
| Methods in edu.umd.cs.jazz that return ZBounds | |
 ZBounds | 
ZSceneGraphObject.getBounds()
Return a copy of the bounds of the subtree rooted at this node in local coordinates.  | 
 ZBounds | 
ZSceneGraphObject.getBoundsReference()
Return a reference to the bounds of the subtree rooted at this node in local coordinates.  | 
 ZBounds | 
ZNode.getGlobalBounds()
Return a copy of the bounds of the subtree rooted at this node in global coordinates.  | 
 ZBounds | 
ZGroup.getShallowBounds()
Return the bounds of this ZGroup without taking the groups children into consideration.  | 
 ZBounds | 
ZVisualLeaf.getVisualComponentBounds()
Return a copy of the bounds of this node's visual components in local coordinates.  | 
 ZBounds | 
ZVisualLeaf.getVisualComponentGlobalBounds()
Return a copy of the bounds of this node's visual components in global coordinates.  | 
protected  ZBounds | 
ZTreeLayoutManager.getFrontVisualComponentBounds(ZNode aVisualNode)
Convenience method to get the bounds of the front visual component of the given node  | 
protected  ZBounds | 
ZTreeLayoutManager.padBounds(ZBounds bounds)
Convenience method to pad the given bounds with the current spacing  | 
 ZBounds | 
ZVisualGroup.getFrontVisualComponentBounds()
Return a copy of the bounds of this node's front visual component in local coordinates.  | 
 ZBounds | 
ZVisualGroup.getFrontVisualComponentGlobalBounds()
Return a copy of the bounds of this node's front visual component in global coordinates.  | 
 ZBounds | 
ZVisualGroup.getBackVisualComponentBounds()
Return a copy of the bounds of this node's back visual component in local coordinates.  | 
 ZBounds | 
ZVisualGroup.getBackVisualComponentGlobalBounds()
Return a copy of the bounds of this node's back visual component in global coordinates.  | 
 ZBounds | 
ZVisualGroup.getShallowBounds()
Return the bounds of this ZGroup without taking the groups children into consideration.  | 
 ZBounds | 
ZCamera.getViewBounds()
Returns the bounds that this Camera sees in global scene coordinates.  | 
| Methods in edu.umd.cs.jazz with parameters of type ZBounds | |
protected  void | 
ZSceneGraphObject.setBounds(ZBounds newBounds)
Internal method to specify the bounds of this object.  | 
 void | 
ZVisualComponent.repaint(ZBounds repaintBounds)
This causes just the specified bounds of this visual component to be repainted.  | 
 void | 
ZNode.repaint(ZBounds repaintBounds)
Method to pass repaint methods up the tree.  | 
 void | 
ZNode.repaint(ZSceneGraphObject obj,
        java.awt.geom.AffineTransform at,
        ZBounds clipBounds)
Method to pass repaint methods up the tree.  | 
protected  ZBounds | 
ZTreeLayoutManager.padBounds(ZBounds bounds)
Convenience method to pad the given bounds with the current spacing  | 
 void | 
ZTransformGroup.repaint(ZBounds repaintBounds)
Method to pass repaint methods up the tree.  | 
 void | 
ZTransformGroup.repaint(ZSceneGraphObject obj,
        java.awt.geom.AffineTransform at,
        ZBounds clipBounds)
Method to pass repaint methods up the tree.  | 
static void | 
ZTransformGroup.transform(ZBounds bounds,
          java.awt.geom.AffineTransform at)
Apply the specified transform to the specified bounds, modifying the bounds.  | 
protected  boolean | 
ZSpatialIndexGroup.childrenFindable(ZNode node,
                 ZBounds bounds)
Returns true if the node intersects the bounds.  | 
 void | 
ZLayerGroup.repaint(ZBounds repaintBounds)
Method to pass repaint methods up the tree, and to any cameras looking here.  | 
 void | 
ZLayerGroup.repaint(ZSceneGraphObject obj,
        java.awt.geom.AffineTransform at,
        ZBounds clipBounds)
Method to pass repaint methods up the tree, and to any cameras looking here.  | 
 ZRenderContext | 
ZCamera.createRenderContext(java.awt.Graphics2D aG2,
                    ZBounds visibleBounds,
                    ZDrawingSurface aSurface,
                    int qualityRequested)
This returns a new instance of a ZRenderContext for this node.  | 
 void | 
ZCamera.repaint(ZBounds repaintBounds)
This is an internal form of repaint that is only intended to be used by calls from within Jazz.  | 
 void | 
ZCamera.repaint(ZSceneGraphObject obj,
        java.awt.geom.AffineTransform at,
        ZBounds clipBounds)
This is an internal form of repaint that is only intended to be used by calls from within Jazz.  | 
| Uses of ZBounds in edu.umd.cs.jazz.component | 
| Methods in edu.umd.cs.jazz.component with parameters of type ZBounds | |
 void | 
ZSwing.repaint(ZBounds repaintBounds)
Repaint's the specified portion of this visual component Note that the input parameter may be modified as a result of this call.  | 
| Uses of ZBounds in edu.umd.cs.jazz.util | 
| Methods in edu.umd.cs.jazz.util that return ZBounds | |
 ZBounds | 
ZBoundsFindFilter.getBounds()
Return the bounds of this filter's search region.  | 
 ZBounds | 
ZListImpl.ZNodeListImpl.collectiveBoundsReference(ZBounds bounds)
 | 
 ZBounds | 
ZListImpl.ZVisualComponentListImpl.collectiveBoundsReference(ZBounds bounds)
 | 
 ZBounds[] | 
ZListImpl.ZBoundsListImpl.getBoundsReference()
 | 
 ZBounds | 
ZNullList.collectiveBoundsReference(ZBounds bounds)
 | 
 ZBounds[] | 
ZNullList.getBoundsReference()
 | 
 ZBounds | 
ZList.ZNodeList.collectiveBoundsReference(ZBounds bounds)
 | 
 ZBounds | 
ZList.ZVisualComponentList.collectiveBoundsReference(ZBounds bounds)
 | 
 ZBounds[] | 
ZList.ZBoundsList.getBoundsReference()
 | 
 ZBounds | 
ZRenderContext.getVisibleBounds()
Get the visible bounds of the current render in the local coordinate system.  | 
| Methods in edu.umd.cs.jazz.util with parameters of type ZBounds | |
 ZRenderContext | 
ZRenderContextFactory.createRenderContext(java.awt.Graphics2D aG2,
                    ZBounds visibleBounds,
                    ZDrawingSurface aSurface,
                    int qualityRequested)
 | 
 ZBounds | 
ZListImpl.ZNodeListImpl.collectiveBoundsReference(ZBounds bounds)
 | 
 void | 
ZListImpl.ZNodeListImpl.collectiveRender(ZRenderContext renderContext,
                 ZBounds visibleBounds)
 | 
 void | 
ZListImpl.ZNodeListImpl.collectiveRepaint(ZBounds bounds)
 | 
 ZBounds | 
ZListImpl.ZVisualComponentListImpl.collectiveBoundsReference(ZBounds bounds)
 | 
 ZBounds | 
ZNullList.collectiveBoundsReference(ZBounds bounds)
 | 
 void | 
ZNullList.collectiveRender(ZRenderContext renderContext,
                 ZBounds visibleBounds)
 | 
 void | 
ZNullList.collectiveRepaint(ZBounds bounds)
 | 
 void | 
ZBounds.add(ZBounds r)
Adds a ZBounds object to this ZBounds object.  | 
 ZBounds | 
ZList.ZNodeList.collectiveBoundsReference(ZBounds bounds)
 | 
 void | 
ZList.ZNodeList.collectiveRender(ZRenderContext renderContext,
                 ZBounds visibleBounds)
 | 
 void | 
ZList.ZNodeList.collectiveRepaint(ZBounds bounds)
 | 
 ZBounds | 
ZList.ZVisualComponentList.collectiveBoundsReference(ZBounds bounds)
 | 
 void | 
ZRenderContext.pushVisibleBounds(ZBounds bounds)
Add a visible bounds to the render context.  | 
| Constructors in edu.umd.cs.jazz.util with parameters of type ZBounds | |
ZBoundsFindFilter(ZBounds bounds)
Create a new bounds filter.  | 
|
ZBounds(ZBounds bounds)
Constructs a new ZBounds object with the dimensions of another ZBounds object.  | 
|
ZMagBoundsFindFilter(ZBounds bounds,
                     double mag)
Create a new magnification bounds filter.  | 
|
ZRenderContext(java.awt.Graphics2D aG2,
               ZBounds visibleBounds,
               ZDrawingSurface aSurface,
               int qualityRequested)
Constructs a new ZRenderContext.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||