java.lang.Object | |
↳ | com.pdftron.helpers.BitmapHelper |
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
|