IConnector

Overview

IConnector is a interface in Aspose.Slides FOSS for Java. Inherits from: IGeometryShape.

Represents a connector.

Properties

NameTypeAccessDescription
connectorLockIConnectorLockReadReturns connector’s locks.
startShapeConnectedToIShapeReadReturns the shape to attach the beginning of the connector to.
endShapeConnectedToIShapeReadReturns the shape to attach the end of the connector to.
startShapeConnectionSiteIndexintReadReturns the index of connection site for start shape.
endShapeConnectionSiteIndexintReadReturns the index of connection site for end shape.
asIGeometryShapeIGeometryShapeReadAllows to get base IGeometryShape interface.

Methods

SignatureDescription
getConnectorLock()IConnectorLockReturns connector’s locks.
getStartShapeConnectedTo()IShapeReturns 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()IShapeReturns 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()intReturns the index of connection site for start shape.
setStartShapeConnectionSiteIndex(value: int)Sets the index of connection site for start shape.
getEndShapeConnectionSiteIndex()intReturns the index of connection site for end shape.
setEndShapeConnectionSiteIndex(value: int)Sets the index of connection site for end shape.
getAsIGeometryShape()IGeometryShapeAllows to get base IGeometryShape interface.
reroute()Recalculates connector bounding box based on connected shapes.

See Also