-
public final class BitmapCroppingWorkerJob.Result
-
-
Constructor Summary
Constructors Constructor Description BitmapCroppingWorkerJob.Result(Bitmap bitmap, Integer sampleSize)BitmapCroppingWorkerJob.Result(Uri uri, Integer sampleSize)BitmapCroppingWorkerJob.Result(Exception error, Boolean isSave)
-
Method Summary
Modifier and Type Method Description final BitmapgetBitmap()The cropped bitmap final UrigetUri()The saved cropped bitmap uri final ExceptiongetError()The error that occurred during async bitmap cropping. final BooleangetIsSave()is the cropping request was to get a bitmap or to save it to uri final IntegergetSampleSize()sample size used creating the crop bitmap to lower its size -
-
Method Detail
-
getIsSave
final Boolean getIsSave()
is the cropping request was to get a bitmap or to save it to uri
-
getSampleSize
final Integer getSampleSize()
sample size used creating the crop bitmap to lower its size
-
-
-
-