Class Saving
-
- All Implemented Interfaces:
public final class Saving extends ScanningState
-
-
Field Summary
Fields Modifier and Type Field Description private final Bitmap
bitmap
private final Boolean
analyzeDocumentQualityAfterScan
private final Integer
imageOrientation
private final PageImageSource
imageSource
-
Constructor Summary
Constructors Constructor Description Saving(Bitmap bitmap, Boolean analyzeDocumentQualityAfterScan, Integer imageOrientation, PageImageSource imageSource)
-
Method Summary
Modifier and Type Method Description final Bitmap
getBitmap()
final Boolean
getAnalyzeDocumentQualityAfterScan()
final Integer
getImageOrientation()
final PageImageSource
getImageSource()
-
-
Constructor Detail
-
Saving
Saving(Bitmap bitmap, Boolean analyzeDocumentQualityAfterScan, Integer imageOrientation, PageImageSource imageSource)
-
-
Method Detail
-
getAnalyzeDocumentQualityAfterScan
final Boolean getAnalyzeDocumentQualityAfterScan()
-
getImageOrientation
final Integer getImageOrientation()
-
getImageSource
final PageImageSource getImageSource()
-
-
-
-