| 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 |
RenderCubicBezier |
| Modifier and Type | Field and Description |
|---|---|
protected ListOf<RenderPoint> |
RenderCurve.listOfElements |
| Modifier and Type | Method and Description |
|---|---|
RenderPoint |
RenderPoint.clone() |
RenderPoint |
RenderCurve.createElement()
Deprecated.
use#createRenderPoint()
|
RenderPoint |
RenderCurve.createRenderCubicBezier()
Creates a new
RenderCubicBezier instance and adds it to the ListOfElements list |
RenderPoint |
Polygon.createRenderCubicBezier()
Creates a new
RenderCubicBezier instance and adds it to the
ListOfElements list |
RenderPoint |
RenderCurve.createRenderPoint()
Creates a new
RenderPoint instance and adds it to the ListOfElements list |
RenderPoint |
Polygon.createRenderPoint()
Creates a new
RenderPoint instance and adds it to the
ListOfElements list |
| Modifier and Type | Method and Description |
|---|---|
ListOf<RenderPoint> |
RenderCurve.getListOfElements() |
ListOf<RenderPoint> |
Polygon.getListOfElements() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RenderCurve.addElement(RenderPoint element) |
boolean |
Polygon.addElement(RenderPoint element) |
boolean |
RenderCurve.removeElement(RenderPoint element) |
boolean |
Polygon.removeElement(RenderPoint element) |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderCurve.setListOfElements(ListOf<RenderPoint> listOfElements) |
void |
Polygon.setListOfElements(ListOf<RenderPoint> listOfElements)
Set the value of listOfElements
|
| Constructor and Description |
|---|
RenderPoint(RenderPoint obj)
Clone constructor
|
Copyright © 2009–2020. All rights reserved.