com.businessrefinery.barcodereader.datamatrix
Class DataMatrixData

java.lang.Object
  extended by com.businessrefinery.barcodereader.datamatrix.DataMatrixData

public class DataMatrixData
extends java.lang.Object

this class object contains data after reading data matrix image


Constructor Summary
DataMatrixData(int[] v, int x, int y)
           
 
Method Summary
 int[] getValue()
          get read value from data matrix barcode image.
 int getX()
          x position of the barcode section in the image
 int getY()
          y position of the barcode section in the image
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataMatrixData

public DataMatrixData(int[] v,
                      int x,
                      int y)
Method Detail

getValue

public int[] getValue()
get read value from data matrix barcode image.


getX

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


getY

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


toString

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