|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.decodemanager.barcode.ImageAttributes
public class ImageAttributes
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 |
---|
public int ImageSize
public int ExposureValue
public int GainValue
public int IlluminationValue
public int IlluminationMaxValue
public int IlluminationClipValue
public static finalCREATOR
Constructor Detail |
---|
public ImageAttributes()
Method Detail |
---|
public void readFromParcel(Parcel in)
in
- The parcel to read the point's coordinates from.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |