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
-
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.WmfStretchBlt
draw, getDstBounds, getGenericProperties, getRasterOperation, getSrcBounds, getTarget, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildrenMethods inherited from interface org.apache.poi.hwmf.record.HwmfRecord
getGenericRecordType
-
Constructor Details
-
WmfBitBlt
public WmfBitBlt()
-
-
Method Details
-
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
-