public class OcrImage
extends java.lang.Object
| 构造器和说明 |
|---|
OcrImage() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBitsPerPixel() |
byte[] |
getData() |
int |
getHeight() |
int |
getWidth() |
int |
getWidthBytes() |
int |
getXResolution() |
int |
getYResolution() |
void |
setBitsPerPixel(int bitsPerPixel) |
void |
setData(byte[] data) |
void |
setHeight(int height) |
void |
setWidth(int width) |
void |
setWidthBytes(int widthBytes) |
void |
setXResolution(int xResolution) |
void |
setYResolution(int yResolution) |
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int getBitsPerPixel()
public void setBitsPerPixel(int bitsPerPixel)
public int getWidthBytes()
public void setWidthBytes(int widthBytes)
public byte[] getData()
public void setData(byte[] data)
public int getXResolution()
public void setXResolution(int xResolution)
public int getYResolution()
public void setYResolution(int yResolution)