public static interface AbstractOperation.SourceHolder extends AbstractOperation.Holder
| Modifier and Type | Method and Description |
|---|---|
android.graphics.Bitmap |
getBlurPreview()
Get source
|
int |
getFullHeight()
Get source image height.
|
android.graphics.Bitmap |
getFullPreview()
Get source
|
int |
getFullWidth()
Get source image width.
|
android.graphics.Bitmap |
getSharpPreview()
Get sharp preview source.
|
android.graphics.Rect |
getSharpRect()
Get the Sharp Region that need to bie preview in a higher resolution.
|
boolean |
hasBlurPreview()
Has a source bitmap
|
boolean |
hasFullPreview()
Has a source bitmap
|
boolean |
hasSharpPreview()
Has a sharp region bitmap
|
getIdentifier, recycle@Nullable android.graphics.Rect getSharpRect()
boolean hasFullPreview()
boolean hasBlurPreview()
boolean hasSharpPreview()
@Nullable android.graphics.Bitmap getFullPreview()
@Nullable android.graphics.Bitmap getBlurPreview()
@Nullable android.graphics.Bitmap getSharpPreview()
int getFullWidth()
int getFullHeight()