Package | Description |
---|---|
org.apache.poi.hwmf.draw | |
org.apache.poi.hwmf.record |
Modifier and Type | Method and Description |
---|---|
HwmfTernaryRasterOp |
HwmfDrawProperties.getRasterOp() |
Modifier and Type | Method and Description |
---|---|
void |
HwmfDrawProperties.setRasterOp(HwmfTernaryRasterOp rasterOp) |
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 2020 The Apache Software Foundation or its licensors, as applicable.