Package org.apache.fop.render.ps
Class PSDocumentHandler.FOPPSGeneratorImpl
- java.lang.Object
-
- org.apache.xmlgraphics.ps.PSGenerator
-
- org.apache.fop.render.ps.PSDocumentHandler.FOPPSGeneratorImpl
-
- All Implemented Interfaces:
PSDocumentHandler.FOPPSGenerator
,org.apache.xmlgraphics.ps.PSCommandMap
- Enclosing class:
- PSDocumentHandler
public class PSDocumentHandler.FOPPSGeneratorImpl extends org.apache.xmlgraphics.ps.PSGenerator implements PSDocumentHandler.FOPPSGenerator
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.Integer,java.net.URI>
images
-
Constructor Summary
Constructors Constructor Description FOPPSGeneratorImpl(java.io.OutputStream out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PSDocumentHandler
getHandler()
java.util.Map<java.lang.Integer,java.net.URI>
getImages()
java.io.BufferedOutputStream
getTempStream(java.net.URI uri)
javax.xml.transform.Source
resolveURI(java.lang.String uri)
Need to subclass PSGenerator to have better URI resolution-
Methods inherited from class org.apache.xmlgraphics.ps.PSGenerator
commentln, concatMatrix, concatMatrix, concatMatrix, convertRealToDSC, convertStringToDSC, convertStringToDSC, defineRect, embedIdentityH, escapeChar, flush, formatDouble, formatDouble5, formatMatrix, formatRectangleToArray, getCurrentState, getIdentityHCMapResource, getOutputStream, getProcsetCIDInitResource, getPSLevel, getResourceTracker, includeProcsetCIDInitResource, isAcrobatDownsample, isCommentsEnabled, isCompactMode, isResourceSupplied, mapCommand, newLine, notifyResourceUsage, notifyStartNewPage, restoreGraphicsState, saveGraphicsState, setAcrobatDownsample, setCommentsEnabled, setCompactMode, setPSLevel, setResourceTracker, showPage, useColor, useDash, useFont, useLineCap, useLineJoin, useLineWidth, useMiterLimit, useRGBColor, write, write, writeByteArr, writeDSCComment, writeDSCComment, writeDSCComment, writeln, writeResources
-
-
-
-
Method Detail
-
resolveURI
public javax.xml.transform.Source resolveURI(java.lang.String uri)
Need to subclass PSGenerator to have better URI resolution- Overrides:
resolveURI
in classorg.apache.xmlgraphics.ps.PSGenerator
-
getHandler
public PSDocumentHandler getHandler()
- Specified by:
getHandler
in interfacePSDocumentHandler.FOPPSGenerator
-
getTempStream
public java.io.BufferedOutputStream getTempStream(java.net.URI uri) throws java.io.IOException
- Specified by:
getTempStream
in interfacePSDocumentHandler.FOPPSGenerator
- Throws:
java.io.IOException
-
getImages
public java.util.Map<java.lang.Integer,java.net.URI> getImages()
- Specified by:
getImages
in interfacePSDocumentHandler.FOPPSGenerator
-
-