org.odftoolkit.odfdom.type
public class Points extends Object implements OdfDataType
Constructor and Description |
---|
Points(String points)
Construct Points 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 points data type
|
String |
toString()
Returns a String Object representing this Points's value
|
static Points |
valueOf(String stringValue)
Returns a Points instance representing the specified String value
|
public Points(String points) throws IllegalArgumentException
points
- The String to be parsed into PointsIllegalArgumentException
- if the given argument is not a valid Pointespublic String toString()
public static Points valueOf(String stringValue) throws IllegalArgumentException
stringValue
- a String valueIllegalArgumentException
- if the given argument is not a valid PointesCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.