Modifier and Type | Class and Description |
---|---|
class |
CubicBezier
layout
A Cubic Bézier smooth curve.
|
Modifier and Type | Method and Description |
---|---|
LineSegment |
LineSegment.cloneObject()
Creates and returns a deep copy of this
LineSegment . |
LineSegment |
Curve.createLineSegment()
Creates a new
LineSegment and adds it to the end of the list. |
LineSegment |
ReferenceGlyph.createLineSegment()
Creates a new
LineSegment 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. |
LineSegment |
Layout.createLineSegment()
Creates a new
LineSegment 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. |
LineSegment |
ReactionGlyph.createLineSegment()
Creates a new
LineSegment 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. |
LineSegment |
SpeciesReferenceGlyph.createLineSegment()
Creates a new
LineSegment 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. |
LineSegment |
GeneralGlyph.createLineSegment()
Creates a new
LineSegment 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. |
LineSegment |
ListOfLineSegments.get(long n)
Get a
LineSegment from the ListOfLineSegments . |
LineSegment |
Curve.getCurveSegment(long index)
Returns a pointer to the curve segment with the given index.
|
LineSegment |
ListOfLineSegments.remove(long n)
Removes the nth item from this
ListOfLineSegments items and returns a pointer to
it. |
Modifier and Type | Method and Description |
---|---|
void |
Curve.addCurveSegment(LineSegment segment)
Adds a new CurveSegment to the end of the list.
|
Constructor and Description |
---|
LineSegment(LineSegment orig)
Copy constructor.
|