|
Class Summary |
| Currency |
Currency objects used to hold currency information. |
| CurrencyFormat |
CurrencyFormat provides several mechanisms to use
Currency objects;
to display currency values in dynamically selected units and scale
to create and load values into Currency objects
|
| CurrencyUnits |
Used Java typesafe enum pattern to port C++ enum. |
| Density |
Density objects used to hold density information. |
| DensityFormat |
DensityFormat provides several mechanisms to use
Density objects:
to display density values in dynamically selected units
to create and load values into Density objects
|
| DensityUnits |
Used Java typesafe enum pattern to port C++ enum. |
| Dimension |
Dimension objects used to hold dimension information. |
| DimensionFormat |
DimensionFormat provides several mechanisms to use
Dimension objects:
to display dimension values in dynamically selected units
to create and load values into Dimension objects
|
| DimensionUnits |
Used Java typesafe enum pattern to port C++ enum. |
| Distance |
Distance objects used to hold distance information. |
| DistanceFormat |
DistanceFormat provides several mechanisms to use
Distance objects: to display distance values in dynamically
selected units to create and load values into Distance
objects
|
| DistanceUnits |
Used Java typesafe enum pattern to port C++ enum. |
| ElapsedTime |
ElapsedTime is used to store ElapsedTime
quantities. |
| ElapsedTimeFormat |
ElapsedTimeFormat is a concrete class for formatting and
parsing ElapsedTime objects. |
| Quantity |
Quantity objects used to hold quantity information. |
| QuantityFormat |
QuantityFormat provides common function to be used by its subclasses |
| Temperature |
Temperature objects used to hold temperature information. |
| TemperatureFormat |
TemperatureFormat provides several mechanisms to use
Temperature objects:
to display temperature values in dynamically selected units
to create and load values into Temperature objects
|
| TemperatureUnits |
Used Java typesafe enum pattern to port C++ enum. |
| Units |
|
| Volume |
Volume objects used to hold volume information. |
| VolumeFormat |
VolumeFormat provides several mechanisms to use Volume
objects:
to display volume values in dynamically selected units
to create and load values into Volume objects
|
| VolumeUnits |
Used Java typesafe enum pattern to port C++ enum. |
| Weight |
Weight objects used to hold weight information. |
| WeightFormat |
WeightFormat provides several mechanisms to use Weight
objects:
to display weight values in dynamically selected units
to create and load values into Weight objects
|
| WeightUnits |
Used Java typesafe enum pattern to port C++ enum. |