|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.upek.android.ptapi.struct.PtImgFormat
public class PtImgFormat
Field Summary | |
---|---|
short |
compressMode
Data compression mode |
short |
flags
Additional flags (see PT_IMGFORMAT_FLAG_xxxx values) |
byte |
inBpp
Input color depth |
short |
inXDpi
Input X resolution |
short |
inYDpi
Input Y resolution |
byte |
outBpp
Output Color depth |
short |
outXDpi
Output X resolution |
short |
outYDpi
Output Y resolution |
short |
powerMode
Scanning power mode |
Constructor Summary | |
---|---|
PtImgFormat()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short compressMode
public short flags
public byte inBpp
public short inXDpi
public short inYDpi
public byte outBpp
public short outXDpi
public short outYDpi
public short powerMode
Constructor Detail |
---|
public PtImgFormat()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |