Package org.apache.poi.hwmf.record
Class HwmfFill.WmfDibBitBlt
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfFill.WmfDibStretchBlt
-
- org.apache.poi.hwmf.record.HwmfFill.WmfDibBitBlt
-
- All Implemented Interfaces:
GenericRecord,HwmfFill.HwmfImageRecord,HwmfRecord
- Enclosing class:
- HwmfFill
public static class HwmfFill.WmfDibBitBlt extends HwmfFill.WmfDibStretchBlt
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hwmf.record.HwmfFill.WmfDibStretchBlt
dstBounds, rasterOperation, srcBounds, target
-
-
Constructor Summary
Constructors Constructor Description WmfDibBitBlt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HwmfRecordTypegetWmfRecordType()intinit(LittleEndianInputStream leis, long recordSize, int recordFunction)Init record from stream-
Methods inherited from class org.apache.poi.hwmf.record.HwmfFill.WmfDibStretchBlt
draw, getBMPData, getDstBounds, getGenericProperties, getImage, getRasterOperation, getSrcBounds, getTarget
-
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
-
Methods inherited from interface org.apache.poi.hwmf.record.HwmfFill.HwmfImageRecord
getImage
-
Methods inherited from interface org.apache.poi.hwmf.record.HwmfRecord
getGenericRecordType
-
-
-
-
Method Detail
-
getWmfRecordType
public HwmfRecordType getWmfRecordType()
- Specified by:
getWmfRecordTypein interfaceHwmfRecord- Overrides:
getWmfRecordTypein classHwmfFill.WmfDibStretchBlt
-
init
public int init(LittleEndianInputStream leis, long recordSize, int recordFunction) throws IOException
Description copied from interface:HwmfRecordInit record from stream- Specified by:
initin interfaceHwmfRecord- Overrides:
initin classHwmfFill.WmfDibStretchBlt- Parameters:
leis- the little endian input stream- Returns:
- count of processed bytes
- Throws:
IOException
-
-