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 intgetBit()获取位深。单位:像素。Get bit depth.intgetHeight()获取高度。单位: 像素。Gets the height.intgetWidth()获取宽度。单位: 像素。Gets the width.
-
-
-
Constructor Detail
-
CustomerDisplayInfo
public CustomerDisplayInfo(int width, int height, int bit)
-
-
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.
-
-