Class ImageConverterWMF2G2D.Graphics2DImagePainterWMF
- java.lang.Object
-
- org.apache.fop.image.loader.batik.ImageConverterWMF2G2D.Graphics2DImagePainterWMF
-
- All Implemented Interfaces:
org.apache.xmlgraphics.java2d.Graphics2DImagePainter
- Enclosing class:
- ImageConverterWMF2G2D
private static class ImageConverterWMF2G2D.Graphics2DImagePainterWMF extends java.lang.Object implements org.apache.xmlgraphics.java2d.Graphics2DImagePainter
-
-
Constructor Summary
Constructors Constructor Description Graphics2DImagePainterWMF(ImageWMF wmf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Dimension
getImageSize()
void
paint(java.awt.Graphics2D g2d, java.awt.geom.Rectangle2D area)
-
-
-
Field Detail
-
wmf
private ImageWMF wmf
-
-
Constructor Detail
-
Graphics2DImagePainterWMF
public Graphics2DImagePainterWMF(ImageWMF wmf)
-
-
Method Detail
-
getImageSize
public java.awt.Dimension getImageSize()
- Specified by:
getImageSize
in interfaceorg.apache.xmlgraphics.java2d.Graphics2DImagePainter
-
paint
public void paint(java.awt.Graphics2D g2d, java.awt.geom.Rectangle2D area)
- Specified by:
paint
in interfaceorg.apache.xmlgraphics.java2d.Graphics2DImagePainter
-
-