public class Point3D extends Object implements OdfDataType
Constructor and Description |
---|
Point3D(String point3D)
Construct Point3D by the parsing the given string
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isValid(String stringValue)
check if the specified String instance is a valid point3D data type
|
String |
toString()
Returns a String Object representing this Point3D's value
|
static Point3D |
valueOf(String stringValue)
Returns a Point3D instance representing the specified String value
|
public Point3D(String point3D) throws IllegalArgumentException
point3D
- The String to be parsed into Point3DIllegalArgumentException
- if the given argument is not a valid Point3Dpublic String toString()
public static Point3D valueOf(String stringValue) throws IllegalArgumentException
stringValue
- a String valueIllegalArgumentException
- if the given argument is not a valid Point3DCopyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.