java.lang.Object | ||
↳ | com.facebook.imagepipeline.image.CloseableImage | |
↳ | com.facebook.imagepipeline.image.CloseableBitmap |
![]() |
CloseableImage
that wraps a bitmap.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CloseableBitmap() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Bitmap |
getUnderlyingBitmap()
Gets the underlying bitmap.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Gets the underlying bitmap. Note: care must be taken because subclasses might be more sophisticated than that. For example, animated bitmap may have many frames and this method will only return the first one.