Uses of Class
org.apache.fop.render.pcl.PCLRenderingUtil
Packages that use PCLRenderingUtil
-
Uses of PCLRenderingUtil in org.apache.fop.render.pcl
Fields in org.apache.fop.render.pcl declared as PCLRenderingUtilModifier and TypeFieldDescriptionprotected PCLRenderingUtilPCLDocumentHandler.pclUtilUtility class for handling all sorts of peripheral tasks around PCL generation.private PCLRenderingUtilPCLRenderingContext.pclUtilMethods in org.apache.fop.render.pcl that return PCLRenderingUtilModifier and TypeMethodDescription(package private) PCLRenderingUtilPCLDocumentHandler.getPCLUtil()(package private) PCLRenderingUtilPCLPainter.getPCLUtil()PCLRenderingContext.getPCLUtil()Returns the PCL rendering utility.Methods in org.apache.fop.render.pcl with parameters of type PCLRenderingUtilModifier and TypeMethodDescriptionprivate voidPCLRendererConfigurator.configure(PCLRendererConfig config, PCLRenderingUtil pclUtil) voidPCLGenerator.paintBitmap(RenderedImage img, 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 PCLRenderingUtilModifierConstructorDescriptionPCLRenderingContext(FOUserAgent userAgent, PCLGenerator generator, PCLRenderingUtil pclUtil) Main constructor.