| Modifier and Type | Field and Description |
|---|---|
QrSegment.Mode |
QrSegment.mode
The mode indicator for this segment.
|
| Modifier and Type | Method and Description |
|---|---|
static QrSegment.Mode |
QrSegment.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QrSegment.Mode[] |
QrSegment.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
QrSegment(QrSegment.Mode md,
int numCh,
BitBuffer data)
Creates a new QR Code data segment with the specified parameters and data.
|
Copyright © 2018. All rights reserved.