com.honeywell.decodemanager.barcode
Class CenteringWindow

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

public class CenteringWindow
extends java.lang.Object

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

UpperLeftX

public int UpperLeftX
Upper Left X Coordinate of the rectangle.


UpperLeftY

public int UpperLeftY
Upper Left Y Coordinate of the rectangle.


LowerRightX

public int LowerRightX
Lower right X Coordinate of the rectangle.


LowerRightY

public int LowerRightY
Lower right Y Coordinate of the rectangle.


CREATOR

public static final  CREATOR
Constructor Detail

CenteringWindow

public CenteringWindow()
Constructor of CenteringWindow.

Method Detail

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.