Back to Fresco

BitmapCreator

docs/javadoc/reference/com/facebook/common/webp/BitmapCreator.html

3.6.010.6 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Packages | Classes

Summary: Methods | [Expand All]

public interface

BitmapCreator

| com.facebook.common.webp.BitmapCreator |

| Known Indirect Subclasses

HoneycombBitmapCreator

| HoneycombBitmapCreator | This is the implementation of the BitmapCreator for the Honeycomb |

|

Class Overview

This is a utility class we use in order to allocate a Bitmap that will be wrapped later with a CloseableReference

Summary

Public Methods
abstract Bitmap
This creates a Bitmap with will be then wrapped with a CloseableReference

Public Methods

public abstract 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. +