| Changed Methods |
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).
Method was locally defined, but is now inherited from AbstractFigure.
|
|
Connector findConnector(Double, ConnectionFigure)
|
Change in return type from org.jhotdraw.draw.Connector to org.jhotdraw.draw.connector.Connector.
Method was locally defined, but is now inherited from AbstractFigure.
|
Returns the Figures connector for the specified location. |
Double getPath()
|
Change in return type from GeneralPath to Double.
|
|