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
Methods 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.
-