Class PSImageHandlerGraphics2D.EPSFormGenerator

java.lang.Object
org.apache.xmlgraphics.ps.FormGenerator
org.apache.fop.render.ps.PSImageHandlerGraphics2D.EPSFormGenerator
Enclosing class:
PSImageHandlerGraphics2D

private abstract static class PSImageHandlerGraphics2D.EPSFormGenerator extends org.apache.xmlgraphics.ps.FormGenerator
  • Constructor Summary

    Constructors
    Constructor
    Description
    EPSFormGenerator(String formName, String title, Dimension2D dimensions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) abstract void
    doGeneratePaintProc(org.apache.xmlgraphics.ps.PSGenerator gen)
     
    protected final void
    generatePaintProc(org.apache.xmlgraphics.ps.PSGenerator gen)
     
    protected void
    paintImageG2D(org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D imageG2D, Dimension2D dimensionsMpt, org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo)
     

    Methods inherited from class org.apache.xmlgraphics.ps.FormGenerator

    generate, generateAdditionalDataStream, getBBox, getDimensions, getFormName, getMatrix, getTitle

    Methods inherited from class java.lang.Object

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

  • Method Details

    • paintImageG2D

      protected void paintImageG2D(org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D imageG2D, Dimension2D dimensionsMpt, org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo) throws IOException
      Throws:
      IOException
    • generatePaintProc

      protected final void generatePaintProc(org.apache.xmlgraphics.ps.PSGenerator gen) throws IOException
      Specified by:
      generatePaintProc in class org.apache.xmlgraphics.ps.FormGenerator
      Throws:
      IOException
    • doGeneratePaintProc

      abstract void doGeneratePaintProc(org.apache.xmlgraphics.ps.PSGenerator gen) throws IOException
      Throws:
      IOException