|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.ext.barcode.Barcode | +--com.jrefinery.report.ext.barcode.BarcodeEAN | +--com.jrefinery.report.ext.barcode.BarcodeSUPP5
Field Summary |
Fields inherited from class com.jrefinery.report.ext.barcode.BarcodeEAN |
BARS, EVEN, GUARD_EMPTY, ODD |
Fields inherited from class com.jrefinery.report.ext.barcode.Barcode |
DEFAULT_FONT |
Constructor Summary | |
BarcodeSUPP5()
|
Method Summary | |
protected void |
drawCode(java.awt.Graphics2D g2,
float keepBarX,
float textStartY)
|
byte[] |
getBars()
Creates the bars for the barcode supplemental 5. |
protected int[] |
getGuardBarPositions()
|
protected float |
getWidth()
|
Methods inherited from class com.jrefinery.report.ext.barcode.BarcodeEAN |
calculateEANParity, createImageWithBarcode, getBarcodeSize, isGuardBars, isTextBased, setGuardBars |
Methods inherited from class com.jrefinery.report.ext.barcode.Barcode |
clone, getBarHeight, getBaseline, getCode, getFont, getFontAscent, getFontDescent, getMinWidth, getTextAlignment, isDisplayChecksumText, isGenerateChecksum, setBarHeight, setBaseline, setCode, setDisplayChecksumText, setFont, setGenerateChecksum, setMinWidth, setTextAlignment |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BarcodeSUPP5()
Method Detail |
protected int[] getGuardBarPositions()
getGuardBarPositions
in class BarcodeEAN
protected float getWidth()
getWidth
in class BarcodeEAN
public byte[] getBars()
getBars
in class BarcodeEAN
protected void drawCode(java.awt.Graphics2D g2, float keepBarX, float textStartY)
drawCode
in class BarcodeEAN
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |