Uses of Class
org.apache.poi.hwmf.record.HwmfBinaryRasterOp
-
Packages that use HwmfBinaryRasterOp Package Description org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfBinaryRasterOp in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfBinaryRasterOp Modifier and Type Method Description HwmfBinaryRasterOpHwmfDrawProperties. getRasterOp2()Methods in org.apache.poi.hwmf.draw with parameters of type HwmfBinaryRasterOp Modifier and Type Method Description voidHwmfDrawProperties. setRasterOp2(HwmfBinaryRasterOp rasterOp2)Constructors in org.apache.poi.hwmf.draw with parameters of type HwmfBinaryRasterOp Constructor Description HwmfROP2Composite(HwmfBinaryRasterOp op) -
Uses of HwmfBinaryRasterOp in org.apache.poi.hwmf.record
Fields in org.apache.poi.hwmf.record declared as HwmfBinaryRasterOp Modifier and Type Field Description protected HwmfBinaryRasterOpHwmfMisc.WmfSetRop2. drawModeAn unsigned integer that defines the foreground binary raster operation mixing modeMethods in org.apache.poi.hwmf.record that return HwmfBinaryRasterOp Modifier and Type Method Description HwmfBinaryRasterOpHwmfMisc.WmfSetRop2. getDrawMode()static HwmfBinaryRasterOpHwmfBinaryRasterOp. valueOf(int opIndex)Returns the enum constant of this type with the specified name.static HwmfBinaryRasterOpHwmfBinaryRasterOp. valueOf(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.
-