Java com.lowagie.text.pdf BarcodeInter25 fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf BarcodeInter25 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf BarcodeInter25.

The text is from its open source code.

Constructor

BarcodeInter25()
Creates new BarcodeInter25

Method

java.awt.ImagecreateAwtImage(Color foreground, Color background)
Creates a java.awt.Image.
ImagecreateImageWithBarcode(PdfContentByte cb, Color barColor, Color textColor)
Creates an Image with the barcode.
PdfTemplatecreateTemplateWithBarcode(PdfContentByte cb, Color barColor, Color textColor)
Creates a template with the barcode.
voidsetBarHeight(float barHeight)
Sets the height of the bars.
voidsetCode(String code)
Sets the code to generate.
voidsetExtended(boolean extended)
Sets the property to generate extended barcode 39.
voidsetFont(BaseFont font)
Sets the text font.
voidsetGenerateChecksum(boolean generateChecksum)
Setter for property generateChecksum.
voidsetN(float n)
Sets the bar multiplier for wide bars.