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 TypeMethodDescriptionintinit(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, getTargetMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildrenMethods inherited from interface org.apache.poi.hwmf.record.HwmfFill.HwmfImageRecord
getImageMethods inherited from interface org.apache.poi.hwmf.record.HwmfRecord
getGenericRecordType
-
Constructor Details
-
WmfDibBitBlt
public WmfDibBitBlt()
-
-
Method Details
-
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
-