Generated by
JDiff

Class org.jhotdraw.draw.BezierTool

Documentation changed from old to new.

Removed Constructors
BezierTool(BezierFigure, Map) Creates a new instance.
BezierTool(BezierFigure, Map, String)  
 

Added Constructors
BezierTool(BezierFigure, Map<AttributeKey, Object>) Creates a new instance.
BezierTool(BezierFigure, Map<AttributeKey, Object>, String)  
 

Added Methods
boolean isToolDoneAfterCreation()  
void setToolDoneAfterCreation(boolean)  
 

Changed Methods
void draw(Graphics2D) Method was inherited from AbstractTool, but is now defined locally.  
void finishCreation(BezierFigure, DrawingView) Change in signature from BezierFigure to (BezierFigure, DrawingView).
 
void fireUndoEvent(Figure, DrawingView) Change in signature from Figure to (Figure, DrawingView).