Interface BarcodeCreator

  • All Known Implementing Classes:
    DefaultBarcodeCreator

    public interface BarcodeCreator
    An interface for creating barcodes (QR/Aztec).
    Author:
    Martin Lindström (martin@idsec.se), Henrik Bengtsson (extern.henrik.bengtsson@digg.se), Henric Norlander (extern.henric.norlander@digg.se)
    • Method Detail

      • create

        Barcode create​(String contents,
                       Charset characterSet)
                throws BarcodeException
        Creates a barcode containing the supplied contents which is a string of the given character set.
        Parameters:
        contents - the contents
        characterSet - the character set
        Returns:
        a Barcode
        Throws:
        BarcodeException - for creation errors