| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Field and Description |
|---|---|
protected ListOf<Layout> |
LayoutModelPlugin.listOfLayouts |
| Modifier and Type | Method and Description |
|---|---|
Layout |
Layout.clone() |
Layout |
LayoutModelPlugin.createLayout()
Creates a new
Layout and adds it to the current list of layouts. |
Layout |
LayoutModelPlugin.createLayout(String id)
Creates a new
Layout and adds it to the current list of layouts. |
Layout |
LayoutModelPlugin.getLayout(int i) |
| Modifier and Type | Method and Description |
|---|---|
ListOf<Layout> |
LayoutModelPlugin.getListOfLayouts() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutModelPlugin.add(Layout layout)
Adds the given
Layout to the listOfLayouts. |
void |
LayoutModelPlugin.addLayout(Layout layout)
Adds the given
Layout to the listOfLayouts. |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutModelPlugin.setListOfLayouts(ListOf<Layout> listOfLayouts)
The listOfLayouts element must contain at least one
Layout. |
| Constructor and Description |
|---|
Layout(Layout layout) |
Copyright © 2009–2016. All rights reserved.