DroidDiagram Programmer's Guide
DiagramBuilder.linkIntermediateShape Method
See Also
 






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

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

 Syntax

Java  Copy Code

public DiagramBuilder linkIntermediateShape (
    Shape value
)

 Parameters

value

An instance of the Shape class. Predefined arrowhead shapes are exposed as members of ArrowHeads.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace