Modifier and Type | Method and Description |
---|---|
BoundingBox |
BoundingBox.cloneObject()
Creates and returns a deep copy of this
BoundingBox . |
BoundingBox |
GraphicalObject.getBoundingBox()
Returns the bounding box for the
GraphicalObject . |
BoundingBox |
LineEnding.getBoundingBox()
Returns a pointer to the viewport bounding box.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicalObject.setBoundingBox(BoundingBox bb)
Sets the boundingbox for the
GraphicalObject . |
void |
LineEnding.setBoundingBox(BoundingBox box)
Sets the viewport for the
LineEnding . |
Constructor and Description |
---|
BoundingBox(BoundingBox orig)
Copy constructor.
|
GraphicalObject(LayoutPkgNamespaces layoutns,
java.lang.String id,
BoundingBox bb)
Creates a new
GraphicalObject with the given id and 3D coordinates for
the bounding box. |