| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method and Description |
|---|---|
SpeciesGlyph |
SpeciesGlyph.clone() |
SpeciesGlyph |
GeneralGlyph.createSpeciesGlyph()
Creates a new
SpeciesGlyph element and adds it to the ListOfSubGlyphs list. |
SpeciesGlyph |
GeneralGlyph.createSpeciesGlyph(String id)
Creates a new
SpeciesGlyph element and adds it to the ListOfSubGlyphs list. |
SpeciesGlyph |
Layout.createSpeciesGlyph(String id)
Creates and adds a new
SpeciesGlyph with the given identifier. |
SpeciesGlyph |
Layout.createSpeciesGlyph(String id,
String species)
Creates and adds a new
SpeciesGlyph. |
SpeciesGlyph |
Layout.getSpeciesGlyph(int i) |
SpeciesGlyph |
Layout.getSpeciesGlyph(String id) |
SpeciesGlyph |
SpeciesReferenceGlyph.getSpeciesGlyphInstance() |
SpeciesGlyph |
Layout.removeSpeciesGlyph(int i)
Removes an element from the listOfSpeciesGlyphs at the given index.
|
SpeciesGlyph |
Layout.removeSpeciesGlyph(String speciesGlyphId)
Removes an element from the listOfSpeciesGlyphs.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpeciesGlyph> |
Layout.findSpeciesGlyphs(String speciesID)
Searches all instances of
SpeciesGlyph within this Layout that
refer to the Species with the given id. |
ListOf<SpeciesGlyph> |
Layout.getListOfSpeciesGlyphs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Layout.addSpeciesGlyph(SpeciesGlyph speciesGlyph) |
boolean |
Layout.removeSpeciesGlyph(SpeciesGlyph speciesGlyph)
Removes an element from the listOfSpeciesGlyphs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Layout.setListOfSpeciesGlyphs(ListOf<SpeciesGlyph> speciesGlyphs)
This element is optional.
|
| Constructor and Description |
|---|
SpeciesGlyph(SpeciesGlyph speciesGlyph) |
Copyright © 2009–2017. All rights reserved.