toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-qr
/
com.jeluchu.qr.qrcode.encoder
/
ByteMatrix
Byte
Matrix
class
ByteMatrix
(
val
width
:
Int
,
val
height
:
Int
)
Members
Constructors
Byte
Matrix
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
array
Link copied to clipboard
val
array
:
Array
<
ByteArray
>
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
clear
Link copied to clipboard
fun
clear
(
value
:
Byte
)
get
Link copied to clipboard
operator
fun
get
(
x
:
Int
,
y
:
Int
)
:
Byte
set
Link copied to clipboard
operator
fun
set
(
x
:
Int
,
y
:
Int
,
value
:
Boolean
)
operator
fun
set
(
x
:
Int
,
y
:
Int
,
value
:
Byte
)
operator
fun
set
(
x
:
Int
,
y
:
Int
,
value
:
Int
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String