Class OperatingModes


  • public final class OperatingModes
    extends java.lang.Object
    The class represents compatible operating modes of a ScripTouch device.
    • Method Detail

      • getAcqModeString

        public static java.lang.String getAcqModeString​(int acqMode)
        Gets the acquisition mode in string form.
        Parameters:
        acqMode - Acquisition mode.
        Returns:
        String representing the acquisition mode.
      • getModeString

        public static java.lang.String getModeString​(int mode)
        Gets the mode in string form.
        Parameters:
        mode - Mode.
        Returns:
        String representing the mode.
      • toString

        public java.lang.String toString()
        Prints this object as a human readable string.
        Overrides:
        toString in class java.lang.Object
        Returns:
        Human readable string.
      • getSupportedModes

        public int getSupportedModes()
        Gets the supported modes.
        Returns:
        the supportedModes.
      • getReserved

        public int getReserved()
        Gets reserved, reserved for future use.
        Returns:
        the reserved
      • getAcquisitionMode

        public int getAcquisitionMode()
        Gets the acquisition mode.
        Returns:
        the acquisitionMode
      • getTouchMode

        public int getTouchMode()
        Gets the touch mode.
        Returns:
        the touchMode
      • getPenMode

        public int getPenMode()
        Gets the pen mode.
        Returns:
        the penMode