|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OutputException in net.sourceforge.barbecue |
Methods in net.sourceforge.barbecue that throw OutputException | |
void |
Barcode.draw(java.awt.Graphics2D g,
int x,
int y)
Renders this Barcode at the specified location in
the specified Graphics2D context. |
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)
|
static java.awt.image.BufferedImage |
BarcodeImageHandler.getImage(Barcode barcode)
Creates an image for a barcode that can be used in other GUI components (e.g. |
static void |
BarcodeImageHandler.writeJPEG(Barcode barcode,
java.io.OutputStream os)
write a JPEG image to an OutputStream |
static void |
BarcodeImageHandler.saveJPEG(Barcode barcode,
java.io.File f)
|
static void |
BarcodeImageHandler.savePNG(Barcode barcode,
java.io.File f)
|
static void |
BarcodeImageHandler.saveGIF(Barcode barcode,
java.io.File f)
|
static void |
BarcodeImageHandler.writePNG(Barcode barcode,
java.io.OutputStream os)
write a PNG image to an OutputStream |
static void |
BarcodeImageHandler.writeGIF(Barcode barcode,
java.io.OutputStream os)
write a GIF image to an OutputStream |
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 OutputException in net.sourceforge.barbecue.linear |
Methods in net.sourceforge.barbecue.linear that throw OutputException | |
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 OutputException in net.sourceforge.barbecue.linear.ean |
Methods in net.sourceforge.barbecue.linear.ean that throw OutputException | |
protected java.awt.Dimension |
EAN13Barcode.draw(Output output,
int x,
int y,
int barWidth,
int barHeight)
|
Uses of OutputException in net.sourceforge.barbecue.linear.postnet |
Methods in net.sourceforge.barbecue.linear.postnet that throw OutputException | |
protected double |
PostNetModule.draw(AbstractOutput output,
double x,
double y)
|
Uses of OutputException in net.sourceforge.barbecue.linear.upc |
Methods in net.sourceforge.barbecue.linear.upc that throw OutputException | |
protected java.awt.Dimension |
UPCABarcode.draw(Output output,
int x,
int y,
int barWidth,
int barHeight)
|
Uses of OutputException in net.sourceforge.barbecue.output |
Methods in net.sourceforge.barbecue.output that throw OutputException | |
int |
EPSOutput.drawText(java.lang.String text,
LabelLayout layout)
|
int |
GraphicsOutput.drawText(java.lang.String text,
LabelLayout labelLayout)
|
int |
Output.drawBar(int x,
int y,
int width,
int height,
boolean paintWithForegroundColor)
"Draws" a bar at the given coordinates. |
void |
Output.beginDraw()
Sets up the drawing environment. |
void |
Output.endDraw(int width,
int height)
Balanced with startDraw(), used for caching, output of epilogues. |
int |
Output.drawText(java.lang.String text,
LabelLayout layout)
Draw the specified text. |
int |
SizingOutput.drawText(java.lang.String text,
LabelLayout labelLayout)
|
void |
SVGOutput.endDraw(int width,
int height)
From AbstractOutput - finished up the SVG output. |
int |
SVGOutput.drawText(java.lang.String text,
LabelLayout layout)
|
Uses of OutputException in net.sourceforge.barbecue.twod.pdf417 |
Methods in net.sourceforge.barbecue.twod.pdf417 that throw OutputException | |
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 |