| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method | Description |
|---|---|---|
Dimensions |
Dimensions.clone() |
|
Dimensions |
BoundingBox.createDimensions() |
Creates, sets and returns a
Dimensions |
Dimensions |
BoundingBox.createDimensions(double width,
double height,
double depth) |
Creates, sets and returns
Dimensions based on the
given values. |
Dimensions |
Layout.createDimensions(double width,
double height,
double depth) |
Creates, sets and returns
Dimensions based on the
given values. |
Dimensions |
Layout.createDimensions(java.lang.String id,
double width,
double height,
double depth) |
Creates, sets and returns
Dimensions based on the
given values. |
Dimensions |
BoundingBox.getDimensions() |
|
Dimensions |
Layout.getDimensions() |
| Modifier and Type | Method | Description |
|---|---|---|
BoundingBox |
GraphicalObject.createBoundingBox(Dimensions dimensions) |
|
void |
BoundingBox.setDimensions(Dimensions dimensions) |
Sets the
Dimensions. |
void |
Layout.setDimensions(Dimensions dimensions) |
The dimensions element of type
Dimensions specifies the dimensions of this
layout. |
| Constructor | Description |
|---|---|
Dimensions(Dimensions dimensions) |
Copyright © 2009–2022. All rights reserved.