|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractOutput | |
net.sourceforge.barbecue | |
net.sourceforge.barbecue.output | |
net.sourceforge.barbecue.twod.pdf417 |
Uses of AbstractOutput in net.sourceforge.barbecue |
Methods in net.sourceforge.barbecue with parameters of type AbstractOutput | |
protected double |
SeparatorModule.draw(AbstractOutput output,
double x,
double y)
Draws the module to the specified output. |
protected double |
Module.draw(AbstractOutput output,
double x,
double y)
Draws the module to the given outputter at the specified origin. |
protected double |
CompositeModule.draw(AbstractOutput output,
double x,
double y)
Draws the module to the given outputter at the specified origin. |
protected double |
BlankModule.draw(AbstractOutput output,
double x,
double y)
Draws the module to a barcode output. |
protected double |
Barcode.drawModule(Module module,
AbstractOutput params,
double x,
double y)
|
Uses of AbstractOutput in net.sourceforge.barbecue.output |
Subclasses of AbstractOutput in net.sourceforge.barbecue.output | |
class |
GraphicsOutput
Graphics based outputter to draw barcodes to Graphics objects for printing and display. |
class |
SVGOutput
SVG outputter to output barcodes as SVG files. |
Uses of AbstractOutput in net.sourceforge.barbecue.twod.pdf417 |
Methods in net.sourceforge.barbecue.twod.pdf417 with parameters of type AbstractOutput | |
protected double |
PDF417Module.draw(AbstractOutput outputter,
double x,
double y)
Draw the barcode to the specified outputter, at the specified origin. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |