public final class QRVersion
extends java.lang.Object
Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr.
Modifier and Type | Field and Description |
---|---|
static int |
AUTO
Specifies to automatically pick up the best version for QR.
|
static int |
VERSION_01
Specifies version 1 with 21 x 21 modules.
|
static int |
VERSION_02
Specifies version 2 with 25 x 25 modules.
|
static int |
VERSION_03
Specifies version 3 with 29 x 29 modules.
|
static int |
VERSION_04
Specifies version 4 with 33 x 33 modules.
|
static int |
VERSION_05
Specifies version 5 with 37 x 37 modules.
|
static int |
VERSION_06
Specifies version 6 with 41 x 41 modules.
|
static int |
VERSION_07
Specifies version 7 with 45 x 45 modules.
|
static int |
VERSION_08
Specifies version 8 with 49 x 49 modules.
|
static int |
VERSION_09
Specifies version 9 with 53 x 53 modules.
|
static int |
VERSION_10
Specifies version 10 with 57 x 57 modules.
|
static int |
VERSION_11
Specifies version 11 with 61 x 61 modules.
|
static int |
VERSION_12
Specifies version 12 with 65 x 65 modules.
|
static int |
VERSION_13
Specifies version 13 with 69 x 69 modules.
|
static int |
VERSION_14
Specifies version 14 with 73 x 73 modules.
|
static int |
VERSION_15
Specifies version 15 with 77 x 77 modules.
|
static int |
VERSION_16
Specifies version 16 with 81 x 81 modules.
|
static int |
VERSION_17
Specifies version 17 with 85 x 85 modules.
|
static int |
VERSION_18
Specifies version 18 with 89 x 89 modules.
|
static int |
VERSION_19
Specifies version 19 with 93 x 93 modules.
|
static int |
VERSION_20
Specifies version 20 with 97 x 97 modules.
|
static int |
VERSION_21
Specifies version 21 with 101 x 101 modules.
|
static int |
VERSION_22
Specifies version 22 with 105 x 105 modules.
|
static int |
VERSION_23
Specifies version 23 with 109 x 109 modules.
|
static int |
VERSION_24
Specifies version 24 with 113 x 113 modules.
|
static int |
VERSION_25
Specifies version 25 with 117 x 117 modules.
|
static int |
VERSION_26
Specifies version 26 with 121 x 121 modules.
|
static int |
VERSION_27
Specifies version 27 with 125 x 125 modules.
|
static int |
VERSION_28
Specifies version 28 with 129 x 129 modules.
|
static int |
VERSION_29
Specifies version 29 with 133 x 133 modules.
|
static int |
VERSION_30
Specifies version 30 with 137 x 137 modules.
|
static int |
VERSION_31
Specifies version 31 with 141 x 141 modules.
|
static int |
VERSION_32
Specifies version 32 with 145 x 145 modules.
|
static int |
VERSION_33
Specifies version 33 with 149 x 149 modules.
|
static int |
VERSION_34
Specifies version 34 with 153 x 153 modules.
|
static int |
VERSION_35
Specifies version 35 with 157 x 157 modules.
|
static int |
VERSION_36
Specifies version 36 with 161 x 161 modules.
|
static int |
VERSION_37
Specifies version 37 with 165 x 165 modules.
|
static int |
VERSION_38
Specifies version 38 with 169 x 169 modules.
|
static int |
VERSION_39
Specifies version 39 with 173 x 173 modules.
|
static int |
VERSION_40
Specifies version 40 with 177 x 177 modules.
|
static int |
VERSION_M1
Specifies version M1 for Micro QR with 11 x 11 modules.
|
static int |
VERSION_M2
Specifies version M2 for Micro QR with 13 x 13 modules.
|
static int |
VERSION_M3
Specifies version M3 for Micro QR with 15 x 15 modules.
|
static int |
VERSION_M4
Specifies version M4 for Micro QR with 17 x 17 modules.
|
public static final int AUTO
Specifies to automatically pick up the best version for QR. This is default value.
public static final int VERSION_01
Specifies version 1 with 21 x 21 modules.
public static final int VERSION_02
Specifies version 2 with 25 x 25 modules.
public static final int VERSION_03
Specifies version 3 with 29 x 29 modules.
public static final int VERSION_04
Specifies version 4 with 33 x 33 modules.
public static final int VERSION_05
Specifies version 5 with 37 x 37 modules.
public static final int VERSION_06
Specifies version 6 with 41 x 41 modules.
public static final int VERSION_07
Specifies version 7 with 45 x 45 modules.
public static final int VERSION_08
Specifies version 8 with 49 x 49 modules.
public static final int VERSION_09
Specifies version 9 with 53 x 53 modules.
public static final int VERSION_10
Specifies version 10 with 57 x 57 modules.
public static final int VERSION_11
Specifies version 11 with 61 x 61 modules.
public static final int VERSION_12
Specifies version 12 with 65 x 65 modules.
public static final int VERSION_13
Specifies version 13 with 69 x 69 modules.
public static final int VERSION_14
Specifies version 14 with 73 x 73 modules.
public static final int VERSION_15
Specifies version 15 with 77 x 77 modules.
public static final int VERSION_16
Specifies version 16 with 81 x 81 modules.
public static final int VERSION_17
Specifies version 17 with 85 x 85 modules.
public static final int VERSION_18
Specifies version 18 with 89 x 89 modules.
public static final int VERSION_19
Specifies version 19 with 93 x 93 modules.
public static final int VERSION_20
Specifies version 20 with 97 x 97 modules.
public static final int VERSION_21
Specifies version 21 with 101 x 101 modules.
public static final int VERSION_22
Specifies version 22 with 105 x 105 modules.
public static final int VERSION_23
Specifies version 23 with 109 x 109 modules.
public static final int VERSION_24
Specifies version 24 with 113 x 113 modules.
public static final int VERSION_25
Specifies version 25 with 117 x 117 modules.
public static final int VERSION_26
Specifies version 26 with 121 x 121 modules.
public static final int VERSION_27
Specifies version 27 with 125 x 125 modules.
public static final int VERSION_28
Specifies version 28 with 129 x 129 modules.
public static final int VERSION_29
Specifies version 29 with 133 x 133 modules.
public static final int VERSION_30
Specifies version 30 with 137 x 137 modules.
public static final int VERSION_31
Specifies version 31 with 141 x 141 modules.
public static final int VERSION_32
Specifies version 32 with 145 x 145 modules.
public static final int VERSION_33
Specifies version 33 with 149 x 149 modules.
public static final int VERSION_34
Specifies version 34 with 153 x 153 modules.
public static final int VERSION_35
Specifies version 35 with 157 x 157 modules.
public static final int VERSION_36
Specifies version 36 with 161 x 161 modules.
public static final int VERSION_37
Specifies version 37 with 165 x 165 modules.
public static final int VERSION_38
Specifies version 38 with 169 x 169 modules.
public static final int VERSION_39
Specifies version 39 with 173 x 173 modules.
public static final int VERSION_40
Specifies version 40 with 177 x 177 modules.
public static final int VERSION_M1
Specifies version M1 for Micro QR with 11 x 11 modules.
public static final int VERSION_M2
Specifies version M2 for Micro QR with 13 x 13 modules.
public static final int VERSION_M3
Specifies version M3 for Micro QR with 15 x 15 modules.
public static final int VERSION_M4
Specifies version M4 for Micro QR with 17 x 17 modules.