docs/javadoc/reference/com/facebook/imagepipeline/drawable/DrawableFactory.html
|
|
Summary: Methods | [Expand All]
public interface
| com.facebook.imagepipeline.drawable.DrawableFactory |
| Known Indirect Subclasses
DefaultDrawableFactory, ExperimentalBitmapAnimationDrawableFactory
| DefaultDrawableFactory | |
| ExperimentalBitmapAnimationDrawableFactory | Animation factory for AnimatedDrawable2. |
|
Drawable factory to create Drawables for given images.
| Public Methods |
|---|
| abstract Drawable |
| Create a drawable for the given image. |
| abstract boolean |
| Returns true if the factory can create a Drawable for the given image. |
Create a drawable for the given image. It is guaranteed that this method is only called if supportsImageType(CloseableImage) returned true.
| image | the image to create the drawable for |
Returns true if the factory can create a Drawable for the given image.
| image | the image to check |
+Generated by Doclava. +