IConnector
Overview
IConnector is a interface in Aspose.Slides FOSS for Java.
Inherits from: IGeometryShape.
Represents a connector.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
connectorLock | IConnectorLock | Read | Returns connector’s locks. |
startShapeConnectedTo | IShape | Read | Returns the shape to attach the beginning of the connector to. |
endShapeConnectedTo | IShape | Read | Returns the shape to attach the end of the connector to. |
startShapeConnectionSiteIndex | int | Read | Returns the index of connection site for start shape. |
endShapeConnectionSiteIndex | int | Read | Returns the index of connection site for end shape. |
asIGeometryShape | IGeometryShape | Read | Allows to get base IGeometryShape interface. |
Methods
| Signature | Description |
|---|---|
getConnectorLock() → IConnectorLock | Returns connector’s locks. |
getStartShapeConnectedTo() → IShape | Returns the shape to attach the beginning of the connector to. |
setStartShapeConnectedTo(value: IShape) | Sets the shape to attach the beginning of the connector to. |
getEndShapeConnectedTo() → IShape | Returns the shape to attach the end of the connector to. |
setEndShapeConnectedTo(value: IShape) | Sets the shape to attach the end of the connector to. |
getStartShapeConnectionSiteIndex() → int | Returns the index of connection site for start shape. |
setStartShapeConnectionSiteIndex(value: int) | Sets the index of connection site for start shape. |
getEndShapeConnectionSiteIndex() → int | Returns the index of connection site for end shape. |
setEndShapeConnectionSiteIndex(value: int) | Sets the index of connection site for end shape. |
getAsIGeometryShape() → IGeometryShape | Allows to get base IGeometryShape interface. |
reroute() | Recalculates connector bounding box based on connected shapes. |