Package com.google.zxing.pdf417.detector
Class PDF417DetectorResult
- java.lang.Object
-
- com.google.zxing.pdf417.detector.PDF417DetectorResult
-
public final class PDF417DetectorResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private BitMatrix
bits
private java.util.List<ResultPoint[]>
points
private int
rotation
-
Constructor Summary
Constructors Constructor Description PDF417DetectorResult(BitMatrix bits, java.util.List<ResultPoint[]> points)
PDF417DetectorResult(BitMatrix bits, java.util.List<ResultPoint[]> points, int rotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitMatrix
getBits()
java.util.List<ResultPoint[]>
getPoints()
int
getRotation()
-
-
-
Field Detail
-
bits
private final BitMatrix bits
-
points
private final java.util.List<ResultPoint[]> points
-
rotation
private final int rotation
-
-
Constructor Detail
-
PDF417DetectorResult
public PDF417DetectorResult(BitMatrix bits, java.util.List<ResultPoint[]> points, int rotation)
-
PDF417DetectorResult
public PDF417DetectorResult(BitMatrix bits, java.util.List<ResultPoint[]> points)
-
-
Method Detail
-
getBits
public BitMatrix getBits()
-
getPoints
public java.util.List<ResultPoint[]> getPoints()
-
getRotation
public int getRotation()
-
-