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 PCLRenderingUtil
PCLDocumentHandler.pclUtil
Utility class for handling all sorts of peripheral tasks around PCL generation.private PCLRenderingUtil
PCLRenderingContext.pclUtil
Methods in org.apache.fop.render.pcl that return PCLRenderingUtilModifier and TypeMethodDescription(package private) PCLRenderingUtil
PCLDocumentHandler.getPCLUtil()
(package private) PCLRenderingUtil
PCLPainter.getPCLUtil()
PCLRenderingContext.getPCLUtil()
Returns the PCL rendering utility.Methods in org.apache.fop.render.pcl with parameters of type PCLRenderingUtilModifier and TypeMethodDescriptionprivate void
PCLRendererConfigurator.configure
(PCLRendererConfig config, PCLRenderingUtil pclUtil) void
PCLGenerator.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.