Modifier and Type | Class and Description |
---|---|
class |
Ellipse
graphical representation of an ellipse from the SBML render extension
|
class |
GraphicalPrimitive1D
base class for all graphical primitives which implements all 1D attributes
|
class |
GraphicalPrimitive2D
base class for all graphical primitives which implements all 2D attributes
|
class |
Image
implementation of the
Image concept from the SBML
render extension |
class |
LineEnding
a
LineEnding is a decoration element for the start and/or end
of curves in the SBML render extension, e.g. |
class |
Polygon
class representing a polygon from the SBML render extension
|
class |
Rectangle |
class |
RenderCurve
implementation of the
Curve concept from the SBML render extension |
class |
RenderGroup
The
RenderGroup concept from the SBML render extension is used to group graphical primitives together
to create composite representations from simple primitives. |
class |
Text
Text element from the SBML render extension. |
Modifier and Type | Method and Description |
---|---|
Transformation2D |
ListOfDrawables.get(String id)
|
Transformation2D |
RenderGroup.getElement(long index)
Returns pointer to the element with index n.
|
Transformation2D |
RenderGroup.getElement(String id)
Returns pointer to the element with the given
id . |
Transformation2D |
ListOfDrawables.remove(String sid)
Removes item in this
ListOfDrawables items with the given identifier. |
Modifier and Type | Method and Description |
---|---|
int |
RenderGroup.addChildElement(Transformation2D pChild)
Adds a copy of the given element to the end of the list of children elements.
|