Package org.apache.poi.hwmf.record
Class HwmfBitmapDib
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfBitmapDib
-
public class HwmfBitmapDib extends java.lang.ObjectThe DeviceIndependentBitmap Object defines an image in device-independent bitmap (DIB) format.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHwmfBitmapDib.BitCountstatic classHwmfBitmapDib.Compression
-
Constructor Summary
Constructors Constructor Description HwmfBitmapDib()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStreamgetBMPStream()java.awt.image.BufferedImagegetImage()intinit(LittleEndianInputStream leis, int recordSize)
-
-
-
Method Detail
-
init
public int init(LittleEndianInputStream leis, int recordSize) throws java.io.IOException
- Throws:
java.io.IOException
-
getBMPStream
public java.io.InputStream getBMPStream()
-
getImage
public java.awt.image.BufferedImage getImage()
-
-