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
/
SymbolInfo
Symbol
Info
open
class
SymbolInfo
Symbol info table for DataMatrix.
Members
Constructors
Symbol
Info
Link copied to clipboard
constructor
(
rectangular
:
Boolean
,
dataCapacity
:
Int
,
errorCodewords
:
Int
,
matrixWidth
:
Int
,
matrixHeight
:
Int
,
dataRegions
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
matrix
Height
Link copied to clipboard
val
matrixHeight
:
Int
matrix
Width
Link copied to clipboard
val
matrixWidth
:
Int
Functions
get
Codeword
Count
Link copied to clipboard
open
fun
getCodewordCount
(
)
:
Int
get
Data
Capacity
Link copied to clipboard
fun
getDataCapacity
(
)
:
Int
get
Data
Length
For
Interleaved
Block
Link copied to clipboard
open
fun
getDataLengthForInterleavedBlock
(
index
:
Int
)
:
Int
get
Error
Codewords
Link copied to clipboard
fun
getErrorCodewords
(
)
:
Int
get
Error
Length
For
Interleaved
Block
Link copied to clipboard
fun
getErrorLengthForInterleavedBlock
(
index
:
Int
)
:
Int
get
Interleaved
Block
Count
Link copied to clipboard
open
fun
getInterleavedBlockCount
(
)
:
Int
get
Symbol
Data
Height
Link copied to clipboard
fun
getSymbolDataHeight
(
)
:
Int
get
Symbol
Data
Width
Link copied to clipboard
fun
getSymbolDataWidth
(
)
:
Int
get
Symbol
Height
Link copied to clipboard
fun
getSymbolHeight
(
)
:
Int
get
Symbol
Width
Link copied to clipboard
fun
getSymbolWidth
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String