public class MoveBendpointContext extends MoveContext implements IMoveBendpointContext
| Constructor and Description |
|---|
MoveBendpointContext(Point bendpoint)
Creates a new
MoveBendpointContext. |
| Modifier and Type | Method and Description |
|---|---|
Point |
getBendpoint()
Gets the bendpoint.
|
int |
getBendpointIndex()
Gets the bendpoint index.
|
FreeFormConnection |
getConnection()
Gets the connection.
|
void |
setBendpointIndex(int bendpointIndex)
Sets the bendpoint index.
|
void |
setConnection(FreeFormConnection freeFormConnection)
Sets the connection.
|
java.lang.String |
toString() |
getX, getY, setLocation, setX, setYgetProperty, getPropertyKeys, putPropertyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetX, getYgetProperty, getPropertyKeys, putPropertypublic MoveBendpointContext(Point bendpoint)
MoveBendpointContext.bendpoint - the bendpointpublic Point getBendpoint()
getBendpoint in interface IBendpointContextpublic int getBendpointIndex()
IBendpointContextgetBendpointIndex in interface IBendpointContextpublic FreeFormConnection getConnection()
IBendpointContextgetConnection in interface IBendpointContextpublic void setBendpointIndex(int bendpointIndex)
bendpointIndex - the new bendpoint indexpublic void setConnection(FreeFormConnection freeFormConnection)
freeFormConnection - the new connectionpublic java.lang.String toString()
toString in class LocationContext