com.businessrefinery.barcodereader.linear
Class LinearData

java.lang.Object
  extended by com.businessrefinery.barcodereader.linear.LinearData

public class LinearData
extends java.lang.Object

this class object contains data after reading linear image


Constructor Summary
LinearData()
           
 
Method Summary
 int getBarcodeType()
          type of barcode
 java.lang.String getValue()
          get value.
 int getX()
          position x of the barcode in the image
 int getY()
          position y of the barcode in the image
 void setBarcodeType(int type)
           
 void setValue(java.lang.String v)
           
 void setX(int i)
           
 void setY(int i)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinearData

public LinearData()
Method Detail

getBarcodeType

public int getBarcodeType()
type of barcode


setBarcodeType

public void setBarcodeType(int type)

getValue

public java.lang.String getValue()
get value.


setValue

public void setValue(java.lang.String v)

getX

public int getX()
position x of the barcode in the image


setX

public void setX(int i)

getY

public int getY()
position y of the barcode in the image


setY

public void setY(int i)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object