DroidDiagram Programmer's Guide
DiagramLink.setHeadShape Method
See Also
 






Sets the shape of the link's arrowhead.

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

 Syntax

Java  Copy Code

public void setHeadShape (
    Shape value
)

 Parameters

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

 Remarks

The property specifies what shape is displayed as an arrowhead. This shape is rotated simultaneously with the last segment of the link so that it follows the overall link direction.

The ArrowHeads class exposes several predefined shapes as static properties.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace