Package org.apache.poi.hwmf.record
Class HwmfFill.WmfBitBlt
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfFill.WmfStretchBlt
-
- org.apache.poi.hwmf.record.HwmfFill.WmfBitBlt
-
- All Implemented Interfaces:
GenericRecord,HwmfRecord
- Enclosing class:
- HwmfFill
public static class HwmfFill.WmfBitBlt extends HwmfFill.WmfStretchBlt
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hwmf.record.HwmfFill.WmfStretchBlt
dstBounds, rasterOperation, srcBounds, target
-
-
Constructor Summary
Constructors Constructor Description WmfBitBlt()
-
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.WmfStretchBlt
draw, getDstBounds, getGenericProperties, getRasterOperation, getSrcBounds, getTarget, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Methods inherited from interface org.apache.poi.hwmf.record.HwmfRecord
getGenericRecordType
-
-
-
-
Method Detail
-
getWmfRecordType
public HwmfRecordType getWmfRecordType()
- Specified by:
getWmfRecordTypein interfaceHwmfRecord- Overrides:
getWmfRecordTypein classHwmfFill.WmfStretchBlt
-
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.WmfStretchBlt- Parameters:
leis- the little endian input stream- Returns:
- count of processed bytes
- Throws:
IOException
-
-