| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
BoundingBox.clone() |
BoundingBox |
GraphicalObject.createBoundingBox()
Creates and sets a
BoundingBox for this object. |
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 |
GraphicalObject.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphicalObject.setBoundingBox(BoundingBox boundingBox)
This is the only required element (besides the SId) of the
GraphicalObject. |
| Constructor and Description |
|---|
BoundingBox(BoundingBox boundingBox) |
Copyright © 2009–2016. All rights reserved.