Package org.apache.poi.hwmf.record
Class HwmfBitmap16
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfBitmap16
-
public class HwmfBitmap16 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HwmfBitmap16()
HwmfBitmap16(boolean isPartial)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImage
getImage()
int
init(LittleEndianInputStream leis)
-
-
-
Method Detail
-
init
public int init(LittleEndianInputStream leis) throws java.io.IOException
- Throws:
java.io.IOException
-
getImage
public java.awt.image.BufferedImage getImage()
-
-