Uses of Class
org.apache.fop.render.ps.PSRenderingContext
-
Packages that use PSRenderingContext Package Description org.apache.fop.render.ps PostScript Renderer -
-
Uses of PSRenderingContext in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps that return PSRenderingContext Modifier and Type Method Description PSRenderingContext
PSRenderingContext. toFormContext()
Create a copy of this rendering context and activate form mode.Methods in org.apache.fop.render.ps with parameters of type PSRenderingContext Modifier and Type Method Description static boolean
PSImageUtils. isImageInlined(org.apache.xmlgraphics.image.loader.ImageInfo info, PSRenderingContext renderingContext)
Indicates whether the given image (identified by anImageInfo
object) shall be inlined rather than generated as a PostScript form.
-