Uses of Class
org.apache.fop.render.pcl.PCLRenderingUtil
-
Packages that use PCLRenderingUtil Package Description org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) -
-
Uses of PCLRenderingUtil in org.apache.fop.render.pcl
Fields in org.apache.fop.render.pcl declared as PCLRenderingUtil Modifier and Type Field Description protected PCLRenderingUtil
PCLDocumentHandler. pclUtil
Utility class for handling all sorts of peripheral tasks around PCL generation.Methods in org.apache.fop.render.pcl that return PCLRenderingUtil Modifier and Type Method Description PCLRenderingUtil
PCLRenderingContext. getPCLUtil()
Returns the PCL rendering utility.Methods in org.apache.fop.render.pcl with parameters of type PCLRenderingUtil Modifier and Type Method Description void
PCLGenerator. paintBitmap(java.awt.image.RenderedImage img, java.awt.Dimension targetDim, boolean sourceTransparency, PCLRenderingUtil pclUtil)
Paint a bitmap at the current cursor position.Constructors in org.apache.fop.render.pcl with parameters of type PCLRenderingUtil Constructor Description PCLRenderingContext(FOUserAgent userAgent, PCLGenerator generator, PCLRenderingUtil pclUtil)
Main constructor.
-