| Modifier and Type | Method and Description |
|---|---|
void |
Barcode.draw(Graphics2D g,
int x,
int y)
Renders this
Barcode at the specified location in
the specified Graphics2D context. |
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) |
static BufferedImage |
BarcodeImageHandler.getImage(Barcode barcode)
Creates an image for a barcode that can be used in other GUI
components (e.g.
|
void |
Barcode.output(Output output) |
static void |
BarcodeImageHandler.saveGIF(Barcode barcode,
File f) |
static void |
BarcodeImageHandler.saveJPEG(Barcode barcode,
File f) |
static void |
BarcodeImageHandler.savePNG(Barcode barcode,
File f) |
static void |
BarcodeImageHandler.writeGIF(Barcode barcode,
OutputStream os)
write a GIF image to an OutputStream
|
static void |
BarcodeImageHandler.writeJPEG(Barcode barcode,
OutputStream os)
write a JPEG image to an OutputStream
|
static void |
BarcodeImageHandler.writePNG(Barcode barcode,
OutputStream os)
write a PNG image to an OutputStream
|
| 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 double |
PostNetModule.draw(AbstractOutput output,
double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
protected Dimension |
UPCABarcode.draw(Output output,
int x,
int y,
int barWidth,
int barHeight) |
| Modifier and Type | Method and Description |
|---|---|
void |
Output.beginDraw()
Sets up the drawing environment.
|
int |
Output.drawBar(int x,
int y,
int width,
int height,
boolean paintWithForegroundColor)
"Draws" a bar at the given coordinates.
|
int |
Output.drawText(String text,
LabelLayout layout)
Draw the specified text.
|
int |
SVGOutput.drawText(String text,
LabelLayout layout) |
int |
EPSOutput.drawText(String text,
LabelLayout layout) |
int |
GraphicsOutput.drawText(String text,
LabelLayout labelLayout) |
int |
SizingOutput.drawText(String text,
LabelLayout labelLayout) |
void |
Output.endDraw(int width,
int height)
Balanced with startDraw(), used for caching, output of epilogues.
|
void |
SVGOutput.endDraw(int width,
int height)
From AbstractOutput - finished up the SVG output.
|
| 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.