Package | Description |
---|---|
org.apache.fop.afp.svg |
Contains a collection of AFP specific Batik bridges.
|
org.apache.fop.svg |
Classes that add SVG support to FOP and SVG->PDF conversion for Batik.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AFPTextHandler |
Specialized TextHandler implementation that the AFPGraphics2D class delegates to to paint text
using AFP GOCA text operations.
|
Constructor | Description |
---|---|
AFPTextPainter(FOPTextHandler nativeTextHandler,
org.apache.batik.bridge.FontFamilyResolver fopFontFamilyResolver) |
Create a new text painter with the given font information.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FOPTextHandlerAdapter |
The
FOPTextHandlerAdapter class is an adapter class to permit use of
FOPTextHandler without incurring deprecation warnings caused by the underlying
org.apache.xmlgraphics.java2d.TextHandler.drawString(String...) method. |
Constructor | Description |
---|---|
AbstractFOPTextPainter(FOPTextHandler nativeTextHandler,
org.apache.batik.bridge.TextPainter proxyTextPainter) |
Create a new PS text painter with the given font information.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.