Class ResultPoint

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class ResultPoint
     implements Parcelable
                        

    Encapsulates a point of interest in an image containing a barcode. Typically, this would be the location of a finder pattern or the corner of the barcode, for example.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Float x
      private final Float y
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail