Package org.apache.poi.hemf.record.emf
Class HemfFill
- java.lang.Object
-
- org.apache.poi.hemf.record.emf.HemfFill
-
public final class HemfFill extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHemfFill.EmfAlphaBlendstatic 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.EmfExtFloodFillstatic classHemfFill.EmfExtSelectClipRgnstatic classHemfFill.EmfFillRgnThe EMR_FILLRGN record fills the specified region by using the specified brush.static classHemfFill.EmfFrameRgnThe EMR_FRAMERGN record draws a border around the specified region using the specified brush.static classHemfFill.EmfInvertRgnThe EMR_INVERTRGN record inverts the colors in the specified region.static classHemfFill.EmfPaintRgnThe EMR_PAINTRGN record paints the specified region by using the brush currently selected into the playback device context.static classHemfFill.EmfSetDiBitsToDeviceThe EMR_SETDIBITSTODEVICE record specifies a block transfer of pixels from specified scanlines of a source bitmap to a destination rectangle.static classHemfFill.EmfSetPolyfillModeThe EMR_SETPOLYFILLMODE record defines polygon fill mode.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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intreadXForm(LittleEndianInputStream leis, java.awt.geom.AffineTransform xform)
-
-
-
Method Detail
-
readXForm
public static int readXForm(LittleEndianInputStream leis, java.awt.geom.AffineTransform xform)
-
-