|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.java4less.vision.pdf417.PDF417Data
This class contains the information about a read barcode
Field Summary | |
static int |
MACROPDF_ADRESSEE
|
static int |
MACROPDF_CHECKSUM
|
static int |
MACROPDF_FILEID
|
static int |
MACROPDF_FILENAME
|
static int |
MACROPDF_FILESIZE
|
static int |
MACROPDF_SEGMENT
|
static int |
MACROPDF_SEGMENT_COUNT
|
static int |
MACROPDF_SENDER
|
static int |
MACROPDF_TIMESTAMP
|
Constructor Summary | |
PDF417Data(int[] v,
int x,
int y,
java.lang.Object[] fields,
int errorsDetected,
int level)
internal use only |
Method Summary | |
int |
getConfidence()
0 means no error has been deteced. |
int |
getEClevel()
return maximum number of errors that can be corrected |
java.lang.Object |
getMacroPDFField(int f)
return value of a macro pdf field. |
int[] |
getValue()
scanned value. |
int |
getX()
position of the barcode in the image |
int |
getY()
position of the barcode in the image |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static int MACROPDF_SEGMENT
public static int MACROPDF_FILEID
public static int MACROPDF_FILENAME
public static int MACROPDF_SEGMENT_COUNT
public static int MACROPDF_TIMESTAMP
public static int MACROPDF_SENDER
public static int MACROPDF_ADRESSEE
public static int MACROPDF_FILESIZE
public static int MACROPDF_CHECKSUM
Constructor Detail |
public PDF417Data(int[] v, int x, int y, java.lang.Object[] fields, int errorsDetected, int level)
v
- x
- y
- fields
- Method Detail |
public int getConfidence()
public int getEClevel()
public java.lang.Object getMacroPDFField(int f)
f
-
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 |