Modifier and Type | Class and Description |
---|---|
class |
CompartmentGlyph |
class |
GeneralGlyph |
class |
ReactionGlyph |
class |
ReferenceGlyph |
class |
SpeciesGlyph |
class |
SpeciesReferenceGlyph |
class |
TextGlyph |
Modifier and Type | Method and Description |
---|---|
GraphicalObject |
GraphicalObject.cloneObject()
Creates and returns a deep copy of this
SBase object. |
GraphicalObject |
Layout.createAdditionalGraphicalObject() |
GraphicalObject |
ListOfGraphicalObjects.get(long n)
Get an item from the list.
|
GraphicalObject |
ListOfGraphicalObjects.get(String sid)
Get an item from the list based on its identifier.
|
GraphicalObject |
Layout.getAdditionalGraphicalObject(long index) |
GraphicalObject |
Layout.getAdditionalGraphicalObject(String id) |
GraphicalObject |
GeneralGlyph.getSubGlyph(long index) |
GraphicalObject |
ListOfGraphicalObjects.remove(long n)
Removes the nth item from this
ListOf items and returns a
pointer to it. |
GraphicalObject |
ListOfGraphicalObjects.remove(String sid)
Removes item in this
ListOf items with the given identifier. |
GraphicalObject |
Layout.removeAdditionalGraphicalObject(long index) |
GraphicalObject |
Layout.removeAdditionalGraphicalObject(String id) |
GraphicalObject |
GeneralGlyph.removeSubGlyph(long index) |
GraphicalObject |
GeneralGlyph.removeSubGlyph(String id) |
Modifier and Type | Method and Description |
---|---|
void |
Layout.addAdditionalGraphicalObject(GraphicalObject glyph) |
void |
GeneralGlyph.addSubGlyph(GraphicalObject glyph) |
Constructor and Description |
---|
GraphicalObject(GraphicalObject source) |