DroidDiagram Programmer's Guide
DiagramLink.getEffectiveHeadPen Method
See Also
 






Creates a Pen object representing the currently effective head pen of the link. This method returns a pen corresponding to the link's DiagramLink.getHeadPen if it is not null, or a pen with the DiagramLinkStyle.getHeadStroke and DiagramLinkStyle.getHeadStrokeThickness properties of the link's style.

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

 Syntax

Java  Copy Code

public Pen getEffectiveHeadPen ()

 Return Value

A Pen instance.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace