|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.zxing.common.DetectorResult
com.google.zxing.aztec.AztecDetectorResult
public final class AztecDetectorResult
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 |
---|
public AztecDetectorResult(BitMatrix bits, ResultPoint[] points, boolean compact, int nbDatablocks, int nbLayers)
Method Detail |
---|
public int getNbLayers()
public int getNbDatablocks()
public boolean isCompact()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |