Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
W
X
P
PDF417
- class com.idautomation.pdf417.
PDF417
.
This is the main PDF417 class that generates the PDF417 barcode image
PDF417()
- Constructor for class com.idautomation.pdf417.
PDF417
PDF417Applet
- class com.idautomation.pdf417.
PDF417Applet
.
This is the PDF417 applet that creates a barcode from the PDF417 class.
PDF417Applet()
- Constructor for class com.idautomation.pdf417.
PDF417Applet
PDF417_BITS
- Variable in class com.idautomation.pdf417.
PDF417
PDF417 bar patterns
PDF417_compact_binary(byte[], int)
- Method in class com.idautomation.pdf417.
PDF417
Convert a byte sequence to a sequence of codewords.
PDF417_compact_numeric(byte[], int)
- Method in class com.idautomation.pdf417.
PDF417
Convert a digit sequence to a sequence of codewords.
PDF417_compact_text(byte[], int)
- Method in class com.idautomation.pdf417.
PDF417
Converts a character sequence to a sequence of codewords; Pass the number of data columns to put in each row (between 1 and 30).
PDFColumns
- Variable in class com.idautomation.pdf417.
PDF417
The number of columns in the PDF417 code; the default is 5; the range is from 1 to 30.
PDFECLevel
- Variable in class com.idautomation.pdf417.
PDF417
PDF417 error correction level; the default is 2; the range is from 0 to 8.
PDFMode
- Variable in class com.idautomation.pdf417.
PDF417
PDF417 mode; Valid values are PDF_BINARY (default), PDF_TEXT (for ascii data) and PDF_NUMERIC (for numeric only data).
PDFRows
- Variable in class com.idautomation.pdf417.
PDF417
The number of rows of the PDF417 code; If 0 (default) the number will be calculated automatically.
PDF_BINARY
- Static variable in class com.idautomation.pdf417.
PDF417
PDF_NUMERIC
- Static variable in class com.idautomation.pdf417.
PDF417
PDF_TEXT
- Static variable in class com.idautomation.pdf417.
PDF417
pHeight
- Variable in class com.idautomation.pdf417.
PDF417
The preferred height of the barcode image in pixels after barcode is generated.
pWidth
- Variable in class com.idautomation.pdf417.
PDF417
The preferred width of the barcode image in pixels after barcode is generated.
paint(Graphics)
- Method in class com.idautomation.pdf417.
PDF417
Paints the barcode and rotates it if necessary
paintBasis(Graphics)
- Method in class com.idautomation.pdf417.
PDF417
Paints PDF417
paintChar(Graphics, String, String)
- Method in class com.idautomation.pdf417.
PDF417
Paints a character
paintChar2(Graphics, String, String, int)
- Method in class com.idautomation.pdf417.
PDF417
Paints a character
paintCharWithHeight(Graphics, String, String, int, int)
- Method in class com.idautomation.pdf417.
PDF417
Paints a character/codeword
paintPDF417(Graphics)
- Method in class com.idautomation.pdf417.
PDF417
Paints a PDF417 code
processTilde
- Variable in class com.idautomation.pdf417.
PDF417
If true, three numbers after the Tilde will insert an ASCII code; For example ~009 will insert ASCII 9 into the data string.
put(int, Object)
- Method in class com.idautomation.pdf417.encoder.
IntHashtable
put(Object, Object)
- Method in class com.idautomation.pdf417.encoder.
IntHashtable
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
W
X