Class Key_Simple_Hyp

  • All Implemented Interfaces:
    IClear, IOperation, IOwned_Operation

    final class Key_Simple_Hyp
    extends Key_Simple
    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

      • Logger

        private static final Logger Logger

        Class logger instance.

      • TAG

        private static final String TAG

        Class logger tag.

      • 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 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
        Hyp_Normal - Hyperbolic opeartions
        Inv_Hyp_Normal - Invers Hyperbolic operation
        Normal_Alpha - Normal_Alpha characters
        Inv_Alpha - Invers Normal_Alpha characters