Package org.apache.fop.render.ps
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 -
Method Summary
Modifier and TypeMethodDescription(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
-
Constructor Details
-
EPSFormGenerator
EPSFormGenerator(String formName, String title, Dimension2D dimensions)
-
-
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 classorg.apache.xmlgraphics.ps.FormGenerator
- Throws:
IOException
-
doGeneratePaintProc
- Throws:
IOException
-