Package org.apache.poi.hwmf.draw
Class HwmfROP3Composite
java.lang.Object
org.apache.poi.hwmf.draw.HwmfROP3Composite
- All Implemented Interfaces:
Composite
HWMFs Raster Operation for Ternary arguments (Source / Destination / Pattern)
-
Constructor Summary
ConstructorsConstructorDescriptionHwmfROP3Composite(AffineTransform at, Shape shape, HwmfTernaryRasterOp rop3, BufferedImage bitmap, Color background, Color foreground) -
Method Summary
Modifier and TypeMethodDescriptioncreateContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
-
Constructor Details
-
HwmfROP3Composite
public HwmfROP3Composite(AffineTransform at, Shape shape, HwmfTernaryRasterOp rop3, BufferedImage bitmap, Color background, Color foreground)
-
-
Method Details
-
createContext
public CompositeContext createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints) - Specified by:
createContextin interfaceComposite
-