Gets the shape that is displayed at the middle of each segment of a link.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Shape getIntermediateShape () |
A Shape instance that represents an arrowhead shape. Initialized with the value of LinkIntermediateShape.
RemarksThe 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