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

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

Introduction

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

The text is from its open source code.

Constructor

BarcodeEAN()
Creates new BarcodeEAN

Method

ImagecreateImageWithBarcode(PdfContentByte cb, Color barColor, Color textColor)
Creates an Image with the barcode.
voidsetCode(String code)
Sets the code to generate.
voidsetCodeType(int codeType)
Sets the code type.