Package org.apache.fop.render.ps
Class ResourceHandler.IncludeResourceListener
- java.lang.Object
-
- org.apache.fop.render.ps.ResourceHandler.IncludeResourceListener
-
- All Implemented Interfaces:
org.apache.xmlgraphics.ps.dsc.DSCListener
- Enclosing class:
- ResourceHandler
private class ResourceHandler.IncludeResourceListener extends java.lang.Object implements org.apache.xmlgraphics.ps.dsc.DSCListener
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.xmlgraphics.ps.PSGenerator
gen
-
Constructor Summary
Constructors Constructor Description IncludeResourceListener(org.apache.xmlgraphics.ps.PSGenerator gen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processEvent(org.apache.xmlgraphics.ps.dsc.events.DSCEvent event, org.apache.xmlgraphics.ps.dsc.DSCParser parser)
-
-
-
Method Detail
-
processEvent
public void processEvent(org.apache.xmlgraphics.ps.dsc.events.DSCEvent event, org.apache.xmlgraphics.ps.dsc.DSCParser parser) throws java.io.IOException, org.apache.xmlgraphics.ps.dsc.DSCException
- Specified by:
processEvent
in interfaceorg.apache.xmlgraphics.ps.dsc.DSCListener
- Throws:
java.io.IOException
org.apache.xmlgraphics.ps.dsc.DSCException
-
-