|
|||||||||
| 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 |
CODABAR
CODABAR 1D format. |
static BarcodeFormat |
CODE_128
Code 128 1D format. |
static BarcodeFormat |
CODE_39
Code 39 1D format. |
static BarcodeFormat |
CODE_93
Code 93 1D format. |
static BarcodeFormat |
DATA_MATRIX
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 |
RSS_EXPANDED
RSS EXPANDED |
static BarcodeFormat |
RSS14
RSS 14 |
static BarcodeFormat |
UPC_A
UPC-A 1D format. |
static BarcodeFormat |
UPC_E
UPC-E 1D format. |
static BarcodeFormat |
UPC_EAN_EXTENSION
UPC/EAN extension format. |
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
java.lang.String |
toString()
|
static BarcodeFormat |
valueOf(java.lang.String name)
|
| 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 DATA_MATRIX
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 UPC_EAN_EXTENSION
public static final BarcodeFormat CODE_128
public static final BarcodeFormat CODE_39
public static final BarcodeFormat CODE_93
public static final BarcodeFormat CODABAR
public static final BarcodeFormat ITF
public static final BarcodeFormat RSS14
public static final BarcodeFormat PDF417
public static final BarcodeFormat RSS_EXPANDED
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic static BarcodeFormat valueOf(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||