Package | Description |
---|---|
org.apache.fop.render.pcl |
PCL Renderer (Supports PCL5 and HP GL/2)
|
Modifier and Type | Method and Description |
---|---|
static PCLPageDefinition |
PCLPageDefinition.getDefaultPageDefinition() |
static PCLPageDefinition |
PCLPageDefinition.getPageDefinition(long width,
long height,
int errorMargin)
Tries to determine a matching page definition.
|
static PCLPageDefinition |
PCLPageDefinition.getPageDefinition(java.lang.String name)
Returns a page definition based on a page format.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.geom.Point2D |
PCLRenderingUtil.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.
|
Constructor and Description |
---|
PCLPainter(PCLDocumentHandler parent,
PCLPageDefinition pageDefinition)
Main constructor.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.