Package org.apache.poi.hwmf.record
Class HwmfBitmap16
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfBitmap16
-
- All Implemented Interfaces:
GenericRecord
public class HwmfBitmap16 extends java.lang.Object implements GenericRecord
-
-
Constructor Summary
Constructors Constructor Description HwmfBitmap16()
HwmfBitmap16(boolean isPartial)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.util.function.Supplier<?>>
getGenericProperties()
java.awt.image.BufferedImage
getImage()
int
init(LittleEndianInputStream leis)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Method Detail
-
init
public int init(LittleEndianInputStream leis) throws java.io.IOException
- Throws:
java.io.IOException
-
getImage
public java.awt.image.BufferedImage getImage()
-
getGenericProperties
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
- Specified by:
getGenericProperties
in interfaceGenericRecord
-
-