| Modifier and Type | Method and Description | 
|---|---|
| ResultPoint[] | Result. getResultPoints() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Result. addResultPoints(ResultPoint[] newPoints) | 
| static float | ResultPoint. distance(ResultPoint pattern1,
        ResultPoint pattern2) | 
| void | ResultPointCallback. foundPossibleResultPoint(ResultPoint point) | 
| static void | ResultPoint. orderBestPatterns(ResultPoint[] patterns)Orders an array of three ResultPoints in an order [A,B,C] such that AB is less than AC
 and BC is less than AC, and the angle between BC and BA is less than 180 degrees. | 
| Constructor and Description | 
|---|
| Result(String text,
      byte[] rawBytes,
      int numBits,
      ResultPoint[] resultPoints,
      BarcodeFormat format,
      long timestamp) | 
| Result(String text,
      byte[] rawBytes,
      ResultPoint[] resultPoints,
      BarcodeFormat format) | 
| Result(String text,
      byte[] rawBytes,
      ResultPoint[] resultPoints,
      BarcodeFormat format,
      long timestamp) | 
| Constructor and Description | 
|---|
| AztecDetectorResult(BitMatrix bits,
                   ResultPoint[] points,
                   boolean compact,
                   int nbDatablocks,
                   int nbLayers) | 
| Modifier and Type | Method and Description | 
|---|---|
| ResultPoint[] | DetectorResult. getPoints() | 
| Constructor and Description | 
|---|
| DetectorResult(BitMatrix bits,
              ResultPoint[] points) | 
| Modifier and Type | Method and Description | 
|---|---|
| ResultPoint[] | WhiteRectangleDetector. detect()
 Detects a candidate barcode-like rectangular region within an image. | 
| ResultPoint[] | MonochromeRectangleDetector. detect()Deprecated.  Detects a rectangular region of black and white -- mostly black -- with a region of mostly
 white, in an image. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResultPoint[] | FinderPattern. getResultPoints() | 
| Modifier and Type | Method and Description | 
|---|---|
| static DecoderResult | PDF417ScanningDecoder. decode(BitMatrix image,
      ResultPoint imageTopLeft,
      ResultPoint imageBottomLeft,
      ResultPoint imageTopRight,
      ResultPoint imageBottomRight,
      int minCodewordWidth,
      int maxCodewordWidth) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | QRCodeDecoderMetaData. applyMirroredCorrection(ResultPoint[] points)Apply the result points' order correction due to mirroring. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AlignmentPatternEncapsulates an alignment pattern, which are the smaller square patterns found in
 all but the simplest QR Codes. | 
| class  | FinderPatternEncapsulates a finder pattern, which are the three square patterns found in
 the corners of QR Codes. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected float | Detector. calculateModuleSize(ResultPoint topLeft,
                   ResultPoint topRight,
                   ResultPoint bottomLeft)Computes an average estimated module size based on estimated derived from the positions
 of the three finder patterns. | 
Copyright © 2007–2019. All rights reserved.