DroidDiagram Programmer's Guide
DiagramLink.getBaseShape Method
See Also
 






Gets the shape that is displayed at the origin of a link.

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

 Syntax

Java  Copy Code

public Shape getBaseShape ()

 Return Value

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

 Remarks

The property specifies the shape that is displayed at the beginning of a link, that is, the point where it is connected with its Origin node. This shape is rotated simultaneously with the first 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
getBaseBrush Method