docs/javadoc/reference/com/facebook/imagepipeline/request/RepeatedPostprocessor.html
|
|
Summary: Methods | Inherited Methods | [Expand All]
public interface
implements Postprocessor
| com.facebook.imagepipeline.request.RepeatedPostprocessor |
| Known Indirect Subclasses
| BaseRepeatedPostProcessor | |
|
Use an instance of this interface to perform post-process operations that must be performed more than once.
| Public Methods |
|---|
| abstract 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. |
| [Expand] Inherited Methods | | --- | | 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. |
|
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. +