Class RGLMeasureSystem


  • public class RGLMeasureSystem
    extends java.lang.Object
    The constants of the enumeration identify the system for measuring distances and weight
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int IMPERIAL
      It's the Imperial System of Measurement, where things are measured in feet, inches and pounds
      static int METRIC
      It's the Metric System of Measurement, which uses the measuring units such as meters and grams and adds prefixes like kilo, milli and centi to count orders of magnitude
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • METRIC

        public static final int METRIC
        It's the Metric System of Measurement, which uses the measuring units such as meters and grams and adds prefixes like kilo, milli and centi to count orders of magnitude
        See Also:
        Constant Field Values
      • IMPERIAL

        public static final int IMPERIAL
        It's the Imperial System of Measurement, where things are measured in feet, inches and pounds
        See Also:
        Constant Field Values
    • Constructor Detail

      • RGLMeasureSystem

        public RGLMeasureSystem()