MatrixUtil class
@author satorux@google.com (Satoru Takabayashi) - creator @author dswitkin@google.com (Daniel Switkin) - ported from C++
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
buildMatrix(
BitArray dataBits, ErrorCorrectionLevel ecLevel, Version version, int maskPattern, ByteMatrix matrix) → void -
calculateBCHCode(
int value, int poly) → int -
clearMatrix(
ByteMatrix matrix) → void -
embedBasicPatterns(
Version version, ByteMatrix matrix) → void -
embedDataBits(
BitArray dataBits, int maskPattern, ByteMatrix matrix) → void -
embedTypeInfo(
ErrorCorrectionLevel ecLevel, int maskPattern, ByteMatrix matrix) → void -
findMSBSet(
int value) → int -
makeTypeInfoBits(
ErrorCorrectionLevel ecLevel, int maskPattern, BitArray bits) → void -
makeVersionInfoBits(
Version version, BitArray bits) → void -
maybeEmbedVersionInfo(
Version version, ByteMatrix matrix) → void