Uses of Class
io.nayuki.qrcodegen.QrSegment.Mode
-
Uses of QrSegment.Mode in io.nayuki.qrcodegen
Fields in io.nayuki.qrcodegen declared as QrSegment.Mode Modifier and Type Field Description QrSegment.Mode
QrSegment. mode
The mode indicator of this segment.Methods in io.nayuki.qrcodegen that return QrSegment.Mode Modifier and Type Method Description static QrSegment.Mode
QrSegment.Mode. valueOf(java.lang.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.Constructors in io.nayuki.qrcodegen with parameters of type QrSegment.Mode Constructor Description QrSegment(QrSegment.Mode md, int numCh, BitBuffer data)
Constructs a QR Code segment with the specified attributes and data.