| 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 and 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 and Description |
|---|---|
LayoutAlgorithm |
LayoutDirector.getAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutDirector.setAlgorithm(LayoutAlgorithm algorithm) |
| Constructor and Description |
|---|
LayoutDirector(File inputFile,
LayoutBuilder<P> builder,
LayoutAlgorithm algorithm) |
LayoutDirector(Layout layout,
LayoutBuilder<P> builder,
LayoutAlgorithm algorithm) |
LayoutDirector(SBMLDocument doc,
LayoutBuilder<P> builder,
LayoutAlgorithm algorithm) |
LayoutDirector(SBMLDocument doc,
LayoutBuilder<P> builder,
LayoutAlgorithm algorithm,
int index) |
Copyright © 2009–2018. All rights reserved.