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