Modifier and Type | Method and Description |
---|---|
ReferenceGlyph |
ReferenceGlyph.cloneObject()
Creates and returns a deep copy of this
ReferenceGlyph . |
ReferenceGlyph |
GeneralGlyph.createReferenceGlyph()
Creates a new
ReferenceGlyph object, adds it to the end of the
list of reference objects and returns a reference to the newly
created object. |
ReferenceGlyph |
ListOfReferenceGlyphs.get(long n)
Get a
ReferenceGlyph from the ListOfReferenceGlyphs . |
ReferenceGlyph |
ListOfReferenceGlyphs.get(java.lang.String sid)
Get a
ReferenceGlyph from the ListOfReferenceGlyphs
based on its identifier. |
ReferenceGlyph |
GeneralGlyph.getReferenceGlyph(long index)
Returns the reference glyph with the given index.
|
ReferenceGlyph |
ListOfReferenceGlyphs.remove(long n)
Removes the nth item from this
ListOfReferenceGlyphs items and returns a pointer to
it. |
ReferenceGlyph |
ListOfReferenceGlyphs.remove(java.lang.String sid)
Removes item in this
ListOfReferenceGlyphs items with the given identifier. |
ReferenceGlyph |
GeneralGlyph.removeReferenceGlyph(long index)
Remove the reference glyph with the given index.
|
ReferenceGlyph |
GeneralGlyph.removeReferenceGlyph(java.lang.String id)
Remove the reference glyph with the given
id . |
Modifier and Type | Method and Description |
---|---|
int |
GeneralGlyph.addReferenceGlyph(ReferenceGlyph glyph)
Adds a new reference glyph to the list.
|
Constructor and Description |
---|
ReferenceGlyph(ReferenceGlyph source)
Copy constructor.
|