Uses of Class
org.apache.fop.render.pcl.PCLPageDefinition
-
Packages that use PCLPageDefinition Package Description org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) -
-
Uses of PCLPageDefinition in org.apache.fop.render.pcl
Fields in org.apache.fop.render.pcl declared as PCLPageDefinition Modifier and Type Field Description private PCLPageDefinitionPCLDocumentHandler. currentPageDefinitionprivate PCLPageDefinitionPCLPainter. currentPageDefinitionprivate static PCLPageDefinitionPCLPageDefinition. defaultPageDefinitionMethods in org.apache.fop.render.pcl that return PCLPageDefinition Modifier and Type Method Description static PCLPageDefinitionPCLPageDefinition. getDefaultPageDefinition()static PCLPageDefinitionPCLPageDefinition. getPageDefinition(long width, long height, int errorMargin)Tries to determine a matching page definition.static PCLPageDefinitionPCLPageDefinition. getPageDefinition(java.lang.String name)Returns a page definition based on a page format.Methods in org.apache.fop.render.pcl with parameters of type PCLPageDefinition Modifier and Type Method Description static java.awt.geom.Point2DPCLRenderingUtil. transformedPoint(int x, int y, java.awt.geom.AffineTransform transform, PCLPageDefinition pageDefinition, int printDirection)Returns a coordinate in PCL's coordinate system when given a coordinate in the user coordinate system.Constructors in org.apache.fop.render.pcl with parameters of type PCLPageDefinition Constructor Description PCLPainter(PCLDocumentHandler parent, PCLPageDefinition pageDefinition)Main constructor.
-