public final class AztecDetectorResult extends DetectorResult
Extends DetectorResult with more information specific to the Aztec format,
 like the number of layers and whether it's compact.
| Constructor and Description | 
|---|
| AztecDetectorResult(BitMatrix bits,
                   ResultPoint[] points,
                   boolean compact,
                   int nbDatablocks,
                   int nbLayers) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getNbDatablocks() | 
| int | getNbLayers() | 
| boolean | isCompact() | 
getBits, getPointspublic AztecDetectorResult(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers)
Copyright © 2007–2019. All rights reserved.