Uses of Class
org.apache.fop.render.pcl.PCLPageDefinition
Packages that use PCLPageDefinition
-
Uses of PCLPageDefinition in org.apache.fop.render.pcl
Methods in org.apache.fop.render.pcl that return PCLPageDefinitionModifier and TypeMethodDescriptionstatic PCLPageDefinitionPCLPageDefinition.getDefaultPageDefinition()static PCLPageDefinitionPCLPageDefinition.getPageDefinition(long width, long height, int errorMargin) Tries to determine a matching page definition.static PCLPageDefinitionPCLPageDefinition.getPageDefinition(String name) Returns a page definition based on a page format.Methods in org.apache.fop.render.pcl with parameters of type PCLPageDefinitionModifier and TypeMethodDescriptionstatic Point2DPCLRenderingUtil.transformedPoint(int x, int y, 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 PCLPageDefinitionModifierConstructorDescriptionPCLPainter(PCLDocumentHandler parent, PCLPageDefinition pageDefinition) Main constructor.