|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.vision.qrcode.QRCodeData
This class contains the information about a read barcode
Constructor Summary | |
QRCodeData()
|
Method Summary | |
int |
getEClevel()
return error correction level, valid values are QRCodeDecoder.CORRECTION_LEVEL_M , QRCodeDecoder.CORRECTION_LEVEL_Q, QRCodeDecoder.CORRECTION_LEVEL_H or QRCodeDecoder.CORRECTION_LEVEL_L |
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 |
getX2()
center of the upper right finding pattern |
int |
getX3()
center of the bottom left finding pattern |
int |
getY1()
center of the upper left finding pattern |
int |
getY2()
center of the upper right finding pattern |
int |
getY3()
center of the bottom 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 upper left finding pattern |
void |
setX2(int x)
center of the upper right finding pattern |
void |
setX3(int x)
center of the bottom left finding pattern |
void |
setY1(int y)
center of the upper left finding pattern |
void |
setY2(int y)
center of the upper right finding pattern |
void |
setY3(int y)
center of the bottom left finding pattern |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QRCodeData()
Method Detail |
public int getEClevel()
public int[] getValue()
public int getX1()
public int getY1()
public int getX2()
public int getY2()
public int getX3()
public int getY3()
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 setX2(int x)
x
- public void setY2(int y)
y
- public void setX3(int x)
x
- public void setY3(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 |