Fresco
Package Index
|
Class Index
com.facebook.binaryresource
com.facebook.cache.common
com.facebook.cache.disk
com.facebook.common.disk
com.facebook.common.internal
com.facebook.common.logging
com.facebook.common.memory
com.facebook.common.references
com.facebook.datasource
com.facebook.drawee.backends.pipeline
com.facebook.drawee.backends.volley
com.facebook.drawee.controller
com.facebook.drawee.drawable
com.facebook.drawee.generic
com.facebook.drawee.interfaces
com.facebook.drawee.view
com.facebook.imagepipeline.animated.base
com.facebook.imagepipeline.animated.factory
com.facebook.imagepipeline.animated.impl
com.facebook.imagepipeline.animated.util
com.facebook.imagepipeline.backends.okhttp3
com.facebook.imagepipeline.bitmaps
com.facebook.imagepipeline.cache
com.facebook.imagepipeline.common
com.facebook.imagepipeline.core
com.facebook.imagepipeline.datasource
com.facebook.imagepipeline.decoder
com.facebook.imagepipeline.image
com.facebook.imagepipeline.listener
com.facebook.imagepipeline.memory
com.facebook.imagepipeline.producers
com.facebook.imagepipeline.request
Interfaces
ImageInfo
QualityInfo
Classes
CloseableAnimatedBitmap
CloseableAnimatedImage
CloseableBitmap
CloseableImage
CloseableStaticBitmap
ImmutableQualityInfo
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
ImageInfo
com.facebook.imagepipeline.image.ImageInfo
Known Indirect Subclasses
CloseableAnimatedBitmap
,
CloseableAnimatedImage
,
CloseableBitmap
,
CloseableImage
,
CloseableStaticBitmap
CloseableAnimatedBitmap
CloseableImage that contains array of Bitmaps and frame durations.
CloseableAnimatedImage
Encapsulates the data needed in order for
AnimatedDrawable
to render a
AnimatedImage
.
CloseableBitmap
CloseableImage
that wraps a bitmap.
CloseableImage
A simple wrapper around an image that implements Closeable
CloseableStaticBitmap
CloseableImage that contains one Bitmap.
Class Overview
Interface containing information about an image.
Summary
Public Methods
abstract int
getHeight
()
abstract
QualityInfo
getQualityInfo
()
abstract int
getWidth
()
Public Methods
public abstract int
getHeight
()
Returns
height of the image
public abstract
QualityInfo
getQualityInfo
()
Returns
quality information for the image
public abstract int
getWidth
()
Returns
width of the image