DroidDiagram Programmer's Guide
Diagram.setLinkBaseShape Method
See Also
 






Sets what shape should be displayed at the origin of new links.

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

 Syntax

Java  Copy Code

public void setLinkBaseShape (
    Shape value
)

 Parameters

value
A Shape instance that represents an arrowhead shape. The default is None.

 Remarks

This property specifies the default shape displayed as arrowhead at the links' origin points. The ArrowHeads class exposes several predefined shapes as static properties.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace