Package | Description |
---|---|
org.apache.fop.render.pdf |
PDF Renderer
|
org.apache.fop.svg |
Classes that add SVG support to FOP and SVG->PDF conversion for Batik.
|
Modifier and Type | Field and Description |
---|---|
protected PDFPaintingState |
PDFContentGenerator.currentState
drawing state
|
Modifier and Type | Method and Description |
---|---|
PDFPaintingState |
PDFContentGenerator.getState()
Returns the
PDFPaintingState associated with this instance. |
Modifier and Type | Field and Description |
---|---|
protected PDFPaintingState |
PDFGraphics2D.paintingState
The PDF painting state
|
Modifier and Type | Method and Description |
---|---|
void |
PDFGraphics2D.setPaintingState(PDFPaintingState state)
Set the PDF state to use when starting to draw
into the PDF graphics.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.