DefaultPlacement

class DefaultPlacement(codewords: CharSequence, numcols: Int, numrows: Int)

Symbol Character Placement Program. Adapted from Annex M.1 in ISO/IEC 16022:2000(E).

Constructors

Link copied to clipboard
constructor(codewords: CharSequence, numcols: Int, numrows: Int)

Functions

Link copied to clipboard
fun getBit(col: Int, row: Int): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun place()