Modifier and Type | Class and Description |
---|---|
class |
RenderCubicBezier
|
Modifier and Type | Method and Description |
---|---|
RenderPoint |
RenderPoint.cloneObject()
Creates and returns a deep copy of this
RenderPoint object. |
RenderPoint |
Polygon.createPoint()
Creates a new point element.
|
RenderPoint |
RenderCurve.createPoint()
Creates a new point element.
|
RenderPoint |
RenderCurve.getCurveElement(long index)
Returns a pointer to the curve segment with the given index or null if
the id is invalid.
|
RenderPoint |
Polygon.getElement(long index)
Returns a pointer to the segment with the given index or null if
the id is invalid.
|
RenderPoint |
RenderCurve.getElement(long index)
Returns a pointer to the curve segment with the given index or null if
the id is invalid.
|
RenderPoint |
RenderCurve.removeElement(long i)
Removes the curve segment with the given index.
|
Modifier and Type | Method and Description |
---|---|
int |
Polygon.addElement(RenderPoint cs)
Adds a copy of the given segment to the end of the list of
segments.
|
int |
RenderCurve.addElement(RenderPoint cs)
Adds a copy of the given curve segment to the end of the list of
curve segments.
|
Constructor and Description |
---|
RenderPoint(RenderPoint orig)
Copy constructor for
RenderPoint objects. |