| Modifier and Type | Method and Description |
|---|---|
static QrSegment |
QrSegment.makeAlphanumeric(String text)
Returns a segment representing the specified text string encoded in alphanumeric mode.
|
static QrSegment |
QrSegment.makeBytes(byte[] data)
Returns a segment representing the specified binary data encoded in byte mode.
|
static QrSegment |
QrSegment.makeEci(int assignVal)
Returns a segment representing an Extended Channel Interpretation
(ECI) designator with the specified assignment value.
|
static QrSegment |
QrSegmentAdvanced.makeKanjiSegment(String text)
Returns a segment representing the specified string encoded in kanji mode.
|
static QrSegment |
QrSegment.makeNumeric(String digits)
Returns a segment representing the specified string of decimal digits encoded in numeric mode.
|
| Modifier and Type | Method and Description |
|---|---|
static List<QrSegment> |
QrSegment.makeSegments(String text)
Returns a new mutable list of zero or more segments to represent the specified Unicode text string.
|
static List<QrSegment> |
QrSegmentAdvanced.makeSegmentsOptimally(String text,
QrCode.Ecc ecl,
int minVersion,
int maxVersion)
Returns a new mutable list of zero or more segments to represent the specified Unicode text string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BitBuffer.appendData(QrSegment seg)
Appends the bit data of the specified segment to this bit buffer.
|
| Modifier and Type | Method and Description |
|---|---|
static QrCode |
QrCode.encodeSegments(List<QrSegment> segs,
QrCode.Ecc ecl)
Returns a QR Code symbol representing the specified data segments at the specified error correction
level or higher.
|
static QrCode |
QrCode.encodeSegments(List<QrSegment> segs,
QrCode.Ecc ecl,
int minVersion,
int maxVersion,
int mask,
boolean boostEcl)
Returns a QR Code symbol representing the specified data segments with the specified encoding parameters.
|
Copyright © 2018. All rights reserved.