Package ucar.units
Class UnitFormatManager
- java.lang.Object
-
- ucar.units.UnitFormatManager
-
- All Implemented Interfaces:
Serializable
public final class UnitFormatManager extends Object implements Serializable
Provides support for managing a default UnitFormat.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnitFormatManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UnitFormat
instance()
Returns an instance of the default unit format.static void
setInstance(UnitFormat instance)
Sets the instance of the default unit format.
-
-
-
Method Detail
-
instance
public static UnitFormat instance()
Returns an instance of the default unit format.- Returns:
- An instance of the default unit format.
-
setInstance
public static void setInstance(UnitFormat instance)
Sets the instance of the default unit format. You'd better know what you're doing if you call this method.- Parameters:
instance
- An instance of the new, default unit format.
-
-