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.oned.rss
/
FinderPattern
Finder
Pattern
class
FinderPattern
(
value
:
Int
,
startEnd
:
IntArray
,
start
:
Int
,
end
:
Int
,
rowNumber
:
Int
)
Encapsulates an RSS barcode finder pattern, including its start/end position and row.
Members
Constructors
Finder
Pattern
Link copied to clipboard
constructor
(
value
:
Int
,
startEnd
:
IntArray
,
start
:
Int
,
end
:
Int
,
rowNumber
:
Int
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
o
:
Any
?
)
:
Boolean
get
Result
Points
Link copied to clipboard
fun
getResultPoints
(
)
:
Array
<
ResultPoint
>
get
Start
End
Link copied to clipboard
fun
getStartEnd
(
)
:
IntArray
get
Value
Link copied to clipboard
fun
getValue
(
)
:
Int
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int