|
||||||||||
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.LocationContext
org.eclipse.graphiti.features.context.impl.MoveContext
org.eclipse.graphiti.features.context.impl.MoveBendpointContext
public class MoveBendpointContext
The Class MoveBendpointContext.
Field Summary | |
---|---|
private Point |
bendpoint
|
private int |
bendpointIndex
|
private FreeFormConnection |
connection
|
Constructor Summary | |
---|---|
MoveBendpointContext(Point bendpoint)
Creates a new MoveBendpointContext . |
Method Summary | |
---|---|
Point |
getBendpoint()
Gets the bendpoint. |
int |
getBendpointIndex()
Gets the bendpoint index. |
FreeFormConnection |
getConnection()
Gets the connection. |
private void |
setBendpoint(Point bendpoint)
|
void |
setBendpointIndex(int bendpointIndex)
Sets the bendpoint index. |
void |
setConnection(FreeFormConnection freeFormConnection)
Sets the connection. |
String |
toString()
|
Methods inherited from class org.eclipse.graphiti.features.context.impl.LocationContext |
---|
getX, getY, setLocation, setX, setY |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.graphiti.features.context.ILocationContext |
---|
getX, getY |
Methods inherited from interface org.eclipse.graphiti.IPropertyBag |
---|
getProperty, putProperty |
Field Detail |
---|
private Point bendpoint
private int bendpointIndex
private FreeFormConnection connection
Constructor Detail |
---|
public MoveBendpointContext(Point bendpoint)
MoveBendpointContext
.
bendpoint
- the bendpointMethod Detail |
---|
public Point getBendpoint()
getBendpoint
in interface IBendpointContext
private void setBendpoint(Point bendpoint)
bendpoint
- The bendpoint to set.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 String toString()
toString
in class LocationContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |