Package org.apache.poi.hemf.record.emf
Class HemfFill
java.lang.Object
org.apache.poi.hemf.record.emf.HemfFill
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classThe 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 classstatic classstatic classThe EMR_FILLRGN record fills the specified region by using the specified brush.static classThe EMR_FRAMERGN record draws a border around the specified region using the specified brush.static classThe EMR_INVERTRGN record inverts the colors in the specified region.static classThe EMR_PAINTRGN record paints the specified region by using the brush currently selected into the playback device context.static classThe EMR_SETDIBITSTODEVICE record specifies a block transfer of pixels from specified scanlines of a source bitmap to a destination rectangle.static classThe EMR_SETPOLYFILLMODE record defines polygon fill mode.static classThe 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 classThe 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
Modifier and TypeMethodDescriptionstatic intreadXForm(LittleEndianInputStream leis, AffineTransform xform)
-
Method Details
-
readXForm
-