|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.barbecue.Module
net.sourceforge.barbecue.twod.pdf417.PDF417Module
Specific module implementation that draws an entire PDF417 barcode as one barbecue module. This is not an ideal implementation, but was the best way of integrating the PDF417 code short of re-writing it.
Contributed by Alex Ferrer
Field Summary |
Fields inherited from class net.sourceforge.barbecue.Module |
bars |
Constructor Summary | |
PDF417Module(java.lang.String data)
Constructs the PDF417 barcode with the specified data. |
Method Summary | |
protected double |
draw(AbstractOutput outputter,
double x,
double y)
Draw the barcode to the specified outputter, at the specified origin. |
Methods inherited from class net.sourceforge.barbecue.Module |
equals, getSymbol, hashCode, setSymbol, toString, widthInBars |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PDF417Module(java.lang.String data)
data
- The data to encodeMethod Detail |
protected double draw(AbstractOutput outputter, double x, double y)
draw
in class Module
outputter
- The outputterx
- The X component of the originy
- The Y component of the origin
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |