Search
DiagramLinkBuilder.headShape Method
See Also
 

Sets the shape of the arrowhead.

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

 Syntax

Java  Copy Code

public DiagramLinkBuilder headShape (
    Shape value
)

 Parameters

value

One of the ArrowHeads members.

 Return Value

This DiagramLinkBuilder instance.

 See Also