| Package | Description |
|---|---|
| org.sbml.jsbml.ext.render |
Provides classes for the render package, see the specification at sbml.org.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.sbml.jsbml.ListOf<GradientStop> |
GradientBase.listOfGradientStops |
| Modifier and Type | Method and Description |
|---|---|
GradientStop |
GradientStop.clone() |
GradientStop |
GradientBase.createGradientStop(double offset,
String stopColor)
create a new GradientStop element and adds it to the ListOfGradientStops list
|
| Modifier and Type | Method and Description |
|---|---|
org.sbml.jsbml.ListOf<GradientStop> |
GradientBase.getListOfGradientStops() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GradientBase.addGradientStop(GradientStop field) |
boolean |
GradientBase.removeGradientStop(GradientStop field) |
| Modifier and Type | Method and Description |
|---|---|
void |
GradientBase.setListOfGradientStops(org.sbml.jsbml.ListOf<GradientStop> listOfGradientStops) |
| Constructor and Description |
|---|
GradientBase(String id,
GradientStop stop)
Creates a GradientBase instance with an id.
|
GradientBase(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–2016. All rights reserved.