:: com :: sun :: star :: drawing ::

service ConnectorShape
Description
This service is for a ConnectorShape , a specialized Shape , which can be connected to other Shape s or GluePoint s.

Included Services
Shape
This abstract service specifies the general characteristics of all Shape s.
LineProperties
This is a set of properties to describe the style for rendering a Line.
ConnectorProperties
This is a set of properties to describe the style for rendering connector.
ShadowProperties
This is a set of properties to describe the style for rendering a shadow.
Text
This abstract service specifies the general characteristics of an optional text inside a Shape .
RotationDescriptor
This abstract service specifies the general characteristics of an optional rotation and shearing for a Shape .
Properties' Summary
StartShape this property either holds the shape that the start point of this connector is connected to, or is empty when the start point of the connector is not connected to a shape.
StartGluePointIndex this property holds the index of the glue point the start point of this connector is glued on.
StartPosition this is the position of the connectors start point in 100th/mm. For unconnected start points you can get and set the position. For connected start points you can only get the position.
EndShape this property either holds the shape that the end point of this connector is connected to, or is empty when the end point of the connector is not connected to a shape.
EndPosition this property holds the index of the glue point the end point of this connector is glued on.
EndGluePointIndex this is the position of the connectors end point in 100th/mm. For unconnected end points you can get and set the position. For connected end points you can only get the position.
EdgeLine1Delta This property contains the distance of line 1.
EdgeLine2Delta This property contains the distance of line 2.
EdgeLine3Delta This property contains the distance of line 3.
Properties' Details
StartShape
XShape StartShape;
Description
this property either holds the shape that the start point of this connector is connected to, or is empty when the start point of the connector is not connected to a shape.
StartGluePointIndex
long StartGluePointIndex;
Description
this property holds the index of the glue point the start point of this connector is glued on.
StartPosition
::com::sun::star::awt::Point StartPosition;
Description
this is the position of the connectors start point in 100th/mm. For unconnected start points you can get and set the position. For connected start points you can only get the position.
EndShape
XShape EndShape;
Description
this property either holds the shape that the end point of this connector is connected to, or is empty when the end point of the connector is not connected to a shape.
EndPosition
::com::sun::star::awt::Point EndPosition;
Description
this property holds the index of the glue point the end point of this connector is glued on.
EndGluePointIndex
long EndGluePointIndex;
Description
this is the position of the connectors end point in 100th/mm. For unconnected end points you can get and set the position. For connected end points you can only get the position.
EdgeLine1Delta
long EdgeLine1Delta;
Description
This property contains the distance of line 1.
EdgeLine2Delta
long EdgeLine2Delta;
Description
This property contains the distance of line 2.
EdgeLine3Delta
long EdgeLine3Delta;
Description
This property contains the distance of line 3.

 
Top of Page