public class HwmfBitmapDib
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HwmfBitmapDib.BitCount |
static class |
HwmfBitmapDib.Compression |
| Constructor and Description |
|---|
HwmfBitmapDib() |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getBMPStream() |
java.awt.image.BufferedImage |
getImage() |
int |
init(LittleEndianInputStream leis,
int recordSize) |
protected int |
readColors(LittleEndianInputStream leis) |
protected int |
readHeader(LittleEndianInputStream leis) |
protected int |
readRGBQuad(LittleEndianInputStream leis,
int count) |
public int init(LittleEndianInputStream leis, int recordSize) throws java.io.IOException
java.io.IOExceptionprotected int readHeader(LittleEndianInputStream leis) throws java.io.IOException
java.io.IOExceptionprotected int readColors(LittleEndianInputStream leis) throws java.io.IOException
java.io.IOExceptionprotected int readRGBQuad(LittleEndianInputStream leis, int count) throws java.io.IOException
java.io.IOExceptionpublic java.io.InputStream getBMPStream()
public java.awt.image.BufferedImage getImage()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.