| Modifier and Type | Method and Description |
|---|---|
Curve |
Curve.cloneObject()
Creates and returns a deep copy of this
Curve. |
Curve |
ReactionGlyph.getCurve()
Returns the curve object for the reaction glyph
|
Curve |
GeneralGlyph.getCurve()
Returns the curve object for the reaction glyph
|
Curve |
ReferenceGlyph.getCurve()
Returns the curve object for the reference glyph
|
Curve |
SpeciesReferenceGlyph.getCurve()
Returns the curve object for the species reference glyph
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReactionGlyph.setCurve(Curve curve)
Sets the curve object for the reaction glyph.
|
void |
GeneralGlyph.setCurve(Curve curve)
Sets the curve object for the reaction glyph.
|
void |
ReferenceGlyph.setCurve(Curve curve)
Sets the curve object for the reference glyph.
|
void |
SpeciesReferenceGlyph.setCurve(Curve curve)
Sets the curve object for the species reference glyph.
|
| Constructor and Description |
|---|
Curve(Curve source)
Copy constructor.
|