|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.vision.aztec.AztecData
This class contains the information about a read barcode
Constructor Summary | |
AztecData()
|
Method Summary | |
int |
getEClevel()
return error correction level |
int[] |
getValue()
scanned value |
java.lang.String |
getValueAsString()
get decoded value as string ( use only for alpha or numeric data) |
int |
getX1()
center of the upper left finding pattern |
int |
getY1()
center of the upper left finding pattern |
boolean |
isDecodingSuccessfull()
was decoding of the barcode successfull? |
void |
setDecodingSuccessfull(boolean decodingSuccessfull)
|
void |
setEcLevel(int ecLevel)
|
void |
setValue(int[] value)
|
void |
setX1(int x)
center of the finding pattern |
void |
setY1(int y)
center of the finding pattern |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AztecData()
Method Detail |
public int getEClevel()
public int[] getValue()
public int getX1()
public int getY1()
public java.lang.String getValueAsString()
public java.lang.String toString()
toString
in class java.lang.Object
public void setValue(int[] value)
public void setX1(int x)
x
- public void setY1(int y)
y
- public void setEcLevel(int ecLevel)
public boolean isDecodingSuccessfull()
public void setDecodingSuccessfull(boolean decodingSuccessfull)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |