Class Key_Simple_Hyp

  • All Implemented Interfaces:
    IClear, IOperation, IOwned_Operation

    final class Key_Simple_Hyp
    extends Key_Simple_BaseN
    A simple key with hyperbol was clicked. A simple key is a key which can be directly mapped to four operations and two alpha characters.
    Author:
    "Martin Krischik" «krischik@users.sourceforge.net»
    • Field Detail

      • TAG

        private static final String TAG

        class logger tag.

      • logger

        private static final Logger logger

        class logger instance

      • Hyp_Normal

        private final short Hyp_Normal
        Hyperbol operation
      • Inv_Hyp_Normal

        private final short Inv_Hyp_Normal
        Invers Hyperbol operation
    • Constructor Detail

      • Key_Simple_Hyp

        Key_Simple_Hyp​(Calculator Owner,
                       short Normal,
                       short Inv_Normal,
                       short Hyp_Normal,
                       short Inv_Hyp_Normal,
                       short BaseN,
                       short Normal_Alpha,
                       short Inv_Alpha)
        Create Key and attach to owner calculator.
        Parameters:
        Owner - Calculator owning the key
        Normal - Normal operations
        Inv_Normal - Inverse operation
        BaseN - Base N operation
        Hyp_Normal - Hyperbolic operation
        Inv_Hyp_Normal - Inverse Hyperbolic operation
        Normal_Alpha - Normal_Alpha characters
        Inv_Alpha - Inverse Normal_Alpha characters