Package com.google.zxing.aztec
Class AztecDetectorResult
java.lang.Object
com.google.zxing.common.DetectorResult
com.google.zxing.aztec.AztecDetectorResult
Extends DetectorResult
with more information specific to the Aztec format,
like the number of layers and whether it's compact.
- Author:
- Sean Owen
-
Constructor Summary
ConstructorsConstructorDescriptionAztecDetectorResult
(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers) AztecDetectorResult
(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers, int errorsCorrected) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
boolean
Methods inherited from class com.google.zxing.common.DetectorResult
getBits, getPoints
-
Constructor Details
-
AztecDetectorResult
public AztecDetectorResult(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers) -
AztecDetectorResult
public AztecDetectorResult(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers, int errorsCorrected)
-
-
Method Details
-
getNbLayers
public int getNbLayers() -
getNbDatablocks
public int getNbDatablocks() -
isCompact
public boolean isCompact() -
getErrorsCorrected
public int getErrorsCorrected()
-