com.honeywell.decodemanager.barcode
Class IQImagingProperties

java.lang.Object
  extended by com.honeywell.decodemanager.barcode.IQImagingProperties

public class IQImagingProperties
extends java.lang.Object


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

AspectRatio

public int AspectRatio
ratio of barcode height to narrow element width (Practical range 1 to 1000).


X_Offset

public int X_Offset
offset in X direction, relative to barcode center (Practical range -500 to 500).


Y_Offset

public int Y_Offset
offset in Y direction (Practical range -500 to 500).


Width

public int Width
width of image in IntellBarcodeUnits (Practical range -500 to 500).


Height

public int Height
height of image in IntellBarcodeUnits (Practical range -500 to 500).


Resolution

public int Resolution
pixels/IntellBarcodeUnits (Practical range 1 to 100).


Format

public int Format
Format the Intelligent Image should be returned in.


Reserved

public int Reserved
must be set to -1.


CREATOR

public static final  CREATOR
Constructor Detail

IQImagingProperties

public IQImagingProperties()
Method Detail

readFromParcel

public void readFromParcel(Parcel in)

describeContents

public int describeContents()

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)