| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| org.sbml.jsbml.ext.render.director |
This package contains interfaces and classes to create an implementation
to create a graphical representation of the
Layout
of a SBML document. |
| 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) |
| Modifier and Type | Method | Description |
|---|---|---|
Dimensions |
LayoutAlgorithm.createCompartmentGlyphDimension(CompartmentGlyph previousCompartmentGlyph) |
method to create a
Dimensions for a CompartmentGlyph if
it was missing in the layout model |
Dimensions |
LayoutAlgorithm.createLayoutDimension() |
method to create a
Dimensions for the layout if it was missing in
the layout model |
Dimensions |
LayoutAlgorithm.createReactionGlyphDimension(ReactionGlyph reactionGlyph) |
method to create a
Dimensions for a ReactionGlyph if it
was missing in the layout model |
Dimensions |
SimpleLayoutAlgorithm.createReactionGlyphDimension(ReactionGlyph reactionGlyph) |
|
Dimensions |
LayoutAlgorithm.createSpeciesGlyphDimension() |
method to create a
Dimensions for a SpeciesGlyph if it
was missing in the layout model |
Dimensions |
LayoutAlgorithm.createSpeciesReferenceGlyphDimension(ReactionGlyph reactionGlyph,
SpeciesReferenceGlyph speciesReferenceGlyph) |
method to create a
Dimensions for a SpeciesReferenceGlyph
if it was missing in the layout model |
Dimensions |
LayoutAlgorithm.createTextGlyphDimension(TextGlyph textGlyph) |
method to create a
Dimensions for a TextGlyph if it was
missing in the layout model |