Modifier and Type | Class and Description |
---|---|
class |
CompartmentGlyph
layout
A glyph for an SBML compartment.
|
class |
GeneralGlyph
layout
A glyph for miscellaneous items.
|
class |
ReactionGlyph
layout
A glyph for an SBML reaction.
|
class |
ReferenceGlyph
layout
Connection between an object and a glyph.
|
class |
SpeciesGlyph
layout
A glyph for an SBML species.
|
class |
SpeciesReferenceGlyph
layout
A glyph for an SBML species reference.
|
class |
TextGlyph
layout
A glyph for a text label.
|
Modifier and Type | Method and Description |
---|---|
GraphicalObject |
GraphicalObject.cloneObject()
Creates and returns a deep copy of this
GraphicalObject . |
GraphicalObject |
Layout.createAdditionalGraphicalObject()
Creates a
GraphicalObject object, adds it to the end of the additional
graphical objects list and returns a pointer to the newly created
object. |
GraphicalObject |
ListOfGraphicalObjects.get(long n)
Get a
GraphicalObject from the ListOfGraphicalObjects . |
GraphicalObject |
ListOfGraphicalObjects.get(java.lang.String sid)
Get a
GraphicalObject from the ListOfGraphicalObjects
based on its identifier. |
GraphicalObject |
Layout.getAdditionalGraphicalObject(long index)
Returns the additional graphical object with the given index.
|
GraphicalObject |
Layout.getAdditionalGraphicalObject(java.lang.String id)
Returns the additional graphical object that has the given
id , or null
if no graphical object has the id. |
GraphicalObject |
GeneralGlyph.getSubGlyph(long index)
Returns the sub glyph with the given index.
|
GraphicalObject |
ListOfGraphicalObjects.remove(long n)
Removes the nth item from this
ListOfGraphicalObjects items and returns a pointer to
it. |
GraphicalObject |
ListOfGraphicalObjects.remove(java.lang.String sid)
Removes item in this
ListOfGraphicalObjects items with the given identifier. |
GraphicalObject |
Layout.removeAdditionalGraphicalObject(long index)
Removes the graphical object with the given index from the layout.
|
GraphicalObject |
Layout.removeAdditionalGraphicalObject(java.lang.String id)
Remove the graphical object with the given
id . |
GraphicalObject |
GeneralGlyph.removeSubGlyph(long index)
Remove the subglyph with the given index.
|
GraphicalObject |
GeneralGlyph.removeSubGlyph(java.lang.String id)
Remove the subglyph with the given
id . |
Modifier and Type | Method and Description |
---|---|
void |
Layout.addAdditionalGraphicalObject(GraphicalObject glyph)
Adds a new additional graphical object glyph.
|
void |
GeneralGlyph.addSubGlyph(GraphicalObject glyph)
Adds a new subglyph to the list.
|
Constructor and Description |
---|
GraphicalObject(GraphicalObject source)
Copy constructor.
|