com.pax.dal.entity

Class CustomerDisplayInfo

  • java.lang.Object
    • com.pax.dal.entity.CustomerDisplayInfo


  • public class CustomerDisplayInfo
    extends java.lang.Object
    顾客显示屏信息。
    Customer display screen information.
    Since:
    V3.25.00
    • Constructor Summary

      Constructors 
      Constructor and Description
      CustomerDisplayInfo(int width, int height, int bit) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getBit()
      获取位深。单位:像素。
      Get bit depth.
      int getHeight()
      获取高度。单位: 像素。
      Gets the height.
      int getWidth()
      获取宽度。单位: 像素。
      Gets the width.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getWidth

        public int getWidth()
        获取宽度。单位: 像素。
        Gets the width. Unit: pixel.
        Returns:
        宽度。单位: 像素。
        Width. Unit: pixel.
      • getHeight

        public int getHeight()
        获取高度。单位: 像素。
        Gets the height. Unit: pixel.
        Returns:
        高度。单位: 像素。
        Width. Unit: pixel.
      • getBit

        public int getBit()
        获取位深。单位:像素。
        Get bit depth. Unit: pixel.
        Returns:
        宽度。单位: 像素。
        Bit depth. Unit: pixel.