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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
init
(LittleEndianInputStream leis, long recordSize, int recordFunction) Init record from streamMethods 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
equals, 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
-
Constructor Details
-
WmfDibBitBlt
public WmfDibBitBlt()
-
-
Method Details
-
getWmfRecordType
- Specified by:
getWmfRecordType
in interfaceHwmfRecord
- Overrides:
getWmfRecordType
in classHwmfFill.WmfDibStretchBlt
-
init
public int init(LittleEndianInputStream leis, long recordSize, int recordFunction) throws IOException Description copied from interface:HwmfRecord
Init record from stream- Specified by:
init
in interfaceHwmfRecord
- Overrides:
init
in classHwmfFill.WmfDibStretchBlt
- Parameters:
leis
- the little endian input stream- Returns:
- count of processed bytes
- Throws:
IOException
-