| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBox.clone() |
BoundingBox |
IBoundingBox.createBoundingBox()
Creates and sets a
BoundingBox for this object. |
BoundingBox |
GraphicalObject.createBoundingBox() |
BoundingBox |
GraphicalObject.createBoundingBox(Dimensions dimensions) |
BoundingBox |
GraphicalObject.createBoundingBox(double width,
double height,
double depth)
Creates and sets a
BoundingBox for this object, with the
given parameters for Dimensions. |
BoundingBox |
GraphicalObject.createBoundingBox(double width,
double height,
double depth,
double x,
double y,
double z)
|
BoundingBox |
IBoundingBox.getBoundingBox()
Returns the
BoundingBox. |
BoundingBox |
GraphicalObject.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
IBoundingBox.setBoundingBox(BoundingBox boundingBox)
Sets the
BoundingBox. |
void |
GraphicalObject.setBoundingBox(BoundingBox boundingBox) |
| Constructor and Description |
|---|
BoundingBox(BoundingBox boundingBox)
Creates a new instance of
BoundingBox. |
Copyright © 2009–2016. All rights reserved.