|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.decodemanager.barcode.CenteringWindow
public class CenteringWindow
The CenteringWindow class defines the Centering Window Rectagle based off of the scan engine.
Field Summary | |
---|---|
static |
CREATOR
|
int |
LowerRightX
Lower right X Coordinate of the rectangle. |
int |
LowerRightY
Lower right Y Coordinate of the rectangle. |
int |
UpperLeftX
Upper Left X Coordinate of the rectangle. |
int |
UpperLeftY
Upper Left Y Coordinate of the rectangle. |
Constructor Summary | |
---|---|
CenteringWindow()
Constructor of CenteringWindow. |
Method Summary | |
---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's marshalled representation. |
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 UpperLeftX
public int UpperLeftY
public int LowerRightX
public int LowerRightY
public static finalCREATOR
Constructor Detail |
---|
public CenteringWindow()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |