Interface BarcodeEncoder

All Known Implementing Classes:
DataMatrixEncoder, PDF417Encoder, QRCodeEncoder

public interface BarcodeEncoder
Represents the interface that should be implemented by all Barcode Encoders
  • Method Summary

    Modifier and Type
    Method
    Description
    encode(char[] message, BarcodeGenerationParams pmpParams)
    Encodes the message in a barcode and returns it as an image