| 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 |
GeneralGlyph.createSpeciesReferenceGlyph(String id)
Creates a new
SpeciesReferenceGlyph element and adds it to the ListOfSubGlyphs list |
SpeciesReferenceGlyph |
ReactionGlyph.createSpeciesReferenceGlyph(String id)
Creates and adds a new
SpeciesReferenceGlyph |
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()
If the
ReactionGlyph.listOfSpeciesReferencesGlyphs has not yet been initialized, this
will be done by this method. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReactionGlyph.addSpeciesReferenceGlyph(SpeciesReferenceGlyph glyph)
Appends the specified element to the end of the
ReactionGlyph.listOfSpeciesReferencesGlyphs. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReactionGlyph.setListOfSpeciesReferencesGlyph(ListOf<SpeciesReferenceGlyph> listOfSpeciesReferencesGlyph)
Since the
Species element can have several graphical representations
in the layout there must be a way to specify which SpeciesGlyph should
be connected to the ReactionGlyph. |
| Constructor and Description |
|---|
SpeciesReferenceGlyph(SpeciesReferenceGlyph speciesReferenceGlyph) |
Copyright © 2009–2016. All rights reserved.