KiteQR
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteQR
kiteqr
/
io.github.yuroyami.kiteqr.datamatrix.encoder
/
DefaultPlacement
Default
Placement
class
DefaultPlacement
(
codewords
:
CharSequence
,
numcols
:
Int
,
numrows
:
Int
)
Symbol Character Placement Program. Adapted from Annex M.1 in ISO/IEC 16022:2000(E).
Members
Constructors
Default
Placement
Link copied to clipboard
constructor
(
codewords
:
CharSequence
,
numcols
:
Int
,
numrows
:
Int
)
Functions
get
Bit
Link copied to clipboard
fun
getBit
(
col
:
Int
,
row
:
Int
)
:
Boolean
get
Bits
Link copied to clipboard
fun
getBits
(
)
:
ByteArray
get
Numcols
Link copied to clipboard
fun
getNumcols
(
)
:
Int
get
Numrows
Link copied to clipboard
fun
getNumrows
(
)
:
Int
place
Link copied to clipboard
fun
place
(
)