Interface IBendpointContext
-
- All Known Subinterfaces:
IAddBendpointContext,IMoveBendpointContext,IRemoveBendpointContext
- All Known Implementing Classes:
AddBendpointContext,MoveBendpointContext,RemoveBendpointContext
public interface IBendpointContextThe Interface IBendpointContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointgetBendpoint()Gets the bendpoint.intgetBendpointIndex()Gets the bendpoint index.FreeFormConnectiongetConnection()Gets the connection.
-
-
-
Method Detail
-
getBendpoint
Point getBendpoint()
Gets the bendpoint.- Returns:
- the bendpoint
-
getConnection
FreeFormConnection getConnection()
Gets the connection.- Returns:
- the connection
-
getBendpointIndex
int getBendpointIndex()
Gets the bendpoint index.- Returns:
- the bendpoint index
-
-