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, setY
getProperty, getPropertyKeys, putProperty
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getX, getY
getProperty, getPropertyKeys, putProperty
public MoveBendpointContext(Point bendpoint)
MoveBendpointContext
.bendpoint
- the bendpointpublic Point getBendpoint()
getBendpoint
in interface IBendpointContext
public int getBendpointIndex()
IBendpointContext
getBendpointIndex
in interface IBendpointContext
public FreeFormConnection getConnection()
IBendpointContext
getConnection
in interface IBendpointContext
public 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