public final class HemfFill
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HemfFill.EmfAlphaBlend |
static class |
HemfFill.EmfBitBlt
The 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 class |
HemfFill.EmfExtFloodFill |
static class |
HemfFill.EmfExtSelectClipRgn |
static class |
HemfFill.EmfFillRgn
The EMR_FILLRGN record fills the specified region by using the specified brush.
|
static class |
HemfFill.EmfFrameRgn
The EMR_FRAMERGN record draws a border around the specified region using the specified brush.
|
static class |
HemfFill.EmfInvertRgn
The EMR_INVERTRGN record inverts the colors in the specified region.
|
static class |
HemfFill.EmfPaintRgn
The EMR_PAINTRGN record paints the specified region by using the brush currently selected into the
playback device context.
|
static class |
HemfFill.EmfSetDiBitsToDevice
The EMR_SETDIBITSTODEVICE record specifies a block transfer of pixels from specified scanlines of
a source bitmap to a destination rectangle.
|
static class |
HemfFill.EmfSetPolyfillMode
The EMR_SETPOLYFILLMODE record defines polygon fill mode.
|
static class |
HemfFill.EmfStretchBlt
The 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 class |
HemfFill.EmfStretchDiBits
The 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.
|
Modifier and Type | Method and Description |
---|---|
static int |
readXForm(LittleEndianInputStream leis,
java.awt.geom.AffineTransform xform) |
public static int readXForm(LittleEndianInputStream leis, java.awt.geom.AffineTransform xform)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.