| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method and Description |
|---|---|
ReactionGlyph |
ReactionGlyph.clone() |
ReactionGlyph |
GeneralGlyph.createReactionGlyph()
Creates a new
ReactionGlyph element and adds it to the ListOfSubGlyphs list. |
ReactionGlyph |
Layout.createReactionGlyph(String id)
Creates and adds a new
ReactionGlyph. |
ReactionGlyph |
GeneralGlyph.createReactionGlyph(String id)
Creates a new
ReactionGlyph element and adds it to the ListOfSubGlyphs list. |
ReactionGlyph |
Layout.createReactionGlyph(String id,
String reaction)
Creates and adds a new
ReactionGlyph. |
ReactionGlyph |
SpeciesReferenceGlyph.getReactionGlyph() |
ReactionGlyph |
Layout.getReactionGlyph(int i) |
ReactionGlyph |
Layout.getReactionGlyph(String id) |
ReactionGlyph |
Layout.removeReactionGlyph(int i)
Removes an element from the
Layout.listOfReactionGlyphs at the given index. |
ReactionGlyph |
Layout.removeReactionGlyph(String reactionGlyphId)
Removes an element from the listOfReactionGlyphs.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReactionGlyph> |
Layout.findReactionGlyphs(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 and 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 and Description |
|---|---|
void |
Layout.setListOfReactionGlyphs(ListOf<ReactionGlyph> reactionGlyphs)
This element is optional.
|
| Constructor and Description |
|---|
ReactionGlyph(ReactionGlyph reactionGlyph) |
Copyright © 2009–2017. All rights reserved.