| Package | Description |
|---|---|
| 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 and Description |
|---|---|
protected static SimpleLayoutAlgorithm.RelativePosition |
SimpleLayoutAlgorithm.getRelativePosition(Point startGlyph,
Point endGlyph)
method calculates the relative position of the second bounding box with
respect to the first bounding box
ABOVE: middle of the second bounding box is directly above the middle of the first bounding box
BELOW: middle of the second bounding box is directly below the middle of the first bounding box
LEFT: middle of the second bounding box is directly left of the middle of the first bounding box
RIGHT: middle of the second bounding box is directly right of the middle of the first bounding box
|
static SimpleLayoutAlgorithm.RelativePosition |
SimpleLayoutAlgorithm.RelativePosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleLayoutAlgorithm.RelativePosition[] |
SimpleLayoutAlgorithm.RelativePosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Point |
SimpleLayoutAlgorithm.calculateOldSpeciesGlyphDockingPosition(Point middleOfSpecies,
SimpleLayoutAlgorithm.RelativePosition relativeSpeciesGlyphPosition,
SpeciesGlyph specGlyph)
Deprecated.
|
Copyright © 2009–2018. All rights reserved.