Back to Fresco

RepeatedPostprocessor

docs/javadoc/reference/com/facebook/imagepipeline/request/RepeatedPostprocessor.html

3.6.012.8 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Enums

Exceptions

Packages | Classes

Summary: Methods | Inherited Methods | [Expand All]

public interface

RepeatedPostprocessor

implements Postprocessor

| com.facebook.imagepipeline.request.RepeatedPostprocessor |

| Known Indirect Subclasses

BaseRepeatedPostProcessor

| BaseRepeatedPostProcessor | |

|

Class Overview

Use an instance of this interface to perform post-process operations that must be performed more than once.

Summary

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. |

|

Public Methods

public 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.

+Generated by Doclava. +