Generated by
JDiff

Class org.jhotdraw.geom.BezierPath

Added interface java.io.Serializable.
Documentation changed from old to new.

Added Methods
void addAll(Collection<Double>) Convenience method for adding multiple control points with a single coordinate C0.
 

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.