| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method and Description |
|---|---|
CompartmentGlyph |
CompartmentGlyph.clone() |
CompartmentGlyph |
GeneralGlyph.createCompartmentGlyph()
Creates a new
CompartmentGlyph element and adds it to the ListOfSubGlyphs list. |
CompartmentGlyph |
GeneralGlyph.createCompartmentGlyph(String id)
Creates a new
CompartmentGlyph element and adds it to the ListOfSubGlyphs list. |
CompartmentGlyph |
Layout.createCompartmentGlyph(String id)
Creates and adds a new
CompartmentGlyph. |
CompartmentGlyph |
Layout.createCompartmentGlyph(String id,
String compartment)
Creates and adds a new
CompartmentGlyph. |
CompartmentGlyph |
Layout.getCompartmentGlyph(int i)
Gets an element from the listOfCompartmentGlyphs at the given index.
|
CompartmentGlyph |
Layout.getCompartmentGlyph(String id)
Gets an element from the listOfCompartmentGlyphs, with the given id.
|
CompartmentGlyph |
Layout.removeCompartmentGlyph(int i)
Removes an element from the listOfCompartmentGlyphs at the given index.
|
CompartmentGlyph |
Layout.removeCompartmentGlyph(String compartmentGlyphId)
Removes an element from the listOfCompartmentGlyphs.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompartmentGlyph> |
Layout.findCompartmentGlyphs(String compartmentID)
Searches all instances of
CompartmentGlyph within this Layout that
refer to the Compartment with the given id. |
ListOf<CompartmentGlyph> |
Layout.getListOfCompartmentGlyphs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Layout.addCompartmentGlyph(CompartmentGlyph compartmentGlyph)
Adds a new
CompartmentGlyph to the Layout.listOfCompartmentGlyphs. |
boolean |
Layout.removeCompartmentGlyph(CompartmentGlyph compartmentGlyph)
Removes an element from the listOfCompartmentGlyphs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Layout.setListOfCompartmentGlyphs(ListOf<CompartmentGlyph> compartmentGlyphs)
This element is optional.
|
| Constructor and Description |
|---|
CompartmentGlyph(CompartmentGlyph compartmentGlyph)
Creates a new instance of
CompartmentGlyph. |
Copyright © 2009–2016. All rights reserved.