Search
Convert.fromPointString Method
See Also
 






Converts the specified comma separated string to a list of PointF objects.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static List<Point2D.Float> fromPointString (
    String s
)

 Parameters

s

The comma separated string.

 Return Value

A list of PointF objects.

 See Also