Label Connector Scope
The LabelConnectorScope provides geometry information to LabelConnector implementations so they can draw the connector from the graph element to the label.
Properties
Link copied to clipboard
The angle of the label at the end of the connector. This is an angle that is normal to the connector's bounding box at the endPosition
Extensions
Link copied to clipboard
fun LabelConnectorScope.BezierLabelConnector( modifier: Modifier = Modifier, connectorColor: Color = Color.Black, connectorStroke: Stroke = Stroke(width = 1f))
Content copied to clipboard
A label connector that uses a Bezier curve.
Link copied to clipboard
fun LabelConnectorScope.StraightLineConnector( modifier: Modifier = Modifier, connectorColor: Color = Color.Black, connectorStroke: Stroke = Stroke(width = 1f))
Content copied to clipboard
A label connector that uses a straight line.