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 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 Map<String,Supplier<?>>getGenericProperties()BufferedImagegetImage()intinit(LittleEndianInputStream leis)-
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 IOException
- Throws:
IOException
-
getImage
public BufferedImage getImage()
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-