public class

BitmapHelper

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

Summary

Nested Classes
class BitmapHelper.CustomBitmap  
Public Constructors
BitmapHelper()
Public Methods
static void createArrayFromBitmap(Bitmap bmp, int[] buf, int width, int height)
static void drawInRect(Bitmap bitmap, Graphics g, int width, int height)
static Bitmap getBitmap(int[] buf)
static byte[] getColor(int[] arr)
static int getHeight(Bitmap bmp)
static int getWidth(Bitmap bmp)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BitmapHelper ()

Public Methods

public static void createArrayFromBitmap (Bitmap bmp, int[] buf, int width, int height)

public static void drawInRect (Bitmap bitmap, Graphics g, int width, int height)

public static Bitmap getBitmap (int[] buf)

public static byte[] getColor (int[] arr)

public static int getHeight (Bitmap bmp)

public static int getWidth (Bitmap bmp)