Parses space separated numbers into Point2D
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public static boolean parse ( |
A string representation of the point coordinates.
A Point2D object to which the parsed values are assigned.
true if the string has been parsed successfully, otherwise false.
See Also