FinderPattern

Encapsulates a finder pattern, which are the three square patterns found in the corners of QR Codes. It also encapsulates a count of similar finder patterns, as a convenience to the finder's bookkeeping.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun getCount(): Int
Link copied to clipboard
Link copied to clipboard
fun getX(): Float
Link copied to clipboard
fun getY(): Float
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String