DroidDiagram Programmer's Guide
DiagramLink.setEndPoint Method
See Also
 






Sets the position of the last control point of this link.

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

 Syntax

Java  Copy Code

public void setEndPoint (
    PointF value
)

 Parameters

value

A PointF instance.

 Remarks

This method is a shortcut for setting the last element of ControlPoints.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace