-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface Photo implements Parcelable
Internal use only.
-
-
Method Summary
Modifier and Type Method Description abstract booleanisImported()abstract Array<byte>getData()abstract voidsetData(Array<byte> data)abstract intgetRotationForDisplay()abstract intgetRotationDelta()abstract voidsetRotationForDisplay(int rotationDegrees)abstract StringgetDeviceOrientation()abstract StringgetDeviceType()abstract Document.SourcegetSource()abstract Document.ImportMethodgetImportMethod()abstract BitmapgetBitmapPreview()abstract ImageDocument.ImageFormatgetImageFormat()abstract PhotoEditedit()abstract voidupdateBitmapPreview()abstract voidupdateExif()abstract voidupdateRotationDeltaBy(int i)abstract voidsaveToFile(File file)abstract voidsetParcelableMemoryCacheTag(@NonNull() String tag)abstract StringgetParcelableMemoryCacheTag()-
-
Method Detail
-
isImported
abstract boolean isImported()
-
getRotationForDisplay
abstract int getRotationForDisplay()
-
getRotationDelta
abstract int getRotationDelta()
-
setRotationForDisplay
abstract void setRotationForDisplay(int rotationDegrees)
-
getDeviceOrientation
abstract String getDeviceOrientation()
-
getDeviceType
abstract String getDeviceType()
-
getSource
abstract Document.Source getSource()
-
getImportMethod
abstract Document.ImportMethod getImportMethod()
-
getBitmapPreview
abstract Bitmap getBitmapPreview()
-
getImageFormat
abstract ImageDocument.ImageFormat getImageFormat()
-
updateBitmapPreview
abstract void updateBitmapPreview()
-
updateExif
abstract void updateExif()
-
updateRotationDeltaBy
abstract void updateRotationDeltaBy(int i)
-
saveToFile
abstract void saveToFile(File file)
-
setParcelableMemoryCacheTag
abstract void setParcelableMemoryCacheTag(@NonNull() String tag)
-
getParcelableMemoryCacheTag
@Nullable() abstract String getParcelableMemoryCacheTag()
-
-
-
-