| Package | Description |
|---|---|
| org.sbml.jsbml.ext.render |
Provides classes for the render package, see the specification at sbml.org.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Ellipse |
class |
GraphicalPrimitive1D |
class |
GraphicalPrimitive2D |
class |
Image |
class |
LineEnding |
class |
Polygon |
class |
Rectangle |
class |
RenderCurve
Implements the
Curve concept from the SBML render extension. |
class |
RenderGroup
The
RenderGroup class from the SBML render extension is used to group graphical primitives together
to create composite representations from simple primitives. |
class |
Text |
| Modifier and Type | Method and Description |
|---|---|
Transformation2D |
Transformation2D.clone() |
Transformation2D |
RenderGroup.getElement(int i)
Gets an element from the listOfElements at the given index.
|
Transformation2D |
RenderGroup.getElement(String fieldId)
Gets an element from the listOfElements, with the given id.
|
Transformation2D |
RenderGroup.removeElement(int i)
Removes an element from the listOfElements at the given index.
|
Transformation2D |
RenderGroup.removeElement(String fieldId)
Removes an element from the listOfElements.
|
| Modifier and Type | Method and Description |
|---|---|
ListOf<Transformation2D> |
RenderGroup.getListOfElements()
Returns the listOfElements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderGroup.addChildElement(Transformation2D pChild)
Adds the given element to the end of the list of children elements.
|
boolean |
RenderGroup.addElement(Transformation2D field)
Adds a new
Transformation2D to the listOfElements. |
boolean |
RenderGroup.removeElement(Transformation2D field)
Removes an element from the listOfElements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderGroup.setListOfElements(ListOf<Transformation2D> listOfElements)
Sets the given
ListOf<Transformation2D>. |
| Constructor and Description |
|---|
Transformation2D(Transformation2D obj)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.