Package 

Class ImageDocument

  • All Implemented Interfaces:
    android.os.Parcelable , net.gini.android.capture.Document

    
    public class ImageDocument
    extends GiniCaptureDocument
                        

    A document containing an image.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum ImageDocument.ImageFormat

      Supported image formats.

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ImageDocument.ImageFormat getFormat() Retrieve the format of the image.
      int getRotationForDisplay() The amount of clockwise rotation needed to display the image in the correct orientation.
      void setRotationForDisplay(int degrees)
      int getRotationDelta()
      void updateRotationDeltaBy(int degrees)
      String getDeviceOrientation() Internal use only.
      String getDeviceType() Internal use only.
      int describeContents() Internal use only.
      void writeToParcel(Parcel dest, int flags) Internal use only.
      boolean equals(Object o)
      int hashCode()
      • Methods inherited from class net.gini.android.capture.document.GiniCaptureDocument

        getData, getId, getImportMethod, getIntent, getMimeType, getParcelableMemoryCacheTag, getSource, getType, getUri, isImported, isReviewable, loadData, setData, setParcelableMemoryCacheTag, toString, unloadData
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait