public class AddConnectionContext extends AddContext implements IAddConnectionContext
| Constructor and Description |
|---|
AddConnectionContext(Anchor sourceAnchor,
Anchor targetAnchor)
Creates a new
AddConnectionContext. |
| Modifier and Type | Method and Description |
|---|---|
Anchor |
getSourceAnchor()
Gets the source anchor.
|
Anchor |
getTargetAnchor()
Gets the target anchor.
|
java.lang.String |
toString() |
getNewObject, getTargetConnection, getTargetConnectionDecorator, getTargetContainer, setNewObject, setTargetConnection, setTargetConnectionDecorator, setTargetContainergetHeight, getWidth, setHeight, setSize, setWidthgetX, getY, setLocation, setX, setYgetProperty, getPropertyKeys, putPropertyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNewObjectgetHeight, getWidthgetX, getYgetProperty, getPropertyKeys, putPropertygetTargetContainergetTargetConnectiongetTargetConnectionDecoratorpublic AddConnectionContext(Anchor sourceAnchor, Anchor targetAnchor)
AddConnectionContext.sourceAnchor - the source anchortargetAnchor - the target anchorpublic Anchor getSourceAnchor()
IConnectionContextgetSourceAnchor in interface IConnectionContextpublic Anchor getTargetAnchor()
IConnectionContextgetTargetAnchor in interface IConnectionContextpublic java.lang.String toString()
toString in class AddContext