Search
CommonUtils.parse Method
See Also
 






Parses space separated numbers into Point2D

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

 Syntax

Java  Copy Code

public static boolean parse (
    String pair,
    Point2D dest
)

 Parameters

pair

A string representation of the point coordinates.

dest

A Point2D object to which the parsed values are assigned.

 Return Value

true if the string has been parsed successfully, otherwise false.

 See Also