|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.vision.BarcodeData
Information about scanned barcode
Constructor Summary | |
BarcodeData()
|
Method Summary | |
int |
getSymbology()
type of barcode |
java.lang.String |
getValue()
scanned value. |
int |
getX()
position of the barcode in the image |
int |
getX2()
position of the barcode in the image |
int |
getY()
position of the barcode in the image |
int |
getY2()
position of the barcode in the image |
boolean |
isBarcodeFound()
|
void |
setBarcodeFound(boolean barcodeFound)
|
void |
setSymbology(int s)
|
void |
setValue(java.lang.String v)
|
void |
setX(int i)
|
void |
setX2(int i)
|
void |
setY(int i)
|
void |
setY2(int i)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BarcodeData()
Method Detail |
public int getSymbology()
public void setSymbology(int s)
public java.lang.String getValue()
public void setValue(java.lang.String v)
public int getX()
public void setX(int i)
public int getY()
public void setY(int i)
public int getX2()
public void setX2(int i)
public int getY2()
public void setY2(int i)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isBarcodeFound()
public void setBarcodeFound(boolean barcodeFound)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |