|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDefaultContext
org.eclipse.graphiti.features.context.impl.RemoveBendpointContext
public class RemoveBendpointContext
The Class RemoveBendpointContext.
Field Summary | |
---|---|
private Point |
bendpoint
|
private int |
bendpointIndex
|
private FreeFormConnection |
freeFormConnection
|
Constructor Summary | |
---|---|
RemoveBendpointContext(FreeFormConnection freeFormConnection,
Point bendpoint)
Creates a new RemoveBendpointContext . |
Method Summary | |
---|---|
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. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.graphiti.IPropertyBag |
---|
getProperty, getPropertyKeys, putProperty |
Field Detail |
---|
private FreeFormConnection freeFormConnection
private Point bendpoint
private int bendpointIndex
Constructor Detail |
---|
public RemoveBendpointContext(FreeFormConnection freeFormConnection, Point bendpoint)
RemoveBendpointContext
.
freeFormConnection
- the free form connectionbendpoint
- the bendpointMethod Detail |
---|
public Point getBendpoint()
IBendpointContext
getBendpoint
in interface IBendpointContext
public void setBendpoint(Point bendpoint)
bendpoint
- the new bendpointpublic void setConnection(FreeFormConnection freeFormConnection)
freeFormConnection
- the new connectionpublic int getBendpointIndex()
IBendpointContext
getBendpointIndex
in interface IBendpointContext
public FreeFormConnection getConnection()
IBendpointContext
getConnection
in interface IBendpointContext
public void setBendpointIndex(int index)
index
- the new bendpoint indexpublic String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |