docs/javadoc/reference/com/facebook/imagepipeline/producers/PostprocessorProducer.html
|
|
Consumer<T>
NetworkFetcher<FETCH_STATE extends FetchState>
Producer<T>
BaseConsumer<T>
BaseNetworkFetcher<FETCH_STATE extends FetchState>
DelegatingConsumer<I, O>
HttpUrlConnectionNetworkFetcher.HttpUrlConnectionNetworkFetchState
MultiplexProducer<K, T extends Closeable>
NullProducer<T>
PostprocessedBitmapMemoryCacheProducer.CachedPostprocessorConsumer
PriorityNetworkFetcher<FETCH_STATE extends FetchState>
PriorityNetworkFetcher.PriorityFetchState<FETCH_STATE extends FetchState>
Summary: Constants | Ctors | Methods | Inherited Methods | [Expand All]
<!-- end sum-details-links --> <!-- end api-info-block --><!-- ======== START OF CLASS DATA ======== -->public class
extends Object
implements Producer<T>
| java.lang.Object | | ↳ | com.facebook.imagepipeline.producers.PostprocessorProducer |
Runs a caller-supplied post-processor object.
Post-processors are only supported for static bitmaps. If the request is for an animated image, the post-processor step will be skipped without warning.
<!-- jd-descr -->| Constants |
|---|
| String |
| Public Constructors |
|---|
| Public Methods |
|---|
| void |
| [Expand] Inherited Methods | | --- | | 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.producers.Producer
| abstract void | produceResults(Consumer<T> consumer, ProducerContext context) Start producing results for given context. |
|
<!-- jd-descr (summary) --><!-- Details --><!-- XML Attributes --><!-- Enum Values --><!-- Constants --><!-- ========= ENUM CONSTANTS DETAIL ======== -->Constant Value: "PostprocessorProducer"
<!-- Fields --><!-- Public ctors --><!-- ========= CONSTRUCTOR DETAIL ======== -->+Generated by Doclava. +
<!-- end footer - @generated --> <!-- jd-content --> <!-- end doc-content --> <!-- end body-content -->