$x
$x
<p>Encapsulates an alignment pattern, which are the smaller square patterns found in all but the simplest QR Codes.</p>
aboutEquals(mixed $moduleSize, mixed $i, mixed $j) : mixed
<p>Determines if this alignment pattern "about equals" an alignment pattern at the stated position and size -- meaning, it is at nearly the same center with nearly the same size.</p>
mixed | $moduleSize | |
mixed | $i | |
mixed | $j |
combineEstimate(mixed $i, mixed $j, mixed $newModuleSize) : mixed
Combines this object's current estimate of a finder pattern position and module size with a new estimate. It returns a new {@code FinderPattern} containing an average of the two.
mixed | $i | |
mixed | $j | |
mixed | $newModuleSize |