Package com.google.zxing.aztec
Class AztecDetectorResult
- java.lang.Object
-
- com.google.zxing.common.DetectorResult
-
- com.google.zxing.aztec.AztecDetectorResult
-
public final class AztecDetectorResult extends DetectorResult
-
-
Constructor Summary
Constructors Constructor Description AztecDetectorResult(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNbDatablocks()intgetNbLayers()booleanisCompact()-
Methods inherited from class com.google.zxing.common.DetectorResult
getBits, getPoints
-
-
-
-
Constructor Detail
-
AztecDetectorResult
public AztecDetectorResult(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers)
-
-