Uses of Class
org.apache.fop.render.pcl.PCLGenerator
-
Packages that use PCLGenerator Package Description org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) -
-
Uses of PCLGenerator in org.apache.fop.render.pcl
Fields in org.apache.fop.render.pcl declared as PCLGenerator Modifier and Type Field Description private PCLGeneratorPCLDocumentHandler. genThe PCL generatorprotected PCLGeneratorPCLGraphics2D. genThe PCL generatorprivate PCLGeneratorPCLPainter. genThe PCL generatorprivate PCLGeneratorPCLRenderingContext. generatorMethods in org.apache.fop.render.pcl that return PCLGenerator Modifier and Type Method Description (package private) PCLGeneratorPCLDocumentHandler. getPCLGenerator()PCLGeneratorPCLRenderingContext. getPCLGenerator()Returns the PCL generator.Methods in org.apache.fop.render.pcl with parameters of type PCLGenerator Modifier and Type Method Description protected static booleanHardcodedFonts. selectFont(PCLGenerator gen, java.lang.String name, int size)static booleanHardcodedFonts. setFont(PCLGenerator gen, java.lang.String name, int size, java.lang.String text)Sets the current font (NOTE: Hard-coded font mappings ATM!)Constructors in org.apache.fop.render.pcl with parameters of type PCLGenerator Constructor Description PCLGraphics2D(PCLGenerator gen)Create a new PCLGraphics2D.PCLRenderingContext(FOUserAgent userAgent, PCLGenerator generator, PCLRenderingUtil pclUtil)Main constructor.
-