|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LengthUnit | |
| com.cc.framework.ui.html | |
| Uses of LengthUnit in com.cc.framework.ui.html |
| Methods in com.cc.framework.ui.html that return LengthUnit | |
static LengthUnit |
LengthUnit.parse(java.lang.String str)
Parses a String and creates a LengthUnit object |
LengthUnit |
LengthUnit.convert(int targetUnit)
Converts the length to the given unit. |
LengthUnit |
LengthUnit.plus(double summand)
adds a literal to the current length |
LengthUnit |
LengthUnit.plus(LengthUnit summand)
adds a literal to the current length |
LengthUnit |
LengthUnit.minus(double summand)
adds a literal to the current length |
LengthUnit |
LengthUnit.minus(LengthUnit summand)
adds a literal to the current length |
| Methods in com.cc.framework.ui.html with parameters of type LengthUnit | |
LengthUnit |
LengthUnit.plus(LengthUnit summand)
adds a literal to the current length |
LengthUnit |
LengthUnit.minus(LengthUnit summand)
adds a literal to the current length |
| Constructors in com.cc.framework.ui.html with parameters of type LengthUnit | |
LengthUnit(LengthUnit other)
Copy Constructor |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||