| Package | Description |
|---|---|
| org.sbml.jsbml.ext.render |
Provides classes for the render package, see the specification at sbml.org.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected org.sbml.jsbml.ListOf<GradientStop> |
GradientBase.listOfGradientStops |
| Modifier and Type | Method | Description |
|---|---|---|
GradientStop |
GradientStop.clone() |
|
GradientStop |
GradientBase.createGradientStop(RelAbsVector offset,
java.lang.String stopColor) |
create a new GradientStop element and adds it to the ListOfGradientStops list
|
| Modifier and Type | Method | Description |
|---|---|---|
org.sbml.jsbml.ListOf<GradientStop> |
GradientBase.getListOfGradientStops() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
GradientBase.addGradientStop(GradientStop field) |
|
boolean |
GradientBase.removeGradientStop(GradientStop field) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GradientBase.setListOfGradientStops(org.sbml.jsbml.ListOf<GradientStop> listOfGradientStops) |
| Constructor | Description |
|---|---|
GradientBase(java.lang.String id,
GradientStop stop) |
Creates a GradientBase instance with an id.
|
GradientBase(java.lang.String id,
GradientStop stop,
int level,
int version) |
Creates a GradientBase instance with an id, name, level, and version.
|
GradientStop(GradientStop obj) |
Clone constructor
|
Copyright © 2009–2022. All rights reserved.