Lines Matching full:param
62 * @param text the text to be encoded (not {@code null}), which can be any Unicode string
63 * @param ecl the error correction level to use (not {@code null}) (boostable)
82 * @param data the binary data to encode (not {@code null})
83 * @param ecl the error correction level to use (not {@code null}) (boostable)
107 * @param segs the segments to encode
108 * @param ecl the error correction level to use (not {@code null}) (boostable)
130 * @param segs the segments to encode
131 * @param ecl the error correction level to use (not {@code null}) (boostable)
132 * @param minVersion the minimum allowed version of the QR Code (at least 1)
133 * @param maxVersion the maximum allowed version of the QR Code (at most 40)
134 * @param mask the mask number to use (between 0 and 7 (inclusive)), or −1 for automatic mask
135 * @param boostEcl increases the ECC level as long as it doesn't increase the version number
230 * @param ver the version number to use, which must be in the range 1 to 40 (inclusive)
231 * @param ecl the error correction level to use
232 * @param dataCodewords the bytes representing segments to encode (without ECC)
233 * @param msk the mask pattern to use, which is either −1 for automatic choice or from 0 to 7 for fixed choice
266 * @param x the x coordinate, where 0 is the left edge and size−1 is the right edge
267 * @param y the y coordinate, where 0 is the top edge and size−1 is the bottom edge