Changed Methods |
void
assemble()
|
Documentation changed from old to new. |
Assembles the data of the code words. |
void
basicNumberCompaction(
int,
int
)
|
Documentation changed from old to new. |
Compacts the codewords. |
void
byteCompaction6(
int )
|
Documentation changed from old to new. |
Compacts the code words |
void
calculateErrorCorrection(
int )
|
Documentation changed from old to new. |
Calculates the error correction codewords. |
boolean
checkSegmentType(
Segment,
char
)
|
Documentation changed from old to new. |
Checks whether the segment is of a certain type. |
void
dumpList()
|
Documentation changed from old to new. |
Prints the segments to standard output. |
Rectangle
getBarcodeSize()
|
Documentation changed from old to new. |
{@inheritDoc} |
int
getMaxSquare()
|
Documentation changed from old to new. |
Calculates the max square that can contain the barcode. |
int
getSegmentLength(
Segment )
|
Documentation changed from old to new. |
Calculates the length of the given segment |
int
getTextTypeAndValue(
int,
int
)
|
Documentation changed from old to new. |
Gets the text type and value. |
int
maxPossibleErrorLevel(
int )
|
Documentation changed from old to new. |
Calculates the highest error level that can be used for the remaining number of data codewords. |
void
numberCompaction(
int,
int
)
|
Documentation changed from old to new. |
Compacts the code words. |
void
outCodeword(
int )
|
Documentation changed from old to new. |
Utility method that adds a codeword to the barcode. |
void
outCodeword17(
int )
|
Documentation changed from old to new. |
Adds the code word to the correct code word to the 17th bit. |
void
outCodeword18(
int )
|
Documentation changed from old to new. |
Adds the code word to the correct code word to the 18th bit. |
void
outPaintCode()
|
Documentation changed from old to new. |
Adds the barcode to the output bits. |
void
outStartPattern()
|
Documentation changed from old to new. |
Adds the start pattern to the output. |
void
outStopPattern()
|
Documentation changed from old to new. |
Adds the stop pattern to the output. |
void
textCompaction(
int,
int
)
|
Documentation changed from old to new. |
Compacts the codewords. |
Rectangle
placeBarcode(
PdfCanvas,
Color
)
|
Documentation changed from old to new. |
{@inheritDoc} |
Rectangle
placeBarcode(
PdfCanvas,
Color
,
float
,
float
)
|
Documentation changed from old to new. |
Places the barcode in a PdfCanvas. |