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

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

Introduction

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

The text is from its open source code.

Subclass

com.lowagie.text.pdf.Barcode128 has subclasses.
Click this link to see all its subclasses.

Field

charCODE_C

Constructor

Barcode128()
Creates new Barcode128

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.
floatgetBarHeight()
Gets the height of the bars.
voidsetBarHeight(float barHeight)
Sets the height of the bars.
voidsetBaseline(float baseline)
Sets the text baseline.
voidsetCode(String code)
Sets the code to generate.
voidsetCodeType(int codeType)
Sets the code type.
voidsetFont(BaseFont font)
Sets the text font.
voidsetGenerateChecksum(boolean generateChecksum)
Setter for property generateChecksum.
voidsetN(float n)
Sets the bar multiplier for wide bars.
voidsetSize(float size)
Sets the size of the text.
voidsetTextAlignment(int textAlignment)
Sets the text alignment.
voidsetX(float x)
Sets the minimum bar width.