Package org.apache.poi.hwmf.record
Class HwmfFill
java.lang.Object
org.apache.poi.hwmf.record.HwmfFill
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The 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 interface
A record which contains an image (to be extracted)static class
static class
static class
static class
The META_EXTFLOODFILL record fills an area with the brush that is defined in the playback device context.static class
The META_FILLREGION record fills a region using a specified brush.static class
The META_FLOODFILL record fills an area of the output surface with the brush that is defined in the playback device context.static class
The META_INVERTREGION record draws a region in which the colors are inverted.static class
The META_PAINTREGION record paints the specified region by using the brush that is defined in the playback device context.static class
The META_PATBLT record paints a specified rectangle using the brush that is defined in the playback device context.static class
The META_SETDIBTODEV record sets a block of pixels in the playback device context using deviceindependent color data.static class
The META_SETPOLYFILLMODE record sets polygon fill mode in the playback device context for graphics operations that fill polygons.static class
The META_STRETCHBLT record specifies the transfer of a block of pixels according to a raster operation, with possible expansion or contraction.static class
The 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 -
Method Summary
-
Constructor Details
-
HwmfFill
public HwmfFill()
-