| Changed Methods |
Collection<Handle> createHandles(int)
|
Change in return type from java.util.Collection to java.util.Collection.
|
Gets the handles of the figure. |
Connector getEndConnector()
|
Change in return type from org.jhotdraw.draw.Connector to org.jhotdraw.draw.connector.Connector.
|
|
Liner getLiner()
|
Change in return type from org.jhotdraw.draw.Liner to org.jhotdraw.draw.liner.Liner.
|
|
Connector getStartConnector()
|
Change in return type from org.jhotdraw.draw.Connector to org.jhotdraw.draw.connector.Connector.
|
|
void handleConnect(Connector, Connector)
|
Change in signature from (org.jhotdraw.draw.Connector, org.jhotdraw.draw.Connector) to (org.jhotdraw.draw.connector.Connector, org.jhotdraw.draw.connector.Connector).
|
Handles the connection of a connection. |
void handleDisconnect(Connector, Connector)
|
Change in signature from (org.jhotdraw.draw.Connector, org.jhotdraw.draw.Connector) to (org.jhotdraw.draw.connector.Connector, org.jhotdraw.draw.connector.Connector).
|
Handles the disconnection of a connection. |
void setEndConnector(Connector)
|
Change in signature from org.jhotdraw.draw.Connector to org.jhotdraw.draw.connector.Connector.
|
|
void setLiner(Liner)
|
Change in signature from org.jhotdraw.draw.Liner to org.jhotdraw.draw.liner.Liner.
|
|
void setStartConnector(Connector)
|
Change in signature from org.jhotdraw.draw.Connector to org.jhotdraw.draw.connector.Connector.
|
|