com.honeywell.decodemanager.barcode
Class CenteringWindowLimits

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

public class CenteringWindowLimits
extends java.lang.Object


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

UpperLeft_X_Min

public int UpperLeft_X_Min
The Min value of Upper Left X Coordinate of the rectangle.


UpperLeft_X_Max

public int UpperLeft_X_Max
The Max value of Upper Left X Coordinate of the rectangle.


UpperLeft_Y_Min

public int UpperLeft_Y_Min
The Min value of Upper Left Y Coordinate of the rectangle.


UpperLeft_Y_Max

public int UpperLeft_Y_Max
The Min value of Upper Left Y Coordinate of the rectangle.


LowerRight_X_Min

public int LowerRight_X_Min
The Min value of Lower Right X Coordinate of the rectangle.


LowerRight_X_Max

public int LowerRight_X_Max
The Max value of Lower Right X Coordinate of the rectangle.


LowerRight_Y_Min

public int LowerRight_Y_Min
The Min value of Lower Right Y Coordinate of the rectangle.


LowerRight_Y_Max

public int LowerRight_Y_Max
The Max value of Lower Right Y Coordinate of the rectangle.


CREATOR

public static final  CREATOR
Constructor Detail

CenteringWindowLimits

public CenteringWindowLimits()
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.