| 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 | Class | Description |
|---|---|---|
class |
SimpleLayoutAlgorithm |
SimpleLayoutAlgorithm is a partial implementation of the
LayoutAlgorithm interface which collects functions which are
independent of the output format of the LayoutDirector. |
| Modifier and Type | Method | Description |
|---|---|---|
LayoutAlgorithm |
LayoutDirector.getAlgorithm() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
LayoutDirector.setAlgorithm(LayoutAlgorithm algorithm) |
| Constructor | Description |
|---|---|
LayoutDirector(java.io.File inputFile,
LayoutBuilder<P> builder,
LayoutAlgorithm algorithm) |
|
LayoutDirector(Layout layout,
LayoutBuilder<P> builder,
LayoutAlgorithm algorithm) |
|
LayoutDirector(org.sbml.jsbml.SBMLDocument doc,
LayoutBuilder<P> builder,
LayoutAlgorithm algorithm) |
|
LayoutDirector(org.sbml.jsbml.SBMLDocument doc,
LayoutBuilder<P> builder,
LayoutAlgorithm algorithm,
int index) |
Copyright © 2009–2022. All rights reserved.