|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessrefinery.barcodereader.datamatrix.DataMatrixData
public class DataMatrixData
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 |
---|
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 |