public final class PDF417DetectorResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private BitMatrix |
bits |
private java.util.List<ResultPoint[]> |
points |
private int |
rotation |
Constructor and Description |
---|
PDF417DetectorResult(BitMatrix bits,
java.util.List<ResultPoint[]> points) |
PDF417DetectorResult(BitMatrix bits,
java.util.List<ResultPoint[]> points,
int rotation) |
Modifier and Type | Method and Description |
---|---|
BitMatrix |
getBits() |
java.util.List<ResultPoint[]> |
getPoints() |
int |
getRotation() |
private final BitMatrix bits
private final java.util.List<ResultPoint[]> points
private final int rotation
public PDF417DetectorResult(BitMatrix bits, java.util.List<ResultPoint[]> points, int rotation)
public PDF417DetectorResult(BitMatrix bits, java.util.List<ResultPoint[]> points)
public BitMatrix getBits()
public java.util.List<ResultPoint[]> getPoints()
public int getRotation()