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