org.odftoolkit.odfdom.type
public class Vector3D extends Object implements OdfDataType
Constructor and Description |
---|
Vector3D(String vector3D)
Construct Vector3D 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 vector3D data type
|
String |
toString()
Returns a String Object representing this Vector3D's value
|
static Vector3D |
valueOf(String stringValue)
Returns a Vector3D instance representing the specified String value
|
public Vector3D(String vector3D)
vector3D
- The String to be parsed into Vector3Dpublic String toString()
public static Vector3D valueOf(String stringValue)
stringValue
- a String valueCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.