public class PDF417Module extends Module
| Constructor and Description |
|---|
PDF417Module(String data)
Constructs the PDF417 barcode with the specified data.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
draw(Output outputter,
int x,
int y,
int barWidth,
int barHeight)
Draw the barcode to the specified outputter, at the specified origin.
|
public PDF417Module(String data)
data - The data to encodeprotected int draw(Output outputter, int x, int y, int barWidth, int barHeight) throws OutputException
draw in class Moduleoutputter - The outputterx - The X component of the originy - The Y component of the originbarWidth - barHeight - OutputExceptionCopyright © 2003-2013 barbecue.sourceforge.net. All Rights Reserved.