| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method | Description |
|---|---|---|
BoundingBox |
BoundingBox.clone() |
|
BoundingBox |
GraphicalObject.createBoundingBox() |
|
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 |
GraphicalObject.createBoundingBox(Dimensions dimensions) |
|
BoundingBox |
IBoundingBox.createBoundingBox() |
Creates and sets a
BoundingBox for this object. |
BoundingBox |
GraphicalObject.getBoundingBox() |
|
BoundingBox |
IBoundingBox.getBoundingBox() |
Returns the
BoundingBox. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GraphicalObject.setBoundingBox(BoundingBox boundingBox) |
|
void |
IBoundingBox.setBoundingBox(BoundingBox boundingBox) |
Sets the
BoundingBox. |
| Constructor | Description |
|---|---|
BoundingBox(BoundingBox boundingBox) |
Creates a new instance of
BoundingBox. |
Copyright © 2009–2022. All rights reserved.