Modifier and Type | Method and Description |
---|---|
ReactionGlyph |
ReactionGlyph.cloneObject()
Creates and returns a deep copy of this
SBase object. |
ReactionGlyph |
Layout.createReactionGlyph() |
ReactionGlyph |
ListOfReactionGlyphs.get(long n)
Get an item from the list.
|
ReactionGlyph |
ListOfReactionGlyphs.get(String sid)
Get an item from the list based on its identifier.
|
ReactionGlyph |
Layout.getReactionGlyph(long index) |
ReactionGlyph |
Layout.getReactionGlyph(String id) |
ReactionGlyph |
ListOfReactionGlyphs.remove(long n)
Removes the nth item from this
ListOf items and returns a
pointer to it. |
ReactionGlyph |
ListOfReactionGlyphs.remove(String sid)
Removes item in this
ListOf items with the given identifier. |
ReactionGlyph |
Layout.removeReactionGlyph(long index) |
ReactionGlyph |
Layout.removeReactionGlyph(String id) |
Modifier and Type | Method and Description |
---|---|
void |
Layout.addReactionGlyph(ReactionGlyph glyph) |
Constructor and Description |
---|
ReactionGlyph(ReactionGlyph source) |