|
Jazz API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZBounds | |
| edu.umd.cs.jazz | This is the root package for all Jazz classes. |
| 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 bounds 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 |
ZNode.getGlobalBounds()
Return a copy of the bounds of the subtree rooted at this node in global coordinates. |
ZBounds |
ZVisualLeaf.getVisualComponentBounds()
Return a copy of the bounds of this node's visual component in local coordinates. |
ZBounds |
ZVisualLeaf.getVisualComponentGlobalBounds()
Return a copy of the bounds of this node's visual component 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 |
ZCamera.getViewBounds()
Returns the bounds that this Camera sees in global scene coordinates. |
| Methods in edu.umd.cs.jazz with parameters of type ZBounds | |
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. |
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. |
static void |
ZTransformGroup.transform(ZBounds bounds,
java.awt.geom.AffineTransform at)
Apply the specified transform to the specified bounds, modifying the bounds. |
void |
ZLayerGroup.repaint(ZBounds repaintBounds)
Method to pass repaint methods up the tree, and to any cameras looking here. |
void |
ZCamera.repaint(ZBounds repaintBounds)
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 |
| Fields in edu.umd.cs.jazz.component declared as ZBounds | |
protected ZBounds |
ZCoordList.tmpBounds
|
| 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 |
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 | |
void |
ZBounds.add(ZBounds r)
|
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.ZBoundsFindFilter(ZBounds bounds)
Create a new bounds filter. |
|
ZBounds.ZBounds(ZBounds bounds)
|
|
ZMagBoundsFindFilter.ZMagBoundsFindFilter(ZBounds bounds,
float mag)
Create a new magnification bounds filter. |
|
ZRenderContext.ZRenderContext(java.awt.Graphics2D aG2,
ZBounds visibleBounds,
ZDrawingSurface aSurface,
int qualityRequested)
Constructs a new ZRenderContext. |
|
|
Jazz API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||