Class Op_Degree

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  Op_Degree.Mode_Type
      Degree Entry mode Keyboard_Normal Degree entry has not started. Mode_Minutes Hours has have been entered, minutes next. Mode_Second Minutes have been entered, seconds next.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static short[] Display_Text
      Test to Dispay on Program, Print and Debug.
      private static Logger Logger
      Class Logger instance.
      private Op_Degree.Mode_Type Mode
      Degree Entry mode Keyboard_Normal Degree entry has not started. Mode_Minutes Hours has have been entered, minutes next. Mode_Second Minutes have been entered, seconds next.
      private static String TAG
      Class Logger tag.
      private Number Value
      Value of the degree compostion.
    • Constructor Summary

      Constructors 
      Constructor Description
      Op_Degree​(@NotNull Calculator Owner)
      Create operation and attach to owning calculator.
    • Field Detail

      • Display_Text

        private static final short[] Display_Text
        Test to Dispay on Program, Print and Debug.
      • Logger

        private static final Logger Logger

        Class Logger instance.

      • TAG

        private static final String TAG

        Class Logger tag.

      • Mode

        private Op_Degree.Mode_Type Mode
        Degree Entry mode
        Keyboard_Normal
        Degree entry has not started.
        Mode_Minutes
        Hours has have been entered, minutes next.
        Mode_Second
        Minutes have been entered, seconds next.
      • Value

        @NotNull
        private Number Value
        Value of the degree compostion.
    • Constructor Detail

      • Op_Degree

        Op_Degree​(@NotNull
                  @NotNull Calculator Owner)
        Create operation and attach to owning calculator.
        Parameters:
        Owner - Calculator which will call this Opcode