|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.decodemanager.barcode.IQImagingProperties
public class IQImagingProperties
Field Summary | |
---|---|
int |
AspectRatio
ratio of barcode height to narrow element width (Practical range 1 to 1000). |
static |
CREATOR
|
int |
Format
Format the Intelligent Image should be returned in. |
int |
Height
height of image in IntellBarcodeUnits (Practical range -500 to 500). |
int |
Reserved
must be set to -1. |
int |
Resolution
pixels/IntellBarcodeUnits (Practical range 1 to 100). |
int |
Width
width of image in IntellBarcodeUnits (Practical range -500 to 500). |
int |
X_Offset
offset in X direction, relative to barcode center (Practical range -500 to 500). |
int |
Y_Offset
offset in Y direction (Practical range -500 to 500). |
Constructor Summary | |
---|---|
IQImagingProperties()
|
Method Summary | |
---|---|
int |
describeContents()
|
void |
readFromParcel(Parcel in)
|
void |
writeToParcel(Parcel dest,
int flags)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int AspectRatio
public int X_Offset
public int Y_Offset
public int Width
public int Height
public int Resolution
public int Format
public int Reserved
public static finalCREATOR
Constructor Detail |
---|
public IQImagingProperties()
Method Detail |
---|
public void readFromParcel(Parcel in)
public int describeContents()
public void writeToParcel(Parcel dest, int flags)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |