Search
Utilities.createPolygon Method
See Also
 






Creates a polygon from the specified list of Point2D instances.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static GeneralPath createPolygon (
    List<Point2D> points
)

 Parameters

points

A list with Point2D objects.

 Return Value

A GeneralPath instance that represents the polygon.

 See Also