Search
DiagramLink.setIntermediateShape Method
See Also
 

Sets the shape that is displayed at the middle of each segment of a link.

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

 Syntax

Java  Copy Code

public void setIntermediateShape (
    Shape value
)

 Parameters

value
A Shape instance that represents an arrowhead shape. Initialized with the value of LinkIntermediateShape.

 Remarks

The property specifies what shape to display at the middle of each segment of a link. This could help users to see more easily the direction of long links. The ArrowHeads class exposes several predefined shapes as static properties.

 See Also