DroidDiagram Programmer's Guide
Diagram.setLinkIntermediateShape Method
See Also
 






Sets what shape should be displayed at the middle of links segments.

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

 Syntax

Java  Copy Code

public void setLinkIntermediateShape (
    Shape value
)

 Parameters

value
A Shape instance that represents an arrowhead shape. The default is None.

 Remarks

The property specifies default shape to be displayed at the middle of each segment of new links. It facilitates users by following the path of a link across the diagram, especially for longer links in large documents. The ArrowHeads class exposes several predefined shapes as static properties.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace