Modifier and Type | Method and Description |
---|---|
ReactionGlyph |
ReactionGlyph.cloneObject()
Creates and returns a deep copy of this
ReactionGlyph object. |
ReactionGlyph |
Layout.createReactionGlyph()
Creates a
ReactionGlyph object, adds it to the end of the reaction
glyph objects list and returns a pointer to the newly created
object. |
ReactionGlyph |
ListOfReactionGlyphs.get(long n)
Get a
ReactionGlyph from the ListOfReactionGlyphs . |
ReactionGlyph |
ListOfReactionGlyphs.get(String sid)
Get a
ReactionGlyph from the ListOfReactionGlyphs
based on its identifier. |
ReactionGlyph |
Layout.getReactionGlyph(long index)
Returns the reaction glyph with the given index.
|
ReactionGlyph |
Layout.getReactionGlyph(String id)
Returns the reaction glyph that has the given
id , or null if no
reaction glyph has the id. |
ReactionGlyph |
ListOfReactionGlyphs.remove(long n)
Removes the nth item from this
ListOfReactionGlyphs items and returns a pointer to
it. |
ReactionGlyph |
ListOfReactionGlyphs.remove(String sid)
Removes item in this
ListOfReactionGlyphs items with the given identifier. |
ReactionGlyph |
Layout.removeReactionGlyph(long index)
Removes the reaction glyph with the given index from the layout.
|
ReactionGlyph |
Layout.removeReactionGlyph(String id)
Remove the reaction glyph with the given
id . |
Modifier and Type | Method and Description |
---|---|
void |
Layout.addReactionGlyph(ReactionGlyph glyph)
Adds a new reaction glyph.
|
Constructor and Description |
---|
ReactionGlyph(ReactionGlyph source)
Copy constructor.
|