|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.vision.datamatrix.DatamatrixData
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 |
public DatamatrixData(int[] v, int x, int y)
Method Detail |
public int[] getValue()
public int getX()
public int getY()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |