DroidDiagram Programmer's Guide
Diagram.setLinkShape Method
See Also
 






Sets the style that should be assigned to new links.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setLinkShape (
    LinkShape value
)

 Parameters

value

A member of the LinkShape enumeration.

 Remarks

Use this property to specify what kind of segments new links are composed of. Curved links can be created using Bezier or Spline styles. Straight-segment links can be created using Polyline and Cascading styles, the latter one restricting segments to horizontal and vertical direction, orienting each segment orthogonally to its neighbor.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace