Class MoveBendpointContext
- java.lang.Object
-
- org.eclipse.graphiti.PropertyBag
-
- org.eclipse.graphiti.internal.features.context.impl.base.DefaultContext
-
- org.eclipse.graphiti.features.context.impl.LocationContext
-
- org.eclipse.graphiti.features.context.impl.MoveContext
-
- org.eclipse.graphiti.features.context.impl.MoveBendpointContext
-
- All Implemented Interfaces:
IBendpointContext,IContext,ILocationContext,IMoveBendpointContext,IMoveContext,IPropertyBag
public class MoveBendpointContext extends MoveContext implements IMoveBendpointContext
The Class MoveBendpointContext.
-
-
Constructor Summary
Constructors Constructor Description MoveBendpointContext(Point bendpoint)Creates a newMoveBendpointContext.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointgetBendpoint()Gets the bendpoint.intgetBendpointIndex()Gets the bendpoint index.FreeFormConnectiongetConnection()Gets the connection.voidsetBendpointIndex(int bendpointIndex)Sets the bendpoint index.voidsetConnection(FreeFormConnection freeFormConnection)Sets the connection.java.lang.StringtoString()-
Methods inherited from class org.eclipse.graphiti.features.context.impl.LocationContext
getX, getY, setLocation, setX, setY
-
Methods inherited from class org.eclipse.graphiti.PropertyBag
getProperty, getPropertyKeys, putProperty
-
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, getPropertyKeys, putProperty
-
-
-
-
Constructor Detail
-
MoveBendpointContext
public MoveBendpointContext(Point bendpoint)
Creates a newMoveBendpointContext.- Parameters:
bendpoint- the bendpoint
-
-
Method Detail
-
getBendpoint
public Point getBendpoint()
Gets the bendpoint.- Specified by:
getBendpointin interfaceIBendpointContext- Returns:
- Returns the bendpoint.
-
getBendpointIndex
public int getBendpointIndex()
Description copied from interface:IBendpointContextGets the bendpoint index.- Specified by:
getBendpointIndexin interfaceIBendpointContext- Returns:
- the bendpoint index
-
getConnection
public FreeFormConnection getConnection()
Description copied from interface:IBendpointContextGets the connection.- Specified by:
getConnectionin interfaceIBendpointContext- Returns:
- the connection
-
setBendpointIndex
public void setBendpointIndex(int bendpointIndex)
Sets the bendpoint index.- Parameters:
bendpointIndex- the new bendpoint index
-
setConnection
public void setConnection(FreeFormConnection freeFormConnection)
Sets the connection.- Parameters:
freeFormConnection- the new connection
-
toString
public java.lang.String toString()
- Overrides:
toStringin classLocationContext
-
-