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.
| 构造器和说明 |
|---|
AztecDetectorResult(BitMatrix bits,
ResultPoint[] points,
boolean compact,
int nbDatablocks,
int nbLayers) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getNbDatablocks() |
int |
getNbLayers() |
boolean |
isCompact() |
getBits, getPointspublic AztecDetectorResult(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers)