Modifier and Type | Method and Description |
---|---|
CompartmentGlyph |
CompartmentGlyph.cloneObject()
Creates and returns a deep copy of this
CompartmentGlyph . |
CompartmentGlyph |
Layout.createCompartmentGlyph()
Creates a
CompartmentGlyph object, adds it to the end of the
compartment glyph objects list and returns a pointer to the newly
created object. |
CompartmentGlyph |
ListOfCompartmentGlyphs.get(long n)
Get a
CompartmentGlyph from the ListOfCompartmentGlyphs . |
CompartmentGlyph |
ListOfCompartmentGlyphs.get(java.lang.String sid)
Get a
CompartmentGlyph from the ListOfCompartmentGlyphs
based on its identifier. |
CompartmentGlyph |
Layout.getCompartmentGlyph(long index)
Returns the compartment glyph with the given index.
|
CompartmentGlyph |
Layout.getCompartmentGlyph(java.lang.String id)
Returns the compartment glyph that has the given
id , or null if no
compartment glyph has the id. |
CompartmentGlyph |
ListOfCompartmentGlyphs.remove(long n)
Removes the nth item from this
ListOfCompartmentGlyphs items and returns a pointer to
it. |
CompartmentGlyph |
ListOfCompartmentGlyphs.remove(java.lang.String sid)
Removes item in this
ListOfCompartmentGlyphs items with the given identifier. |
CompartmentGlyph |
Layout.removeCompartmentGlyph(long index)
Removes the compartment glyph with the given index from the layout.
|
CompartmentGlyph |
Layout.removeCompartmentGlyph(java.lang.String id)
Remove the compartment glyph with the given
id . |
Modifier and Type | Method and Description |
---|---|
int |
Layout.addCompartmentGlyph(CompartmentGlyph glyph)
Adds a new compartment glyph.
|
Constructor and Description |
---|
CompartmentGlyph(CompartmentGlyph source)
Copy constructor.
|