docs/javadoc/reference/com/facebook/imagepipeline/bitmaps/HoneycombBitmapCreator.html
|
|
Summary: Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
implements BitmapCreator
| java.lang.Object | | ↳ | com.facebook.imagepipeline.bitmaps.HoneycombBitmapCreator |
This is the implementation of the BitmapCreator for the Honeycomb
| Public Constructors |
|---|
| Public Methods |
|---|
| Bitmap |
| This creates a Bitmap with will be then wrapped with a CloseableReference |
| [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.common.webp.BitmapCreator
| abstract Bitmap | createNakedBitmap(int width, int height, Bitmap.Config bitmapConfig) This creates a Bitmap with will be then wrapped with a CloseableReference |
|
This creates a Bitmap with will be then wrapped with a CloseableReference
| width | The width of the image | | height | The height of the image | | bitmapConfig | The Config object to use |
+Generated by Doclava. +