|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.odftoolkit.odfdom.dom.type.OdfMeasure
public class OdfMeasure
DOM implementation of OpenDocument data type 'measure' converts odf measure strings from to units in cm.
| Constructor Summary | |
|---|---|
OdfMeasure(int measure)
Allocates an OdfMeasure object representing the measure argument |
|
| Method Summary | |
|---|---|
int |
intValue()
Returns the value of this OdfMeasure object as a int primitive |
String |
toString()
Returns a String Object representing this OdfMeasure's value |
static OdfMeasure |
valueOf(String stringValue)
Returns an OdfMeasure 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 OdfMeasure(int measure)
measure - the value of the OdfMeasure| Method Detail |
|---|
public String toString()
toString in class Objectpublic static OdfMeasure valueOf(String stringValue)
stringValue - a String value
public int intValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||