com.java4less.vision.datamatrix
Class DatamatrixData

java.lang.Object
  |
  +--com.java4less.vision.datamatrix.DatamatrixData

public class DatamatrixData
extends java.lang.Object

Information about scanned barcode


Constructor Summary
DatamatrixData(int[] v, int x, int y)
           
 
Method Summary
 int[] getValue()
          scanned value.
 int getX()
          position of the barcode in the image
 int getY()
          position of the barcode 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()
scanned value. Non printable characters will have the format ~dxxx where xxx is the ascii value of the character.

Returns:

getX

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

Returns:

getY

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

Returns:

toString

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