public static class

BitmapHelper.CustomBitmap

extends Object
java.lang.Object
   ↳ com.pdftron.helpers.BitmapHelper.CustomBitmap

Summary

Fields
public Bitmap bitmap
public int[] bitmapArray
Public Constructors
CustomBitmap(int width, int height)
CustomBitmap(int width, int height, Bitmap.Config config)
Public Methods
void create()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Bitmap bitmap

public int[] bitmapArray

Public Constructors

public CustomBitmap (int width, int height)

public CustomBitmap (int width, int height, Bitmap.Config config)

Public Methods

public void create ()