Uses of Enum Class
io.nayuki.qrcodegen.QrSegment.Mode
-
Uses of QrSegment.Mode in io.nayuki.qrcodegen
Fields in io.nayuki.qrcodegen declared as QrSegment.ModeMethods in io.nayuki.qrcodegen that return QrSegment.ModeModifier and TypeMethodDescriptionstatic QrSegment.ModeReturns the enum constant of this class with the specified name.static QrSegment.Mode[]QrSegment.Mode.values()Returns an array containing the constants of this enum class, 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.