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
Constructors
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
- FNC1_FIRST_POSITION → const Mode
- FNC1_SECOND_POSITION → const Mode
- HANZI → const Mode
- See GBT 18284-2000; "Hanzi" is a transliteration of this mode name.
- KANJI → const Mode
- NUMERIC → const Mode
- STRUCTURED_APPEND → const Mode
- TERMINATOR → const Mode
-
values
→ const List<
Mode?>