|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.decodemanager.barcode.CenteringWindowLimits
public class CenteringWindowLimits
Field Summary | |
---|---|
static |
CREATOR
|
int |
LowerRight_X_Max
The Max value of Lower Right X Coordinate of the rectangle. |
int |
LowerRight_X_Min
The Min value of Lower Right X Coordinate of the rectangle. |
int |
LowerRight_Y_Max
The Max value of Lower Right Y Coordinate of the rectangle. |
int |
LowerRight_Y_Min
The Min value of Lower Right Y Coordinate of the rectangle. |
int |
UpperLeft_X_Max
The Max value of Upper Left X Coordinate of the rectangle. |
int |
UpperLeft_X_Min
The Min value of Upper Left X Coordinate of the rectangle. |
int |
UpperLeft_Y_Max
The Min value of Upper Left Y Coordinate of the rectangle. |
int |
UpperLeft_Y_Min
The Min value of Upper Left Y Coordinate of the rectangle. |
Constructor Summary | |
---|---|
CenteringWindowLimits()
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 UpperLeft_X_Min
public int UpperLeft_X_Max
public int UpperLeft_Y_Min
public int UpperLeft_Y_Max
public int LowerRight_X_Min
public int LowerRight_X_Max
public int LowerRight_Y_Min
public int LowerRight_Y_Max
public static finalCREATOR
Constructor Detail |
---|
public CenteringWindowLimits()
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 |