Package | Description |
---|---|
com.google.zxing.aztec | |
com.google.zxing.aztec.encoder |
Modifier and Type | Method and Description |
---|---|
private static BitMatrix |
AztecWriter.renderResult(AztecCode code,
int width,
int height) |
Modifier and Type | Method and 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,
java.nio.charset.Charset charset)
Encodes the given binary content as an Aztec symbol
|
static AztecCode |
Encoder.encode(java.lang.String data)
Encodes the given string content as an Aztec symbol (without ECI code)
|
static AztecCode |
Encoder.encode(java.lang.String data,
int minECCPercent,
int userSpecifiedLayers)
Encodes the given string content as an Aztec symbol (without ECI code)
|
static AztecCode |
Encoder.encode(java.lang.String data,
int minECCPercent,
int userSpecifiedLayers,
java.nio.charset.Charset charset)
Encodes the given string content as an Aztec symbol
|