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