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 PCLRenderingUtilPCLDocumentHandler. pclUtilUtility class for handling all sorts of peripheral tasks around PCL generation.private PCLRenderingUtilPCLRenderingContext. pclUtilMethods in org.apache.fop.render.pcl that return PCLRenderingUtil Modifier and Type Method Description (package private) PCLRenderingUtilPCLDocumentHandler. getPCLUtil()(package private) PCLRenderingUtilPCLPainter. getPCLUtil()PCLRenderingUtilPCLRenderingContext. getPCLUtil()Returns the PCL rendering utility.Methods in org.apache.fop.render.pcl with parameters of type PCLRenderingUtil Modifier and Type Method Description private voidPCLRendererConfigurator. configure(PCLRendererConfig config, PCLRenderingUtil pclUtil)voidPCLGenerator. 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.
-