public class HwrPenScriptResultItem
extends java.lang.Object
| 构造器和说明 |
|---|
HwrPenScriptResultItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getHeight() |
short[] |
getPageImg() |
long |
getPenColor() |
int |
getWidth() |
int |
getX() |
int |
getY() |
void |
setHeight(int height) |
void |
setPageImg(short[] mPageImg) |
void |
setPenColor(long penColor) |
void |
setWidth(int width) |
void |
setX(int x) |
void |
setY(int y) |
public short[] getPageImg()
public void setPageImg(short[] mPageImg)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public long getPenColor()
public void setPenColor(long penColor)