| Modifier and Type | Method and Description |
|---|---|
protected int |
CompositeModule.draw(Output output,
int x,
int y,
int barWidth,
int barHeight)
Draws the module to the given outputter at the specified origin.
|
protected int |
BlankModule.draw(Output output,
int x,
int y,
int barWidth,
int barHeight)
Draws the module to a barcode output.
|
protected abstract Dimension |
Barcode.draw(Output output,
int x,
int y,
int barWidth,
int barHeight) |
protected int |
Module.draw(Output output,
int x,
int y,
int barWidth,
int barHeight)
Draws the module to the given outputter at the specified origin.
|
protected int |
SeparatorModule.draw(Output output,
int x,
int y,
int barWidth,
int barHeight)
Draws the module to the specified output.
|
protected int |
Barcode.drawModule(Module module,
Output output,
int x,
int y,
int barWidth,
int barHeight) |
void |
Barcode.output(Output output) |
| Modifier and Type | Method and Description |
|---|---|
protected Dimension |
LinearBarcode.draw(Output output,
int x,
int y,
int barWidth,
int barHeight) |
protected int |
LinearBarcode.drawTextLabel(Output params,
int x,
int y,
int width) |
| Modifier and Type | Method and Description |
|---|---|
protected Dimension |
EAN13Barcode.draw(Output output,
int x,
int y,
int barWidth,
int barHeight) |
| Modifier and Type | Method and Description |
|---|---|
protected Dimension |
UPCABarcode.draw(Output output,
int x,
int y,
int barWidth,
int barHeight) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOutput
Abstract class of which concrete implementations provide means for outputting
barcodes to different output formats.
|
class |
EPSOutput
EPS outputter to output barcodes as Encapsulated Postscript files.
|
class |
GraphicsOutput
Graphics based outputter to draw barcodes to Graphics objects for printing
and display.
|
class |
SizingOutput
The
SizingOutput class is used to calculate the size of a barcode. |
class |
SVGOutput
SVG outputter to output barcodes as SVG files.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
PDF417Module.draw(Output outputter,
int x,
int y,
int barWidth,
int barHeight)
Draw the barcode to the specified outputter, at the specified origin.
|
Copyright © 2003-2013 barbecue.sourceforge.net. All Rights Reserved.