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