Package 

Class GiniCaptureBox

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public class GiniCaptureBox
     implements Parcelable
                        

    Contains a bounding box for a Gini API extraction. The bounding box describes the page and the position where the extraction originates.

    • Constructor Summary

      Constructors 
      Constructor Description
      GiniCaptureBox(int pageNumber, double left, double top, double width, double height) Create a new bounding box for an extraction.
    • Constructor Detail

      • GiniCaptureBox

        GiniCaptureBox(int pageNumber, double left, double top, double width, double height)
        Create a new bounding box for an extraction.
        Parameters:
        pageNumber - page on which the box can be found, starting with 1
        left - distance from the left edge of the page.
        top - distance from the top edge of the page
        width - horizontal dimension of the box
        height - vertical dimension of the box