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

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

Introduction

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

The text is from its open source code.

Field

intCODE128
A type of barcode

Method

ImagecreateImageWithBarcode(PdfContentByte cb, Color barColor, Color textColor)
Creates an Image with the barcode.
voidsetBarHeight(float barHeight)
Sets the height of the bars.
voidsetCode(String code)
Sets the code to generate.
voidsetFont(BaseFont font)
Sets the text font.
voidsetN(float n)
Sets the bar multiplier for wide bars.
voidsetSize(float size)
Sets the size of the text.