Uses of Class
com.google.zxing.aztec.encoder.AztecCode

Packages that use AztecCode
Package
Description
 
  • Uses of AztecCode in com.google.zxing.aztec.encoder

    Modifier and Type
    Method
    Description
    static AztecCode
    Encoder.encode(byte[] data)
    Encodes the given binary content as an Aztec symbol (without ECI code)
    static AztecCode
    Encoder.encode(byte[] data, int minECCPercent, int userSpecifiedLayers)
    Encodes the given binary content as an Aztec symbol (without ECI code)
    static AztecCode
    Encoder.encode(byte[] data, int minECCPercent, int userSpecifiedLayers, Charset charset)
    Encodes the given binary content as an Aztec symbol
    static AztecCode
    Encoder.encode(String data)
    Encodes the given string content as an Aztec symbol (without ECI code)
    static AztecCode
    Encoder.encode(String data, int minECCPercent, int userSpecifiedLayers)
    Encodes the given string content as an Aztec symbol (without ECI code)
    static AztecCode
    Encoder.encode(String data, int minECCPercent, int userSpecifiedLayers, Charset charset)
    Encodes the given string content as an Aztec symbol