Search
DiagramLink.getIntermediateShape Method
See Also
 

Gets 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 Shape getIntermediateShape ()

 Return 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