Package ucar.units

Class UnitFormatManager

    • Constructor Detail

      • UnitFormatManager

        public UnitFormatManager()
    • 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.