Package org.apache.poi.hemf.record.emf
Class HemfFill.EmfBitBlt
java.lang.Object
org.apache.poi.hwmf.record.HwmfFill.WmfStretchDib
org.apache.poi.hemf.record.emf.HemfFill.EmfStretchBlt
org.apache.poi.hemf.record.emf.HemfFill.EmfBitBlt
- All Implemented Interfaces:
GenericRecord,HemfRecord,HwmfFill.HwmfImageRecord,HwmfRecord
- Enclosing class:
HemfFill
The EMR_BITBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle,
optionally in combination with a brush pattern, according to a specified raster operation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.poi.hemf.record.emf.HemfRecord
HemfRecord.RenderBounds -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.hemf.record.emf.HemfFill.EmfStretchBlt
draw, getBkColorSrc, getBounds, getGenericProperties, getGenericRecordType, getXFormSrc, init, toStringMethods inherited from class org.apache.poi.hwmf.record.HwmfFill.WmfStretchDib
draw, getBitmap, getBMPData, getColorUsage, getDstBounds, getImage, getRasterOperation, getSrcBounds, getWmfRecordType, initMethods 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.hemf.record.emf.HemfRecord
calcBounds, setHeaderMethods inherited from interface org.apache.poi.hwmf.record.HwmfFill.HwmfImageRecord
getImage
-
Constructor Details
-
EmfBitBlt
public EmfBitBlt()
-
-
Method Details
-
getEmfRecordType
- Specified by:
getEmfRecordTypein interfaceHemfRecord- Overrides:
getEmfRecordTypein classHemfFill.EmfStretchBlt
-