| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method and Description |
|---|---|
SpeciesReferenceGlyph |
SpeciesReferenceGlyph.clone() |
SpeciesReferenceGlyph |
GeneralGlyph.createSpeciesReferenceGlyph()
Creates a new
SpeciesReferenceGlyph element and adds it to the ListOfSubGlyphs list. |
SpeciesReferenceGlyph |
ReactionGlyph.createSpeciesReferenceGlyph(String id)
Creates and adds a new
SpeciesReferenceGlyph |
SpeciesReferenceGlyph |
GeneralGlyph.createSpeciesReferenceGlyph(String id)
Creates a new
SpeciesReferenceGlyph element and adds it to the ListOfSubGlyphs list. |
SpeciesReferenceGlyph |
ReactionGlyph.createSpeciesReferenceGlyph(String id,
String speciesGlyph)
Creates and adds a new
SpeciesReferenceGlyph |
SpeciesReferenceGlyph |
ReactionGlyph.getSpeciesReferenceGlyph(int i) |
SpeciesReferenceGlyph |
ReactionGlyph.getSpeciesReferenceGlyph(String srGlyphId) |
| Modifier and Type | Method and Description |
|---|---|
ListOf<SpeciesReferenceGlyph> |
ReactionGlyph.getListOfSpeciesReferenceGlyphs()
Returns the list of
SpeciesReferenceGlyphs. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReactionGlyph.addSpeciesReferenceGlyph(SpeciesReferenceGlyph glyph)
Appends the specified element to the end of the
ReactionGlyph.listOfSpeciesReferenceGlyphs. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReactionGlyph.setListOfSpeciesReferenceGlyphs(ListOf<SpeciesReferenceGlyph> listOfSpeciesReferencesGlyph)
Sets the list of
SpeciesReferenceGlyphs. |
void |
ReactionGlyph.setListOfSpeciesReferencesGlyph(ListOf<SpeciesReferenceGlyph> listOfSpeciesReferencesGlyph)
Deprecated.
|
| Constructor and Description |
|---|
SpeciesReferenceGlyph(SpeciesReferenceGlyph speciesReferenceGlyph) |
Copyright © 2009–2017. All rights reserved.