com.google.zxing.aztec
Class AztecDetectorResult

java.lang.Object
  extended by com.google.zxing.common.DetectorResult
      extended by com.google.zxing.aztec.AztecDetectorResult

public final class AztecDetectorResult
extends DetectorResult


Constructor Summary
AztecDetectorResult(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers)
           
 
Method Summary
 int getNbDatablocks()
           
 int getNbLayers()
           
 boolean isCompact()
           
 
Methods inherited from class com.google.zxing.common.DetectorResult
getBits, getPoints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AztecDetectorResult

public AztecDetectorResult(BitMatrix bits,
                           ResultPoint[] points,
                           boolean compact,
                           int nbDatablocks,
                           int nbLayers)
Method Detail

getNbLayers

public int getNbLayers()

getNbDatablocks

public int getNbDatablocks()

isCompact

public boolean isCompact()