| Package | Description | 
|---|---|
| com.google.zxing | |
| com.google.zxing.aztec | |
| com.google.zxing.datamatrix | |
| com.google.zxing.oned | |
| com.google.zxing.pdf417 | |
| com.google.zxing.qrcode | 
| Modifier and Type | Method and Description | 
|---|---|
| BarcodeFormat | Result. getBarcodeFormat() | 
| static BarcodeFormat | BarcodeFormat. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static BarcodeFormat[] | BarcodeFormat. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| BitMatrix | Writer. encode(String contents,
      BarcodeFormat format,
      int width,
      int height)Encode a barcode using the default settings. | 
| BitMatrix | MultiFormatWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height) | 
| BitMatrix | Writer. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| BitMatrix | MultiFormatWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| Constructor and Description | 
|---|
| Result(String text,
      byte[] rawBytes,
      int numBits,
      ResultPoint[] resultPoints,
      BarcodeFormat format,
      long timestamp) | 
| Result(String text,
      byte[] rawBytes,
      ResultPoint[] resultPoints,
      BarcodeFormat format) | 
| Result(String text,
      byte[] rawBytes,
      ResultPoint[] resultPoints,
      BarcodeFormat format,
      long timestamp) | 
| Modifier and Type | Method and Description | 
|---|---|
| BitMatrix | AztecWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height) | 
| BitMatrix | AztecWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| BitMatrix | DataMatrixWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height) | 
| BitMatrix | DataMatrixWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| BitMatrix | OneDimensionalCodeWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height) | 
| BitMatrix | UPCAWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height) | 
| BitMatrix | Code39Writer. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| BitMatrix | Code93Writer. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| BitMatrix | OneDimensionalCodeWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints)Encode the contents following specified format. | 
| BitMatrix | UPCEWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| BitMatrix | EAN13Writer. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| BitMatrix | UPCAWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| BitMatrix | EAN8Writer. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| BitMatrix | Code128Writer. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| BitMatrix | ITFWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| BitMatrix | PDF417Writer. encode(String contents,
      BarcodeFormat format,
      int width,
      int height) | 
| BitMatrix | PDF417Writer. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
| Modifier and Type | Method and Description | 
|---|---|
| BitMatrix | QRCodeWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height) | 
| BitMatrix | QRCodeWriter. encode(String contents,
      BarcodeFormat format,
      int width,
      int height,
      Map<EncodeHintType,?> hints) | 
Copyright © 2007–2018. All rights reserved.