com.pax.dal.entity

Class WLLcdCusorPosition

  • java.lang.Object
    • com.pax.dal.entity.WLLcdCusorPosition
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getPixelX()
      获取光标x坐标
      Gets the x-coordinate of the cursor
      int getPixelY()
      获取光标y坐标
      Gets the y-coordinate of the cursor
      void setPixelX(int pixelX)
      设置光标x坐标
      Sets the x-coordinate of the cursor
      void setPixelY(int pixelY)
      设置光标y坐标
      Sets the y-coordinate of the cursor
      • Methods inherited from class java.lang.Object

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

      • getPixelX

        public int getPixelX()
        获取光标x坐标
        Gets the x-coordinate of the cursor
      • getPixelY

        public int getPixelY()
        获取光标y坐标
        Gets the y-coordinate of the cursor
      • setPixelX

        public void setPixelX(int pixelX)
        设置光标x坐标
        Sets the x-coordinate of the cursor
      • setPixelY

        public void setPixelY(int pixelY)
        设置光标y坐标
        Sets the y-coordinate of the cursor