com.upek.android.ptapi.struct
Class PtImgFormat

java.lang.Object
  extended by com.upek.android.ptapi.struct.PtImgFormat
All Implemented Interfaces:
java.io.Serializable

public class PtImgFormat
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

compressMode

public short compressMode
Data compression mode


flags

public short flags
Additional flags (see PT_IMGFORMAT_FLAG_xxxx values)


inBpp

public byte inBpp
Input color depth


inXDpi

public short inXDpi
Input X resolution


inYDpi

public short inYDpi
Input Y resolution


outBpp

public byte outBpp
Output Color depth


outXDpi

public short outXDpi
Output X resolution


outYDpi

public short outYDpi
Output Y resolution


powerMode

public short powerMode
Scanning power mode

Constructor Detail

PtImgFormat

public PtImgFormat()