|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnitClassException | |
|---|---|
| ucar.units | Provides support for parsing and formatting string unit specification, converting numerical values between compatible units, and performing arithmetic on units (such as dividing one unit by another). |
| Uses of UnitClassException in ucar.units |
|---|
| Methods in ucar.units that throw UnitClassException | |
|---|---|
java.lang.String |
UnitFormatImpl.format(Unit unit)
Formats a unit. |
java.lang.String |
UnitFormat.format(Unit unit)
Formats a unit. |
java.lang.StringBuffer |
UnitFormat.format(Unit unit,
java.lang.StringBuffer buffer)
Appends a formatted unit to a string buffer. |
java.lang.StringBuffer |
StandardUnitFormat.format(Unit unit,
java.lang.StringBuffer buf)
Formats a unit. |
java.lang.String |
UnitFormatImpl.longFormat(Unit unit)
Formats a unit using a long form. |
java.lang.String |
UnitFormat.longFormat(Unit unit)
Formats a unit using a long form. |
java.lang.StringBuffer |
UnitFormat.longFormat(Unit unit,
java.lang.StringBuffer buffer)
Appends a unit formatted according to the long form to a string buffer. |
java.lang.StringBuffer |
StandardUnitFormat.longFormat(Unit unit,
java.lang.StringBuffer buf)
Formats a unit in the underlying system of units. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||