docs/apidocs/com/google/zxing/qrcode/encoder/ByteMatrix.html
Package com.google.zxing.qrcode.encoder
java.lang.Object com.google.zxing.qrcode.encoder.ByteMatrix
public final class ByteMatrixextends Object
Constructors
Constructor
Description
ByteMatrix(int width, int height)
All MethodsInstance MethodsConcrete Methods
Modifier and Type
Method
Description
void
clear(byte value)
byte
get(int x, int y)
byte[][]
getArray()
int
getHeight()
int
getWidth()
void
set(int x, int y, boolean value)
void
set(int x, int y, byte value)
void
set(int x, int y, int value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ByteMatrix(int width, int height)
public String toString()
Overrides:toString in class Object