Package ru.nilsoft.tm

Class TMDefaults.msg_prntype

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BMP
      Печать битмапа (черно/белого).
      static int CUT
      Отрезка бумаги (для принтеров с ножом).
      static int DATA
      Печать строки (данные для печати).
      static int PARAM
      Установка параметров для печати.
    • Constructor Summary

      Constructors 
      Constructor Description
      msg_prntype()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PARAM

        public static final int PARAM
        Установка параметров для печати.
        See Also:
        Constant Field Values
      • CUT

        public static final int CUT
        Отрезка бумаги (для принтеров с ножом).
        See Also:
        Constant Field Values
      • DATA

        public static final int DATA
        Печать строки (данные для печати).
        See Also:
        Constant Field Values
      • BMP

        public static final int BMP
        Печать битмапа (черно/белого).
        See Also:
        Constant Field Values
    • Constructor Detail

      • msg_prntype

        public msg_prntype()