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
-
-
Constructor Summary
Constructors Constructor Description FOPPSGeneratorImpl(java.io.OutputStream out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PSDocumentHandlergetHandler()java.util.Map<java.lang.Integer,java.net.URI>getImages()java.io.BufferedOutputStreamgetTempStream(java.net.URI uri)javax.xml.transform.SourceresolveURI(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:
resolveURIin classorg.apache.xmlgraphics.ps.PSGenerator
-
getHandler
public PSDocumentHandler getHandler()
- Specified by:
getHandlerin interfacePSDocumentHandler.FOPPSGenerator
-
getTempStream
public java.io.BufferedOutputStream getTempStream(java.net.URI uri) throws java.io.IOException- Specified by:
getTempStreamin interfacePSDocumentHandler.FOPPSGenerator- Throws:
java.io.IOException
-
getImages
public java.util.Map<java.lang.Integer,java.net.URI> getImages()
- Specified by:
getImagesin interfacePSDocumentHandler.FOPPSGenerator
-
-