| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReactionGlyph |
ReactionGlyph.clone() |
|
ReactionGlyph |
GeneralGlyph.createReactionGlyph() |
Creates a new
ReactionGlyph element and adds it to the ListOfSubGlyphs list. |
ReactionGlyph |
GeneralGlyph.createReactionGlyph(java.lang.String id) |
Creates a new
ReactionGlyph element and adds it to the ListOfSubGlyphs list. |
ReactionGlyph |
Layout.createReactionGlyph(java.lang.String id) |
Creates and adds a new
ReactionGlyph. |
ReactionGlyph |
Layout.createReactionGlyph(java.lang.String id,
java.lang.String reaction) |
Creates and adds a new
ReactionGlyph. |
ReactionGlyph |
Curve.getParentReactionGlyph() |
|
ReactionGlyph |
Layout.getReactionGlyph(int i) |
|
ReactionGlyph |
Layout.getReactionGlyph(java.lang.String id) |
|
ReactionGlyph |
SpeciesReferenceGlyph.getReactionGlyph() |
|
ReactionGlyph |
Layout.removeReactionGlyph(int i) |
Removes an element from the
Layout.listOfReactionGlyphs at the given index. |
ReactionGlyph |
Layout.removeReactionGlyph(java.lang.String reactionGlyphId) |
Removes an element from the listOfReactionGlyphs.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ReactionGlyph> |
Layout.findReactionGlyphs(java.lang.String reactionID) |
Searches all instances of
ReactionGlyph within this Layout that
refer to the Reaction with the given id. |
ListOf<ReactionGlyph> |
Layout.getListOfReactionGlyphs() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Layout.addReactionGlyph(ReactionGlyph reactionGlyph) |
Adds a
ReactionGlyph to this layout |
boolean |
Layout.removeReactionGlyph(ReactionGlyph reactionGlyph) |
Removes an element from the listOfReactionGlyphs.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Layout.setListOfReactionGlyphs(ListOf<ReactionGlyph> reactionGlyphs) |
This element is optional.
|
| Constructor | Description |
|---|---|
ReactionGlyph(ReactionGlyph reactionGlyph) |
Copyright © 2009–2022. All rights reserved.