Modifier and Type | Method and Description |
---|---|
GeneralGlyph |
GeneralGlyph.cloneObject()
Creates and returns a deep copy of this
GeneralGlyph . |
GeneralGlyph |
Layout.createGeneralGlyph()
Creates a
GeneralGlyph object, adds it to the end of the additional
objects list and returns a reference to the newly created object. |
GeneralGlyph |
Layout.getGeneralGlyph(long index)
Returns the general glyph with the given index.
|
GeneralGlyph |
Layout.getGeneralGlyph(java.lang.String id)
Returns the general glyph that has the given
id , or null
if no graphical object has the id. |
Modifier and Type | Method and Description |
---|---|
void |
Layout.addGeneralGlyph(GeneralGlyph glyph)
Adds a new general glyph.
|
Constructor and Description |
---|
GeneralGlyph(GeneralGlyph source)
Copy constructor.
|