Creates a polygon from the specified list of Point2D instances.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public static GeneralPath createPolygon ( |
A list with Point2D objects.
A GeneralPath instance that represents the polygon.
See Also