Uses of Enum
io.nayuki.qrcodegen.QrSegment.Mode
-
Uses of QrSegment.Mode in io.nayuki.qrcodegen
Subclasses with type arguments of type QrSegment.Mode in io.nayuki.qrcodegenModifier and TypeClassDescriptionstatic enumDescribes how a segment's data bits are interpreted.Fields in io.nayuki.qrcodegen declared as QrSegment.ModeModifier and TypeFieldDescriptionfinal QrSegment.ModeQrSegment.modeThe mode indicator of this segment.Methods in io.nayuki.qrcodegen that return QrSegment.ModeModifier and TypeMethodDescriptionstatic QrSegment.ModeReturns 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.ModeModifierConstructorDescriptionQrSegment(QrSegment.Mode md, int numCh, BitBuffer data) Constructs a QR Code segment with the specified attributes and data.