|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.zxing.BarcodeFormat
public final class BarcodeFormat
Enumerates barcode formats known to this package.
Field Summary | |
---|---|
static BarcodeFormat |
CODE_128
Code 128 1D format. |
static BarcodeFormat |
CODE_39
Code 39 1D format. |
static BarcodeFormat |
DATAMATRIX
DataMatrix 2D barcode format. |
static BarcodeFormat |
EAN_13
EAN-13 1D format. |
static BarcodeFormat |
EAN_8
EAN-8 1D format. |
static BarcodeFormat |
ITF
ITF (Interleaved Two of Five) 1D format. |
static BarcodeFormat |
PDF417
PDF417 format. |
static BarcodeFormat |
QR_CODE
QR Code 2D barcode format. |
static BarcodeFormat |
UPC_A
UPC-A 1D format. |
static BarcodeFormat |
UPC_E
UPC-E 1D format. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final BarcodeFormat QR_CODE
public static final BarcodeFormat DATAMATRIX
public static final BarcodeFormat UPC_E
public static final BarcodeFormat UPC_A
public static final BarcodeFormat EAN_8
public static final BarcodeFormat EAN_13
public static final BarcodeFormat CODE_128
public static final BarcodeFormat CODE_39
public static final BarcodeFormat ITF
public static final BarcodeFormat PDF417
Method Detail |
---|
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 |