Class Macro


  • public abstract class Macro
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Macro()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int BIT​(int i)  
      static int MASK​(int i)  
      static int RESCALE​(int inVal, int inMin, int inMax, int outMin, int outMax)  
      • Methods inherited from class java.lang.Object

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

      • Macro

        public Macro()
    • Method Detail

      • BIT

        public static final int BIT​(int i)
      • MASK

        public static final int MASK​(int i)
      • RESCALE

        public static final int RESCALE​(int inVal,
                                        int inMin,
                                        int inMax,
                                        int outMin,
                                        int outMax)