Class 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private 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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Graphics2DImagePainterWMF

        public Graphics2DImagePainterWMF​(ImageWMF wmf)
    • Method Detail

      • getImageSize

        public java.awt.Dimension getImageSize()
        Specified by:
        getImageSize in interface org.apache.xmlgraphics.java2d.Graphics2DImagePainter
      • paint

        public void paint​(java.awt.Graphics2D g2d,
                          java.awt.geom.Rectangle2D area)
        Specified by:
        paint in interface org.apache.xmlgraphics.java2d.Graphics2DImagePainter