com.pax.dal.entity

Class WLLcdDisplaySize

  • java.lang.Object
    • com.pax.dal.entity.WLLcdDisplaySize
    • Constructor Summary

      Constructors 
      Constructor and Description
      WLLcdDisplaySize() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getHeight()
      获取屏幕高
      Get the Screen height
      int getWidth()
      获取屏幕宽
      Get the screen width
      void setHeight(int height)
      设置屏幕高
      Set Screen height
      void setWidth(int width)
      设置屏幕宽
      Set Screen width
      • Methods inherited from class java.lang.Object

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

      • getWidth

        public int getWidth()
        获取屏幕宽
        Get the screen width
      • getHeight

        public int getHeight()
        获取屏幕高
        Get the Screen height
      • setWidth

        public void setWidth(int width)
        设置屏幕宽
        Set Screen width
      • setHeight

        public void setHeight(int height)
        设置屏幕高
        Set Screen height