DroidDiagram Programmer's Guide
Shape.setLinkSegmentInset Method
See Also
 






Sets what length of link's line segment is drawn inside the arrowhead shape, expressed as percents of arrowhead size.

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

 Syntax

Java  Copy Code

public void setLinkSegmentInset (
    float value
)

 Parameters

value

A float value specifying percentage of arrowhead size.

 Remarks

The inset value matters when using transparent or semi-transparent arrowhead brush, or when the link's Pen is thicker than one pixel and its cap might extend beyond the arrowhead outline. LinkSegmentInset is set to appropriate values for all shapes from the ArrowHeads class. You might want to set it when using custom arrowhead shapes for which the link's end segment should not reach all the way to the arrowhead tip.

 See Also

Shape Members
Shape Class
com.mindfusion.diagramming Namespace