public static class

BitmapHelper.CustomBitmap

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

Summary

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

Fields

public BufferedImage bitmap

public int[] bitmapArray

Public Constructors

public CustomBitmap (int width, int height)

public CustomBitmap (int width, int height, BufferedImage inputBitmap)

Public Methods

public void create ()