| Changed Methods |
void addFigureSelectionListener(FigureSelectionListener)
|
Change in signature from org.jhotdraw.draw.FigureSelectionListener to org.jhotdraw.draw.event.FigureSelectionListener.
|
|
Handle findHandle(Point)
|
Change in return type from org.jhotdraw.draw.Handle to org.jhotdraw.draw.handle.Handle.
|
Finds a handle at a given coordinates. |
Handle getActiveHandle()
|
Change in return type from org.jhotdraw.draw.Handle to org.jhotdraw.draw.handle.Handle.
|
|
Collection<Handle> getCompatibleHandles(Handle)
|
Change in return type from java.util.Collection to java.util.Collection.
Change in signature from org.jhotdraw.draw.Handle to org.jhotdraw.draw.handle.Handle.
|
Gets compatible handles. |
void removeFigureSelectionListener(FigureSelectionListener)
|
Change in signature from org.jhotdraw.draw.FigureSelectionListener to org.jhotdraw.draw.event.FigureSelectionListener.
|
|
void setActiveHandle(Handle)
|
Change in signature from org.jhotdraw.draw.Handle to org.jhotdraw.draw.handle.Handle.
|
|