com.honeywell.decodemanager.barcode
Class ImageAttributes

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

public class ImageAttributes
extends java.lang.Object


Field Summary
static  CREATOR
           
 int ExposureValue
          Exposure valid settled on for last image captured.
 int GainValue
          Gain value applied on last image captured.
 int IlluminationClipValue
          Clip value of Illumination.
 int IlluminationMaxValue
          maxmum value of Illumination.
 int IlluminationValue
          Value of Illumination.
 int ImageSize
          size of Image.
 
Constructor Summary
ImageAttributes()
          Constructor of CenteringWindow.
 
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

ImageSize

public int ImageSize
size of Image.


ExposureValue

public int ExposureValue
Exposure valid settled on for last image captured. Valid range 1-7848.


GainValue

public int GainValue
Gain value applied on last image captured. Valid values are 1,2,4,8.


IlluminationValue

public int IlluminationValue
Value of Illumination.


IlluminationMaxValue

public int IlluminationMaxValue
maxmum value of Illumination.


IlluminationClipValue

public int IlluminationClipValue
Clip value of Illumination.


CREATOR

public static final  CREATOR
Constructor Detail

ImageAttributes

public ImageAttributes()
Constructor of CenteringWindow.

Method Detail

readFromParcel

public void readFromParcel(Parcel in)
Set the point's coordinates from the data stored in the specified parcel. To write a point to a parcel, call writeToParcel().

Parameters:
in - The parcel to read the point's coordinates from.

describeContents

public int describeContents()
Describe the kinds of special objects contained in this Parcelable's marshalled representation.

Returns:
a bitmask indicating the set of special object types marshalled by the Parcelable.

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Flatten this object in to a Parcel.

Parameters:
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.