|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.decodemanager.barcode.ImagerProperties
public final class ImagerProperties
Field Summary | |
---|---|
int |
AimerColor
|
int |
AimerType
|
int |
AimerXoffset
offset in X direction, relative to Aimer center. |
int |
AimerYoffset
offset in Y direction, relative to Aimer center. |
int |
BitsPerPixel
Pixel depth (valid values 2 or 8). |
int |
ColorFormat
|
int |
Columns
Number of columns (Imager width in pixels). |
static |
CREATOR
|
int |
EngineID
|
java.lang.String |
EnginePartNum
|
java.lang.String |
EngineSerialNum
|
int |
FirmwareEngineID
|
int |
IllumColor
|
int |
NumBuffers
|
int |
Optics
|
int |
PSOCMajorRev
|
int |
PSOCMinorRev
|
int |
Rotation
Orientation(0-Normal, 1-Clockwise 90, 2-Upside Down, 3-Counter Clockwise 90). |
int |
Rows
Number of rows (Imager hight in pixels). |
int |
Size
total size of Size, EngineID , Rows, Columns, BitsPerPixel, Rotation , AimerXoffset, AimerYoffset ,AimerYoffset. |
int |
YDepth
|
Constructor Summary | |
---|---|
ImagerProperties()
Constructor of ImagerProperties. |
Method Summary | |
---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's marshalled representation. |
void |
readFromParcel(Parcel in)
Set the point's coordinates from the data stored in the specified parcel. |
void |
writeToParcel(Parcel dest,
int flags)
Flatten this object in to a Parcel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int Size
public int EngineID
com.honeywell.decodecommon.barcode.CommonDefine.EngineID
public int Rows
public int Columns
public int BitsPerPixel
public int Rotation
public int AimerXoffset
public int AimerYoffset
public int YDepth
public int ColorFormat
public int NumBuffers
public int PSOCMajorRev
public int PSOCMinorRev
public java.lang.String EngineSerialNum
public int FirmwareEngineID
public int AimerType
public int AimerColor
public int IllumColor
public int Optics
public java.lang.String EnginePartNum
public static finalCREATOR
Constructor Detail |
---|
public ImagerProperties()
Method Detail |
---|
public int describeContents()
public void writeToParcel(Parcel dest, int flags)
dest
- The Parcel in which the object should be written.flags
- Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE.public void readFromParcel(Parcel in)
in
- The parcel to read the point's coordinates from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |