Back to Fresco

PostprocessorProducer

docs/javadoc/reference/com/facebook/imagepipeline/producers/PostprocessorProducer.html

3.6.022.4 KB
Original Source

Fresco

|

|

Packages | Classes

<!-- end packages --> <!-- end resize-packages -->

Interfaces

Classes

Annotations

<!-- end classes --> <!-- end nav-panels -->

Packages | Classes

<!-- end nav-tree --> <!-- end swapper --> <!-- end side-nav -->

Summary: Constants | Ctors | Methods | Inherited Methods | [Expand All]

<!-- end sum-details-links --> <!-- end api-info-block --><!-- ======== START OF CLASS DATA ======== -->

public class

PostprocessorProducer

extends Object
implements Producer<T>

<!-- end header -->

| java.lang.Object | | ↳ | com.facebook.imagepipeline.producers.PostprocessorProducer |

Class Overview

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

Summary

<!-- =========== ENUM CONSTANT SUMMARY =========== -->
Constants
String
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
Public Constructors
<!-- ========== METHOD SUMMARY =========== -->
Public Methods
void
<!-- ========== METHOD SUMMARY =========== -->

| [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 ======== -->

Constants

public static final String NAME

Constant Value: "PostprocessorProducer"

<!-- Fields --><!-- Public ctors --><!-- ========= CONSTRUCTOR DETAIL ======== -->

Public Constructors

public PostprocessorProducer(Producer<CloseableReference<CloseableImage>> inputProducer, PlatformBitmapFactory platformBitmapFactory, Executor executor)

<!-- ========= CONSTRUCTOR DETAIL ======== --><!-- Protected ctors --><!-- ========= METHOD DETAIL ======== --><!-- Public methdos -->

Public Methods

public void produceResults(Consumer<CloseableReference<CloseableImage>> consumer, ProducerContext context)

<!-- ========= METHOD DETAIL ======== --><!-- ========= END OF CLASS DATA ========= -->

+Generated by Doclava. +

<!-- end footer - @generated --> <!-- jd-content --> <!-- end doc-content --> <!-- end body-content -->