Generated by
JDiff

Class org.jhotdraw.draw.BezierFigure

Documentation changed from old to new.

Changed Methods
int findSegment(Double, double) Change in signature from Double to (Double, double).
Documentation changed from old to new.
Gets the segment of the polyline that is hit by the given Point2D.Double.
void setAttribute(AttributeKey<T>, T) Change in signature from (AttributeKey, Object) to (AttributeKey<T>, T).
 
boolean joinSegments(Double, double) Change in signature from Double to (Double, double).
Documentation changed from old to new.
Joins two segments into one if the given Point2D.Double hits a node of the polyline.
int splitSegment(Double, double) Change in signature from Double to (Double, double).
Documentation changed from old to new.
Splits the segment at the given Point2D.Double if a segment was hit.