Package org.apache.poi.hwmf.draw
Class HwmfROP3Composite
- java.lang.Object
-
- org.apache.poi.hwmf.draw.HwmfROP3Composite
-
-
Constructor Summary
Constructors Constructor Description HwmfROP3Composite(AffineTransform at, Shape shape, HwmfTernaryRasterOp rop3, BufferedImage bitmap, Color background, Color foreground)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompositeContextcreateContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
-
-
-
Constructor Detail
-
HwmfROP3Composite
public HwmfROP3Composite(AffineTransform at, Shape shape, HwmfTernaryRasterOp rop3, BufferedImage bitmap, Color background, Color foreground)
-
-
Method Detail
-
createContext
public CompositeContext createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
- Specified by:
createContextin interfaceComposite
-
-