|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Output in net.sourceforge.barbecue |
Methods in net.sourceforge.barbecue with parameters of type Output | |
void |
Barcode.output(Output output)
|
protected abstract java.awt.Dimension |
Barcode.draw(Output output,
int x,
int y,
int barWidth,
int barHeight)
|
protected int |
Barcode.drawModule(Module module,
Output output,
int x,
int y,
int barWidth,
int barHeight)
|
protected int |
BlankModule.draw(Output output,
int x,
int y,
int barWidth,
int barHeight)
Draws the module to a barcode output. |
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 |
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. |
Uses of Output in net.sourceforge.barbecue.linear |
Methods in net.sourceforge.barbecue.linear with parameters of type Output | |
protected java.awt.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)
|
Uses of Output in net.sourceforge.barbecue.linear.ean |
Methods in net.sourceforge.barbecue.linear.ean with parameters of type Output | |
protected java.awt.Dimension |
EAN13Barcode.draw(Output output,
int x,
int y,
int barWidth,
int barHeight)
|
Uses of Output in net.sourceforge.barbecue.linear.upc |
Methods in net.sourceforge.barbecue.linear.upc with parameters of type Output | |
protected java.awt.Dimension |
UPCABarcode.draw(Output output,
int x,
int y,
int barWidth,
int barHeight)
|
Uses of Output in net.sourceforge.barbecue.output |
Classes in net.sourceforge.barbecue.output that implement Output | |
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. |
Uses of Output in net.sourceforge.barbecue.twod.pdf417 |
Methods in net.sourceforge.barbecue.twod.pdf417 with parameters of type Output | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |