Package | Description |
---|---|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Field and Description |
---|---|
protected PDFContentGenerator |
PDFPainter.generator
The current content generator
|
protected PDFContentGenerator |
PDFDocumentHandler.generator
The current content generator
|
Modifier and Type | Method and Description |
---|---|
PDFContentGenerator |
PDFRenderingContext.getGenerator()
Returns the PDF content generator.
|
Modifier and Type | Method and Description |
---|---|
static void |
PDFBorderPainter.drawBorderLine(PDFContentGenerator generator,
float x1,
float y1,
float x2,
float y2,
boolean horz,
boolean startOrBefore,
int style,
java.awt.Color col) |
Constructor and Description |
---|
PDFBorderPainter(PDFContentGenerator generator)
Construct a border painter.
|
PDFRenderingContext(FOUserAgent userAgent,
PDFContentGenerator generator,
PDFPage page,
FontInfo fontInfo)
Main constructor.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.