Uses of Interface
org.apache.poi.hwmf.record.HwmfFill.HwmfImageRecord
-
Packages that use HwmfFill.HwmfImageRecord Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.record -
-
Uses of HwmfFill.HwmfImageRecord in org.apache.poi.hemf.record.emf
Classes in org.apache.poi.hemf.record.emf that implement HwmfFill.HwmfImageRecord Modifier and Type Class Description static classHemfFill.EmfBitBltThe 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.static classHemfFill.EmfStretchBltThe EMR_STRETCHBLT 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, stretching or compressing the output to fit the dimensions of the destination, if necessary.static classHemfFill.EmfStretchDiBitsThe EMR_STRETCHDIBITS 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, stretching or compressing the output to fit the dimensions of the destination, if necessary.static classHemfMisc.EmfCreateDibPatternBrushPtThe EMR_CREATEDIBPATTERNBRUSHPT record defines a pattern brush for graphics operations. -
Uses of HwmfFill.HwmfImageRecord in org.apache.poi.hwmf.record
Classes in org.apache.poi.hwmf.record that implement HwmfFill.HwmfImageRecord Modifier and Type Class Description static classHwmfFill.WmfDibBitBltstatic classHwmfFill.WmfDibStretchBltThe META_DIBSTRETCHBLT record specifies the transfer of a block of pixels in device-independent format according to a raster operation, with possible expansion or contraction.static classHwmfFill.WmfSetDibToDevThe META_SETDIBTODEV record sets a block of pixels in the playback device context using deviceindependent color data.static classHwmfFill.WmfStretchDibThe META_STRETCHDIB record specifies the transfer of color data from a block of pixels in device independent format according to a raster operation, with possible expansion or contraction.static classHwmfMisc.WmfDibCreatePatternBrushThe META_DIBCREATEPATTERNBRUSH record creates a Brush Object with a pattern specified by a DeviceIndependentBitmap (DIB) Object
-