|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.odftoolkit.odfdom.dom.type.OdfPercent
public class OdfPercent
DOM implementation of OpenDocument data type 'percent'
| Constructor Summary | |
|---|---|
OdfPercent(double n)
Allocates an OdfPercent object representing the n argument |
|
| Method Summary | |
|---|---|
double |
doubleValue()
Returns the value of this OdfPercent object as a double primitive |
String |
toString()
Returns a String Object representing this OdfPercent's value |
static OdfPercent |
valueOf(String stringValue)
Returns an OdfPercent instance representing the specified String value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OdfPercent(double n)
n - the value of the OdfPercent| Method Detail |
|---|
public String toString()
toString in class Objectpublic static OdfPercent valueOf(String stringValue)
stringValue - a String value
public double doubleValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||