public final class QrCode
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
QrCode.Info |
Modifier and Type | Field and Description |
---|---|
static int |
ECL_H |
static int |
ECL_L |
static int |
ECL_M |
static int |
ECL_Q |
Modifier and Type | Method and Description |
---|---|
static QrCode.Info |
decode(byte[] image_1bit,
int width,
int height,
int sample_granularity) |
static QrCode |
encode(byte[] data,
int ecl) |
boolean[] |
getModules() |
java.lang.String |
toSvgXML() |
public static final int ECL_M
public static final int ECL_L
public static final int ECL_H
public static final int ECL_Q
public static QrCode encode(byte[] data, int ecl)
public java.lang.String toSvgXML()
public boolean[] getModules()
public static QrCode.Info decode(byte[] image_1bit, int width, int height, int sample_granularity)