com.pax.dal.entity
Class WLLcdCusorPosition
- java.lang.Object
-
- com.pax.dal.entity.WLLcdCusorPosition
-
public class WLLcdCusorPosition extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description WLLcdCusorPosition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetPixelX()获取光标x坐标Gets the x-coordinate of the cursorintgetPixelY()获取光标y坐标Gets the y-coordinate of the cursorvoidsetPixelX(int pixelX)设置光标x坐标Sets the x-coordinate of the cursorvoidsetPixelY(int pixelY)设置光标y坐标Sets the y-coordinate of the cursor
-
-
-
Constructor Detail
-
WLLcdCusorPosition
public WLLcdCusorPosition()
-
-
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
-
-