| Package | Description |
|---|---|
| org.sbml.jsbml.ext.layout |
Provides classes for the Layout
package.
|
| Modifier and Type | Method | Description |
|---|---|---|
Curve |
Curve.clone() |
|
Curve |
ReactionGlyph.createCurve() |
Creates and adds a new
Curve to this ReactionGlyph. |
Curve |
ReferenceGlyph.createCurve() |
|
Curve |
SpeciesReferenceGlyph.createCurve() |
|
Curve |
GeneralGlyph.getCurve() |
Gets the
Curve. |
Curve |
ReactionGlyph.getCurve() |
|
Curve |
ReferenceGlyph.getCurve() |
|
Curve |
SpeciesReferenceGlyph.getCurve() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GeneralGlyph.setCurve(Curve curve) |
Sets the
Curve. |
void |
ReactionGlyph.setCurve(Curve curve) |
The curve describes the center section of a
ReactionGlyph. |
void |
ReferenceGlyph.setCurve(Curve curve) |
The curve is an optional element of type
Curve. |
void |
SpeciesReferenceGlyph.setCurve(Curve curve) |
The curve is an optional element of type
Curve. |
| Constructor | Description |
|---|---|
Curve(Curve curve) |
Copyright © 2009–2022. All rights reserved.