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