public class PrinterHtmlInterface
extends java.lang.Object
Constructor and Description |
---|
PrinterHtmlInterface() |
Modifier and Type | Method and Description |
---|---|
static int |
bitmapGSVMSBToBufferGray(byte[] bufBitmap,
int bitmapOffset,
byte[] result,
int resultOffset,
int w,
int h) |
static int |
bitmapGSVMSBToBufferRGB(byte[] bufBitmap,
int bitmapOffset,
byte[] result,
int resultOffset,
int w,
int h) |
public static int bitmapGSVMSBToBufferRGB(byte[] bufBitmap, int bitmapOffset, byte[] result, int resultOffset, int w, int h)
bufBitmap
- bufBitmapbitmapOffset
- start indexresult
- resultresultOffset
- start indexw
- srcBmp widthh
- srcBmp height
return value: the length of the valid data in result buffer.public static int bitmapGSVMSBToBufferGray(byte[] bufBitmap, int bitmapOffset, byte[] result, int resultOffset, int w, int h)