Package | Description |
---|---|
org.apache.poi.hwmf.draw | |
org.apache.poi.hwmf.record |
Modifier and Type | Method and Description |
---|---|
HwmfBinaryRasterOp |
HwmfDrawProperties.getRasterOp2() |
Modifier and Type | Method and Description |
---|---|
void |
HwmfDrawProperties.setRasterOp2(HwmfBinaryRasterOp rasterOp2) |
Constructor and Description |
---|
HwmfROP2Composite(HwmfBinaryRasterOp op) |
Modifier and Type | Field and Description |
---|---|
protected HwmfBinaryRasterOp |
HwmfMisc.WmfSetRop2.drawMode
An unsigned integer that defines the foreground binary raster operation mixing mode
|
Modifier and Type | Method and Description |
---|---|
HwmfBinaryRasterOp |
HwmfMisc.WmfSetRop2.getDrawMode() |
static HwmfBinaryRasterOp |
HwmfBinaryRasterOp.valueOf(int opIndex) |
static HwmfBinaryRasterOp |
HwmfBinaryRasterOp.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HwmfBinaryRasterOp[] |
HwmfBinaryRasterOp.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.