| Changed Methods |
void addFigureSelectionListener(FigureSelectionListener)
|
Change in signature from org.jhotdraw.draw.FigureSelectionListener to org.jhotdraw.draw.event.FigureSelectionListener.
|
Add a listener for selection changes in this DrawingView. |
Handle findHandle(Point)
|
Change in return type from org.jhotdraw.draw.Handle to org.jhotdraw.draw.handle.Handle.
|
Finds a handle at the given coordinates. |
Handle getActiveHandle()
|
Change in return type from org.jhotdraw.draw.Handle to org.jhotdraw.draw.handle.Handle.
|
Gets the active 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.
|
Remove a listener for selection changes in this DrawingView. |
void setActiveHandle(Handle)
|
Change in signature from org.jhotdraw.draw.Handle to org.jhotdraw.draw.handle.Handle.
|
Sets the active handle. |