| Changed Methods |
Connector getEndConnector()
|
Change in return type from org.jhotdraw.draw.Connector to org.jhotdraw.draw.connector.Connector.
|
Gets the end Connector. |
Liner getLiner()
|
Change in return type from org.jhotdraw.draw.Liner to org.jhotdraw.draw.liner.Liner.
|
Get a Liner object which encapsulated a lineout
algorithm for this figure. |
Connector getStartConnector()
|
Change in return type from org.jhotdraw.draw.Connector to org.jhotdraw.draw.connector.Connector.
|
Gets the start {@code Connector}. |
void setEndConnector(Connector)
|
Change in signature from org.jhotdraw.draw.Connector to org.jhotdraw.draw.connector.Connector.
|
Sets the end Connector of the connection. |
void setLiner(Liner)
|
Change in signature from org.jhotdraw.draw.Liner to org.jhotdraw.draw.liner.Liner.
|
Set a Liner object which encapsulated a lineout
algorithm for this figure. |
void setStartConnector(Connector)
|
Change in signature from org.jhotdraw.draw.Connector to org.jhotdraw.draw.connector.Connector.
|
Sets the start {@code Connector} of the connection. |