Package org.apache.poi.hwmf.record
Class HwmfFill.WmfDibBitBlt
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfFill.WmfDibBitBlt
-
- All Implemented Interfaces:
HwmfFill.HwmfImageRecord,HwmfObjectTableEntry,HwmfRecord
- Enclosing class:
- HwmfFill
public static class HwmfFill.WmfDibBitBlt extends java.lang.Object implements HwmfRecord, HwmfFill.HwmfImageRecord, HwmfObjectTableEntry
-
-
Constructor Summary
Constructors Constructor Description WmfDibBitBlt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyObject(HwmfGraphics ctx)voiddraw(HwmfGraphics ctx)Apply the record settings to the graphics contextjava.awt.image.BufferedImagegetImage()HwmfRecordTypegetRecordType()intinit(LittleEndianInputStream leis, long recordSize, int recordFunction)Init record from stream
-
-
-
Method Detail
-
getRecordType
public HwmfRecordType getRecordType()
- Specified by:
getRecordTypein interfaceHwmfRecord
-
init
public int init(LittleEndianInputStream leis, long recordSize, int recordFunction) throws java.io.IOException
Description copied from interface:HwmfRecordInit record from stream- Specified by:
initin interfaceHwmfRecord- Parameters:
leis- the little endian input stream- Returns:
- count of processed bytes
- Throws:
java.io.IOException
-
draw
public void draw(HwmfGraphics ctx)
Description copied from interface:HwmfRecordApply the record settings to the graphics context- Specified by:
drawin interfaceHwmfRecord- Parameters:
ctx- the graphics context to modify
-
applyObject
public void applyObject(HwmfGraphics ctx)
- Specified by:
applyObjectin interfaceHwmfObjectTableEntry
-
getImage
public java.awt.image.BufferedImage getImage()
- Specified by:
getImagein interfaceHwmfFill.HwmfImageRecord
-
-