DroidDiagram Programmer's Guide
DiagramBuilder.linkHeadShape Method
See Also
 






Sets what shape should be displayed as arrowhead of new links.

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

 Syntax

Java  Copy Code

public DiagramBuilder linkHeadShape (
    Shape value
)

 Parameters

value

An instance of the Shape class. Predefined arrowhead shapes are exposed as members of ArrowHeads.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace