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