docs/javadoc/reference/com/facebook/imagepipeline/request/BaseRepeatedPostProcessor.html
|
|
Summary: Inherited Fields | Ctors | Methods | Inherited Methods | [Expand All]
public abstract class
extends BasePostprocessor
implements RepeatedPostprocessor
| java.lang.Object | | ↳ | com.facebook.imagepipeline.request.BasePostprocessor | | | ↳ | com.facebook.imagepipeline.request.BaseRepeatedPostProcessor |
| [Expand] Inherited Fields | | --- | | From class com.facebook.imagepipeline.request.BasePostprocessor
| public static final Bitmap.Config | FALLBACK_BITMAP_CONFIGURATION | The fallback bitmap configuration is used for creating a new destination bitmap when the source bitmap has config==null. |
|
| Public Constructors |
|---|
| Public Methods |
|---|
| synchronized void |
Callback used to pass the postprocessor a reference to the object that will run the postprocessor's PostProcessor#process method when the client requires. |
| void |
| [Expand] Inherited Methods | | --- | | From class com.facebook.imagepipeline.request.BasePostprocessor
| String | getName() Returns the name of this postprocessor. | | CacheKey | getPostprocessorCacheKey() The default implementation of the CacheKey for a Postprocessor is null | | CloseableReference<Bitmap> | process(Bitmap sourceBitmap, PlatformBitmapFactory bitmapFactory) Clients should override this method only if the post-processed bitmap has to be of a different size than the source bitmap. | | void | process(Bitmap destBitmap, Bitmap sourceBitmap) Clients should override this method if the post-processing cannot be done in place. | | void | process(Bitmap bitmap) Clients should override this method if the post-processing can be done in place. |
| | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
| | From interface com.facebook.imagepipeline.request.Postprocessor
| abstract String | getName() Returns the name of this postprocessor. | | abstract CacheKey | getPostprocessorCacheKey() Implement this method in order to cache the result of a postprocessor in the bitmap cache along with the unmodified image. | | abstract CloseableReference<Bitmap> | process(Bitmap sourceBitmap, PlatformBitmapFactory bitmapFactory) Called by the pipeline after completing other steps. |
| | From interface com.facebook.imagepipeline.request.RepeatedPostprocessor
| abstract void | setCallback(RepeatedPostprocessorRunner runner)
Callback used to pass the postprocessor a reference to the object that will run the postprocessor's PostProcessor#process method when the client requires.
|
|
Callback used to pass the postprocessor a reference to the object that will run the postprocessor's PostProcessor#process method when the client requires.
+Generated by Doclava. +