|
||||||||||
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 | |
---|---|
String |
UnitFormatImpl.format(Unit unit)
Formats a unit. |
String |
UnitFormat.format(Unit unit)
Formats a unit. |
StringBuffer |
UnitFormat.format(Unit unit,
StringBuffer buffer)
Appends a formatted unit to a string buffer. |
StringBuffer |
StandardUnitFormat.format(Unit unit,
StringBuffer buf)
Formats a unit. |
String |
UnitFormatImpl.longFormat(Unit unit)
Formats a unit using a long form. |
String |
UnitFormat.longFormat(Unit unit)
Formats a unit using a long form. |
StringBuffer |
UnitFormat.longFormat(Unit unit,
StringBuffer buffer)
Appends a unit formatted according to the long form to a string buffer. |
StringBuffer |
StandardUnitFormat.longFormat(Unit unit,
StringBuffer buf)
Formats a unit in the underlying system of units. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |