Generated by
JDiff

Class org.jhotdraw.samples.svg.figures.SVGBezierFigure

Documentation changed from old to new.

Added Methods
boolean joinSegments(Double, double) Joins two segments into one if the given Point2D.Double hits a node of the polyline.
int splitSegment(Double, double) Splits the segment at the given Point2D.Double if a segment was hit.
 

Changed Methods
int findSegment(Double, double) Change in signature from Double to (Double, double).
Documentation changed from old to new.
Method was inherited from BezierFigure, but is now defined locally.
Gets the segment of the polyline that is hit by the given Point2D.Double.