| Changed Methods |
void addFigureListener(FigureListener)
|
Change in signature from org.jhotdraw.draw.FigureListener to org.jhotdraw.draw.event.FigureListener.
|
|
Collection<Handle> createHandles(int)
|
Change in return type from java.util.Collection to java.util.Collection.
|
|
Connector findCompatibleConnector(Connector, boolean)
|
Change in return type from org.jhotdraw.draw.Connector to org.jhotdraw.draw.connector.Connector.
Change in signature from (org.jhotdraw.draw.Connector, boolean) to (org.jhotdraw.draw.connector.Connector, boolean).
|
|
Connector findConnector(Double, ConnectionFigure)
|
Change in return type from org.jhotdraw.draw.Connector to org.jhotdraw.draw.connector.Connector.
|
Returns the Figures connector for the specified location. |
Collection<Connector> getConnectors(ConnectionFigure)
|
Change in return type from java.util.Collection to java.util.Collection.
|
|
Tool getTool(Double)
|
Change in return type from org.jhotdraw.draw.Tool to org.jhotdraw.draw.tool.Tool.
|
Returns a specialized tool for the given coordinate. |
void removeFigureListener(FigureListener)
|
Change in signature from org.jhotdraw.draw.FigureListener to org.jhotdraw.draw.event.FigureListener.
|
|
void fireAreaInvalidated(FigureEvent)
|
Change in signature from org.jhotdraw.draw.FigureEvent to org.jhotdraw.draw.event.FigureEvent.
|
Notify all listenerList that have registered interest for
notification on this event type. |
void fireFigureChanged(FigureEvent)
|
Change in signature from org.jhotdraw.draw.FigureEvent to org.jhotdraw.draw.event.FigureEvent.
|
|