Uses of Class
org.apache.poi.hwmf.record.HwmfTernaryRasterOp
-
Packages that use HwmfTernaryRasterOp Package Description org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfTernaryRasterOp in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfTernaryRasterOp Modifier and Type Method Description HwmfTernaryRasterOpHwmfDrawProperties. getRasterOp3()Methods in org.apache.poi.hwmf.draw with parameters of type HwmfTernaryRasterOp Modifier and Type Method Description voidHwmfDrawProperties. setRasterOp3(HwmfTernaryRasterOp rasterOp3)Constructors in org.apache.poi.hwmf.draw with parameters of type HwmfTernaryRasterOp Constructor Description HwmfROP3Composite(AffineTransform at, Shape shape, HwmfTernaryRasterOp rop3, BufferedImage bitmap, Color background, Color foreground) -
Uses of HwmfTernaryRasterOp in org.apache.poi.hwmf.record
Fields in org.apache.poi.hwmf.record declared as HwmfTernaryRasterOp Modifier and Type Field Description protected HwmfTernaryRasterOpHwmfFill.WmfDibStretchBlt. rasterOperationA 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 HwmfTernaryRasterOpHwmfFill.WmfStretchBlt. rasterOperationA 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 HwmfTernaryRasterOpHwmfFill.WmfStretchDib. rasterOperationA 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.Methods in org.apache.poi.hwmf.record that return HwmfTernaryRasterOp Modifier and Type Method Description HwmfTernaryRasterOpHwmfFill.WmfDibStretchBlt. getRasterOperation()HwmfTernaryRasterOpHwmfFill.WmfPatBlt. getRasterOperation()HwmfTernaryRasterOpHwmfFill.WmfStretchBlt. getRasterOperation()HwmfTernaryRasterOpHwmfFill.WmfStretchDib. getRasterOperation()static HwmfTernaryRasterOpHwmfTernaryRasterOp. valueOf(int opIndex)Returns the enum constant of this type with the specified name.static HwmfTernaryRasterOpHwmfTernaryRasterOp. valueOf(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.
-