| Changed Methods |
int findSegment(Double, double)
|
Change in signature from (Double, float) to (Double, double).
|
Gets the segment of the polyline that is hit by
the given Point2D.Double. |
int joinSegments(Double, double)
|
Change in signature from (Double, float) to (Double, double).
|
Joins two segments into one if the given Point2D.Double hits a node
of the bezier path. |
int splitSegment(Double, double)
|
Change in signature from (Double, float) to (Double, double).
|
Splits the segment at the given Point2D.Double if a segment was hit. |
Double[] toPolygonArray()
|
Documentation changed from old to new. |
Creates a polygon array of the bezier path. |