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