Mode class
See ISO 18004:2006, 6.4.1, Tables 2 and 3. This enum encapsulates the various modes in which data can be encoded to bits in the QR code standard.
@author Sean Owen
Properties
Methods
-
getCharacterCountBits(
Version version) → int - @param version version in question @return number of bits used, in this QR Code symbol Version, to encode the count of characters that will follow encoded in this Mode
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
Constants
- alphanumeric → const Mode
- byte → const Mode
- eci → const Mode
- fnc1FirstPosition → const Mode
- fnc1SecondPosition → const Mode
- hanzi → const Mode
- See GBT 18284-2000; "Hanzi" is a transliteration of this mode name.
- kanji → const Mode
- numeric → const Mode
- structuredAppend → const Mode
- terminator → const Mode
-
values
→ const List<
Mode?>