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