DroidDiagram Programmer's Guide
LinkLabel.pointAlongLength Method (float, PointList)
See Also
 






Returns a point lying on a polyline that is positioned at a relative position along the polyline's length.

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

 Syntax

Java  Copy Code

protected PointF pointAlongLength (
    float lengthFactor,
    PointList segments
)

 Parameters

lengthFactor

A value from 0 to 1 specifying a portion of link's length.

segments

A list of points specifying the polyline segments.

 Return Value

PointF instance.

 See Also

pointAlongLength Method Overload List
LinkLabel Members
LinkLabel Class
com.mindfusion.diagramming Namespace