docs/javadoc/reference/com/facebook/imagepipeline/producers/LocalExifThumbnailProducer.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]
public class
extends Object
implements ThumbnailProducer<T>
| java.lang.Object | | ↳ | com.facebook.imagepipeline.producers.LocalExifThumbnailProducer |
A producer that retrieves exif thumbnails.
At present, these thumbnails are retrieved on the java heap before being put into native memory.
| Constants |
|---|
| String |
| Public Constructors |
|---|
| Public Methods |
|---|
| boolean |
| Checks whether the producer may be able to produce images of the specified size. |
| 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. |
| | From interface com.facebook.imagepipeline.producers.ThumbnailProducer
| abstract boolean | canProvideImageForSize(ResizeOptions resizeOptions) Checks whether the producer may be able to produce images of the specified size. |
|
Constant Value: "LocalExifThumbnailProducer"
Checks whether the producer may be able to produce images of the specified size. This makes no promise about being able to produce images for a particular source, only generally being able to produce output of the desired resolution.
In this case, assumptions are made about the common size of EXIF thumbnails which is that they may be up to 512 pixels in each dimension.
| resizeOptions | the resize options from the current request |
+Generated by Doclava. +