|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessrefinery.barcodereader.linear.LinearData
public class LinearData
this class object contains data after reading linear image
Constructor Summary | |
---|---|
LinearData()
|
Method Summary | |
---|---|
int |
getBarcodeType()
type of barcode |
java.lang.String |
getValue()
get value. |
int |
getX()
position x of the barcode in the image |
int |
getY()
position y of the barcode in the image |
void |
setBarcodeType(int type)
|
void |
setValue(java.lang.String v)
|
void |
setX(int i)
|
void |
setY(int i)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LinearData()
Method Detail |
---|
public int getBarcodeType()
public void setBarcodeType(int type)
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 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 |