Uses of Class
y25.graphics.BoundingBox

Packages that use BoundingBox
y25.graphics Linear algebra classes and utilities for the three dimensional space. 
y25.layout Extends layered graphs with layout information. 
y25.view.realizer Implementations of realizers. 
 

Uses of BoundingBox in y25.graphics
 

Methods in y25.graphics that return BoundingBox
 BoundingBox BoundingBox.set(BoundingBox bb)
          Sets this bounding box to the same extent as the passed bounding box.
 BoundingBox BoundingBox.include(BoundingBox bb)
          If necessary, enlarges this bounding box to also include the passed bounding box.
 BoundingBox BoundingBox.include(Point3D p)
          If necessary, enlarges this bounding box to include the passed point.
 BoundingBox BoundingBox.includeX(float x)
          If necessary, enlarges this bounding box to include at least one point that has the passed x-coordinate.
 BoundingBox BoundingBox.includeY(float y)
          If necessary, enlarges this bounding box to include at least one point that has the passed y-coordinate.
 BoundingBox BoundingBox.includeZ(float z)
          If necessary, enlarges this bounding box to include at least one point that has the passed z-coordinate.
 BoundingBox BoundingBox.setCollapsed()
          Returns this boudning box to a collapsed state.
 BoundingBox BoundingBox.translate(Vector3D v)
          Moves the entire bounding box by the given vector.
 BoundingBox BoundingBox.scale(float s)
          Scales the entire bounding box by the given scaling factor.
 BoundingBox BoundingBox.addBorder(float size)
          Adds a border of the specified size around this bounding box.
 

Methods in y25.graphics with parameters of type BoundingBox
 void Camera.setClippingPlanes(BoundingBox bb)
          Adjusts the clipping planes of this camera so that the content of the passed bounding box can be displayed correctly.
 BoundingBox BoundingBox.set(BoundingBox bb)
          Sets this bounding box to the same extent as the passed bounding box.
 BoundingBox BoundingBox.include(BoundingBox bb)
          If necessary, enlarges this bounding box to also include the passed bounding box.
 

Constructors in y25.graphics with parameters of type BoundingBox
BoundingBox(BoundingBox bb)
          Creates a bounding box that is a copy of the passed bounding box.
 

Uses of BoundingBox in y25.layout
 

Fields in y25.layout declared as BoundingBox
protected  BoundingBox LayeredLayoutGraph.boundingBox
          Stores the last computed bounding box for this LayeredLayoutGraph.
 

Methods in y25.layout that return BoundingBox
 BoundingBox NodeLayout25D.getRelativeBoundingBox()
          Returns the relative bounding box that encompasses the node.
 BoundingBox LayerLayout25D.getRealativeBoundingBox()
          Returns the relative bounding box of the layer.
 BoundingBox LayeredLayoutGraph.getBoundingBox()
          Returns a bounding box that encompasses all layers, layer edges, nodes and edges from this LayeredLayoutGraph.
 BoundingBox LayerEdgeLayout25D.getBoundingBox()
          Returns the bounding box that encompasses the entire layer edge.
 BoundingBox EdgeLayout25D.getRelativeBoundingBox()
          Returns the relative bounding box that encompasses the edge.
 

Methods in y25.layout with parameters of type BoundingBox
 void LayerLayout25D.setRelativeBoundingBox(BoundingBox bb)
          Sets the relative bounding box of the layer, thereby determining the layer's extent in the (x,y) plane (z-values of the bounding box should therefore be 0).
 

Uses of BoundingBox in y25.view.realizer
 

Methods in y25.view.realizer that return BoundingBox
 BoundingBox TransparentLayerRealizer25D.getRealativeBoundingBox()
           
 BoundingBox ShapeNodeRealizer25D.getRelativeBoundingBox()
           
 BoundingBox PolyLineLayerEdgeRealizer25D.getBoundingBox()
           
 BoundingBox PolyLineEdgeRealizer25D.getRelativeBoundingBox()
           
 BoundingBox DummyNodeRealizer25D.getRelativeBoundingBox()
           
 BoundingBox DummyLayerRealizer25D.getRealativeBoundingBox()
           
 BoundingBox DummyLayerEdgeRealizer25D.getBoundingBox()
           
 BoundingBox DummyEdgeRealizer25D.getRelativeBoundingBox()
           
 

Methods in y25.view.realizer with parameters of type BoundingBox
 void TransparentLayerRealizer25D.setRelativeBoundingBox(BoundingBox bb)
           
 void DummyLayerRealizer25D.setRelativeBoundingBox(BoundingBox bb)