|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.krysalis.barcode4j.impl.AbstractBarcodeBean org.krysalis.barcode4j.impl.HeightVariableBarcodeBean
public abstract class HeightVariableBarcodeBean
Base class for barcodes that encode information by varying the height of the bars.
Field Summary |
---|
Fields inherited from class org.krysalis.barcode4j.impl.AbstractBarcodeBean |
---|
doQuietZone, fontName, fontSize, height, moduleWidth, msgPos, pattern, quietZone, quietZoneVertical |
Constructor Summary | |
---|---|
HeightVariableBarcodeBean()
|
Method Summary | |
---|---|
abstract double |
getBarHeight(int height)
Returns the effective height of a bar with a given logical height. |
Methods inherited from class org.krysalis.barcode4j.impl.AbstractBarcodeBean |
---|
calcDimensions, doQuietZone, generateBarcode, getBarHeight, getBarWidth, getFontName, getFontSize, getHeight, getHumanReadableHeight, getModuleWidth, getMsgPosition, getPattern, getQuietZone, getVerticalQuietZone, hasFontDescender, hasQuietZone, setBarHeight, setFontName, setFontSize, setHeight, setModuleWidth, setMsgPosition, setPattern, setQuietZone, setVerticalQuietZone |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeightVariableBarcodeBean()
Method Detail |
---|
public abstract double getBarHeight(int height)
height
- the logical height (1=short, 2=tall)
|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |