Modifier and Type | Method and Description |
---|---|
ReferenceGlyph |
ReferenceGlyph.cloneObject()
Creates and returns a deep copy of this
SBase object. |
ReferenceGlyph |
GeneralGlyph.createReferenceGlyph() |
ReferenceGlyph |
ListOfReferenceGlyphs.get(long n)
Get an item from the list.
|
ReferenceGlyph |
ListOfReferenceGlyphs.get(String sid)
Get an item from the list based on its identifier.
|
ReferenceGlyph |
GeneralGlyph.getReferenceGlyph(long index) |
ReferenceGlyph |
ListOfReferenceGlyphs.remove(long n)
Removes the nth item from this
ListOf items and returns a
pointer to it. |
ReferenceGlyph |
ListOfReferenceGlyphs.remove(String sid)
Removes item in this
ListOf items with the given identifier. |
ReferenceGlyph |
GeneralGlyph.removeReferenceGlyph(long index) |
ReferenceGlyph |
GeneralGlyph.removeReferenceGlyph(String id) |
Modifier and Type | Method and Description |
---|---|
void |
GeneralGlyph.addReferenceGlyph(ReferenceGlyph glyph) |
Constructor and Description |
---|
ReferenceGlyph(ReferenceGlyph source) |