Back to Fresco

HoneycombBitmapCreator

docs/javadoc/reference/com/facebook/imagepipeline/bitmaps/HoneycombBitmapCreator.html

3.6.012.1 KB
Original Source

Fresco

|

|

Packages | Classes

Classes

Packages | Classes

Summary: Ctors | Methods | Inherited Methods | [Expand All]

public class

HoneycombBitmapCreator

extends Object
implements BitmapCreator

| java.lang.Object | | ↳ | com.facebook.imagepipeline.bitmaps.HoneycombBitmapCreator |

Class Overview

This is the implementation of the BitmapCreator for the Honeycomb

Summary

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 |

|

Public Constructors

public HoneycombBitmapCreator(PoolFactory poolFactory)

Public Methods

public Bitmap createNakedBitmap(int width, int height, Bitmap.Config bitmapConfig)

This creates a Bitmap with will be then wrapped with a CloseableReference

Parameters

| width | The width of the image | | height | The height of the image | | bitmapConfig | The Config object to use |

Returns
  • The Bitmap

+Generated by Doclava. +