Back to Fresco

ImageInfo

docs/javadoc/reference/com/facebook/imagepipeline/image/ImageInfo.html

3.6.012.4 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Enums

Packages | Classes

Summary: Methods | Inherited Methods | [Expand All]

public interface

ImageInfo

implements HasImageMetadata

| com.facebook.imagepipeline.image.ImageInfo |

| Known Indirect Subclasses

CloseableAnimatedImage, CloseableBitmap, CloseableImage, CloseableStaticBitmap

| 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
abstract QualityInfo
abstract int

| [Expand] Inherited Methods | | --- | | From interface com.facebook.imagepipeline.image.HasImageMetadata

| abstract Map<String, Object> | getExtras() |

|

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

+Generated by Doclava. +