All names


Class MSBBarCode.BarCode2D

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----MSBBarCode.BarCode
                           |
                           +----MSBBarCode.BarCode2D


public class BarCode2D
extends BarCode


Variable Index

o PDF_BINARY
o PDF_NUMERIC
o PDF_TEXT
o PDFColumns
number of columns of the PDF417 code.
o PDFECLevel
PDF417 error correction level.
o PDFMode
PDF417 mode.
o PDFRows
number of rows of the PDF417 code.

Constructor Index

o BarCode2D()

Variables

o PDFRows

 public int PDFRows
number of rows of the PDF417 code. If 0 the number will be calculated automatically.

o PDFColumns

 public int PDFColumns
number of columns of the PDF417 code. The default is 10

o PDFECLevel

 public int PDFECLevel
PDF417 error correction level. The default is 0.

o PDFMode

 public int PDFMode
PDF417 mode. Valid values are PDF_BINARY (default), PDF_TEXT (for ascii data) and PDF_NUMERIC (for numeric data).

o PDF_BINARY

 public static final int PDF_BINARY

o PDF_TEXT

 public static final int PDF_TEXT

o PDF_NUMERIC

 public static final int PDF_NUMERIC

Constructors

o BarCode2D

 public BarCode2D()


All names