Package org.apache.poi.hwmf.record
Class HwmfFill
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfFill
-
public class HwmfFill extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHwmfFill.ColorUsageThe ColorUsage Enumeration (a 16-bit unsigned integer) specifies whether a color table exists in a device-independent bitmap (DIB) and how to interpret its values, i.e.static interfaceHwmfFill.HwmfImageRecordA record which contains an image (to be extracted)static classHwmfFill.WmfBitBltstatic classHwmfFill.WmfDibBitBltstatic classHwmfFill.WmfDibStretchBltstatic classHwmfFill.WmfExtFloodFillThe META_EXTFLOODFILL record fills an area with the brush that is defined in the playback device context.static classHwmfFill.WmfFillRegionThe META_FILLREGION record fills a region using a specified brush.static classHwmfFill.WmfFloodFillThe META_FLOODFILL record fills an area of the output surface with the brush that is defined in the playback device context.static classHwmfFill.WmfInvertRegionThe META_INVERTREGION record draws a region in which the colors are inverted.static classHwmfFill.WmfPaintRegionThe META_PAINTREGION record paints the specified region by using the brush that is defined in the playback device context.static classHwmfFill.WmfPatBltThe META_PATBLT record paints a specified rectangle using the brush that is defined in the playback device context.static classHwmfFill.WmfSetDibToDevThe META_SETDIBTODEV record sets a block of pixels in the playback device context using deviceindependent color data.static classHwmfFill.WmfSetPolyfillModeThe META_SETPOLYFILLMODE record sets polygon fill mode in the playback device context for graphics operations that fill polygons.static classHwmfFill.WmfStretchBltThe META_STRETCHBLT record specifies the transfer of a block of pixels according to a raster operation, with possible expansion or contraction.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.
-
Constructor Summary
Constructors Constructor Description HwmfFill()
-