public final class EncodeHintType extends Object
Modifier and Type | Field and Description |
---|---|
static EncodeHintType |
CHARACTER_SET
Specifies what character encoding to use where applicable (type String)
|
static EncodeHintType |
ERROR_CORRECTION
Specifies what degree of error correction to use, for example in QR Codes (type Integer).
|
public static final EncodeHintType ERROR_CORRECTION
public static final EncodeHintType CHARACTER_SET
Copyright © 1998–2017. All rights reserved.