public class RemoveBendpointContext extends DefaultContext implements IRemoveBendpointContext
| Constructor and Description |
|---|
RemoveBendpointContext(FreeFormConnection freeFormConnection,
Point bendpoint)
Creates a new
RemoveBendpointContext. |
| Modifier and Type | Method and Description |
|---|---|
Point |
getBendpoint()
Gets the bendpoint.
|
int |
getBendpointIndex()
Gets the bendpoint index.
|
FreeFormConnection |
getConnection()
Gets the connection.
|
void |
setBendpoint(Point bendpoint)
Sets the bendpoint.
|
void |
setBendpointIndex(int index)
Sets the bendpoint index.
|
void |
setConnection(FreeFormConnection freeFormConnection)
Sets the connection.
|
java.lang.String |
toString() |
getProperty, getPropertyKeys, putPropertyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProperty, getPropertyKeys, putPropertypublic RemoveBendpointContext(FreeFormConnection freeFormConnection, Point bendpoint)
RemoveBendpointContext.freeFormConnection - the free form connectionbendpoint - the bendpointpublic Point getBendpoint()
IBendpointContextgetBendpoint in interface IBendpointContextpublic void setBendpoint(Point bendpoint)
bendpoint - the new bendpointpublic void setConnection(FreeFormConnection freeFormConnection)
freeFormConnection - the new connectionpublic int getBendpointIndex()
IBendpointContextgetBendpointIndex in interface IBendpointContextpublic FreeFormConnection getConnection()
IBendpointContextgetConnection in interface IBendpointContextpublic void setBendpointIndex(int index)
index - the new bendpoint indexpublic java.lang.String toString()
toString in class DefaultContext