Package | Description |
---|---|
org.apache.poi.hwmf.draw | |
org.apache.poi.hwmf.record |
Modifier and Type | Method and Description |
---|---|
HwmfTernaryRasterOp |
HwmfDrawProperties.getRasterOp3() |
Modifier and Type | Method and Description |
---|---|
void |
HwmfDrawProperties.setRasterOp3(HwmfTernaryRasterOp rasterOp3) |
Constructor and Description |
---|
HwmfROP3Composite(java.awt.geom.AffineTransform at,
java.awt.Shape shape,
HwmfTernaryRasterOp rop3,
java.awt.image.BufferedImage bitmap,
java.awt.Color background,
java.awt.Color foreground) |
Modifier and Type | Field and Description |
---|---|
protected HwmfTernaryRasterOp |
HwmfFill.WmfStretchBlt.rasterOperation
A 32-bit unsigned integer that defines how the source pixels, the current brush
in the playback device context, and the destination pixels are to be combined to form the new
image.
|
protected HwmfTernaryRasterOp |
HwmfFill.WmfStretchDib.rasterOperation
A 32-bit unsigned integer that defines how the source pixels, the current brush in
the playback device context, and the destination pixels are to be combined to
form the new image.
|
protected HwmfTernaryRasterOp |
HwmfFill.WmfDibStretchBlt.rasterOperation
A 32-bit unsigned integer that defines how the source pixels, the current brush
in the playback device context, and the destination pixels are to be combined to form the
new image.
|
Modifier and Type | Method and Description |
---|---|
HwmfTernaryRasterOp |
HwmfFill.WmfPatBlt.getRasterOperation() |
HwmfTernaryRasterOp |
HwmfFill.WmfStretchBlt.getRasterOperation() |
HwmfTernaryRasterOp |
HwmfFill.WmfStretchDib.getRasterOperation() |
HwmfTernaryRasterOp |
HwmfFill.WmfDibStretchBlt.getRasterOperation() |
static HwmfTernaryRasterOp |
HwmfTernaryRasterOp.valueOf(int opIndex) |
static HwmfTernaryRasterOp |
HwmfTernaryRasterOp.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HwmfTernaryRasterOp[] |
HwmfTernaryRasterOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.