限定符和类型 | 方法和说明 |
---|---|
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 abstract java.awt.Dimension |
BarcodeImpl.draw(AbstractOutput output,
int x2,
int y2,
double barWidth2,
double barHeight2) |
protected double |
BarcodeImpl.drawModule(Module module,
AbstractOutput params,
double x,
double y) |
protected double |
BarcodeImpl.drawModule(Module module,
AbstractOutput params,
int x,
int y,
double width,
double height) |
限定符和类型 | 方法和说明 |
---|---|
protected java.awt.Dimension |
ITF25Barcode.draw(AbstractOutput output,
int x2,
int y2,
double barWidth2,
double barHeight2) |
限定符和类型 | 方法和说明 |
---|---|
protected java.awt.Dimension |
Code128Barcode.draw(AbstractOutput output,
int x2,
int y2,
double barWidth2,
double barHeight2) |
限定符和类型 | 方法和说明 |
---|---|
protected java.awt.Dimension |
Code39Barcode.draw(AbstractOutput output,
int x2,
int y2,
double barWidth2,
double barHeight2) |
限定符和类型 | 方法和说明 |
---|---|
protected java.awt.Dimension |
CodabarBarcode.draw(AbstractOutput output,
int x2,
int y2,
double barWidth2,
double barHeight2) |
限定符和类型 | 方法和说明 |
---|---|
protected java.awt.Dimension |
UPCABarcode.draw(AbstractOutput output,
int x,
int y,
double barWidth,
double barHeight) |
protected java.awt.Dimension |
EAN13Barcode.draw(AbstractOutput output,
int x,
int y,
double barWidth,
double barHeight) |
限定符和类型 | 类和说明 |
---|---|
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. |
限定符和类型 | 方法和说明 |
---|---|
protected java.awt.Dimension |
PDF417Barcode.draw(AbstractOutput abstractoutput,
int i,
int j,
double d,
double d1) |
限定符和类型 | 方法和说明 |
---|---|
protected java.awt.Dimension |
QRcodeBarcode.draw(AbstractOutput output,
int x2,
int y2,
double barWidth2,
double barHeight2) |