Modifier and Type | Method and Description |
---|---|
CubicBezier |
CubicBezier.cloneObject()
Creates and returns a deep copy of this
CubicBezier . |
CubicBezier |
Curve.createCubicBezier()
Creates a new
CubicBezier and adds it to the end of the list. |
CubicBezier |
SpeciesReferenceGlyph.createCubicBezier()
Creates a new
CubicBezier object, adds it to the end of the list of
curve segment objects of the curve and returns a reference to the
newly created object. |
CubicBezier |
ReferenceGlyph.createCubicBezier()
Creates a new
CubicBezier object, adds it to the end of the list of
curve segment objects of the curve and returns a reference to the
newly created object. |
CubicBezier |
GeneralGlyph.createCubicBezier()
Creates a new
CubicBezier object, adds it to the end of the list of
curve segment objects of the curve and returns a reference to the
newly created object. |
CubicBezier |
ReactionGlyph.createCubicBezier()
Creates a new
CubicBezier object, adds it to the end of the list of
curve segment objects of the curve and returns a reference to the
newly created object. |
CubicBezier |
Layout.createCubicBezier()
Creates a new
CubicBezier for the Curve object of the last
ReactionGlyph or the last SpeciesReferenceGlyph in the last
ReactionGlyph and adds it to its list of SpeciesReferenceGlyph
objects. |
Constructor and Description |
---|
CubicBezier(CubicBezier orig)
Copy constructor.
|