Search
Link.setPoints Method (ArrayList<Point2D.Float>)
See Also
 

Invoked by some layouting algorithms to update the sequence of points which define the link.

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

 Syntax

Java  Copy Code

void setPoints (
    ArrayList<Point2D.Float> points
)

 Parameters

points

 See Also