BarcodeGenerator Class Reference

Inherits NativeHandle.

Public Member Functions

Bitmap generate (String data)
 
Bitmap generate (byte[] data)
 
Bitmap generate (byte[] data, List< EncodingRange > encoding)
 

Detailed Description

Member Function Documentation

Bitmap generate ( String  data)

Generates a barcode from the given string data.

Parameters
dataData to be encoded.
Returns
A bitmap of a barcode in the generator's symbology, encoding the given data.
Bitmap generate ( byte[]  data)

Generates a barcode from the given byte data.

Parameters
dataData to be encoded.
Returns
A bitmap of a barcode in the generator's symbology, encoding the given data.
Bitmap generate ( byte[]  data,
List< EncodingRange encoding 
)

Generates a barcode from the given data by using the specified encoding range.

Parameters
dataData to be encoded.
encodingList of encoding ranges to be used.
Returns
A bitmap of a barcode in the generator's symbology, encoding the given data.

The documentation for this class was generated from the following file:
  • BarcodeGenerator.java