パッケージ | 説明 |
---|---|
com.google.zxing.qrcode.decoder | |
com.google.zxing.qrcode.encoder |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static ErrorCorrectionLevel |
ErrorCorrectionLevel.forBits(int bits) |
|
(package private) ErrorCorrectionLevel |
FormatInformation.getErrorCorrectionLevel() |
|
static ErrorCorrectionLevel |
ErrorCorrectionLevel.valueOf(java.lang.String name) |
指定した名前を持つこの型の列挙型定数を返します。
文字列は、この型の列挙型定数を宣言するのに使用した識別子と正確に
一致している必要があります。(余分な空白文字を含めることは
できません。)
|
static ErrorCorrectionLevel[] |
ErrorCorrectionLevel.values() |
この列挙型の定数を含む配列を宣言されている順序で返します。
このメソッドは次のようにして定数を反復するために
使用できます:
for (ErrorCorrectionLevel c : ErrorCorrectionLevel.values()) System.out.println(c); |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
Version.ECBlocks |
Version.getECBlocksForLevel(ErrorCorrectionLevel ecLevel) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ErrorCorrectionLevel |
QRCode.getECLevel() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
(package private) static void |
MatrixUtil.buildMatrix(BitArray dataBits,
ErrorCorrectionLevel ecLevel,
Version version,
int maskPattern,
ByteMatrix matrix) |
|
(package private) static void |
MatrixUtil.embedTypeInfo(ErrorCorrectionLevel ecLevel,
int maskPattern,
ByteMatrix matrix) |
|
static QRCode |
Encoder.encode(java.lang.String content,
ErrorCorrectionLevel ecLevel) |
|
static QRCode |
Encoder.encode(java.lang.String content,
ErrorCorrectionLevel ecLevel,
java.util.Map<EncodeHintType,?> hints) |
|
(package private) static void |
MatrixUtil.makeTypeInfoBits(ErrorCorrectionLevel ecLevel,
int maskPattern,
BitArray bits) |
|
void |
QRCode.setECLevel(ErrorCorrectionLevel value) |