DroidDiagram Programmer's Guide
Diagram.getLinkShape Method
See Also
 






Gets the default shape of links.

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

 Syntax

Java  Copy Code

public LinkShape getLinkShape ()

 Return Value

A member of the LinkShape enumeration. The default value is Polyline.

 Remarks

Use this property to specify how new links are composed and what they look like. The segments of a link could be curves or straight lines, and they might be restricted to be horizontal / vertical only.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace