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(Image bmp, int[] buf, int width, int height)
static void drawInRect(BufferedImage bitmap, Graphics g, int width, int height)
static Image getBitmap(int[] buf)
static Color getColor(int[] arr)
static int getHeight(Image bmp)
static int getWidth(Image bmp)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BitmapHelper ()

Public Methods

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

Throws
InterruptedException

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

public static Image getBitmap (int[] buf)

public static Color getColor (int[] arr)

public static int getHeight (Image bmp)

public static int getWidth (Image bmp)