|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfable.framework.imageprint.PrintSettings.ValueWithUnits
public class PrintSettings.ValueWithUnits
ValueWithUnits is a simple class that handles a double value and an associates unit. This class is used by methods that handle String representations of a value with units, e.g. "1.234 cm".
Method Summary | |
---|---|
java.lang.String |
getString()
|
java.lang.String |
getUnitsName()
|
double |
getVal()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getString()
public double getVal()
public java.lang.String getUnitsName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |