Generated by
JDiff

Class org.jhotdraw.draw.FontSizeHandle

Documentation changed from old to new.

Removed Constructors
FontSizeHandle(Figure, Locator)  
 

Added Constructors
FontSizeHandle(TextHolderFigure) Creates a new instance.
FontSizeHandle(TextHolderFigure, Locator)  
 

Removed Methods
Undoable createUndoActivity(DrawingView) Factory method for undo activity
void invokeEnd(int, int, int, int, DrawingView)  
void invokeStart(int, int, DrawingView)  
void invokeStep(int, int, int, int, DrawingView)  
 

Added Methods
Rectangle basicGetBounds()  
String getToolTipText(Point)  
void keyPressed(KeyEvent)  
void trackEnd(Point, Point, int)  
void trackStart(Point, int)  
void trackStep(Point, Point, int)  
 

Changed Methods
void draw(Graphics2D) Change in signature from Graphics to Graphics2D.
Documentation changed from old to new.
Draws this handle.
Cursor getCursor() Change in return type from org.jhotdraw.framework.Cursor to java.awt.Cursor.
Documentation changed from old to new.
Method was inherited from LocatorHandle, but is now defined locally.