Uses of Interface
org.apache.fop.svg.FOPTextHandler
-
Packages that use FOPTextHandler 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. -
-
Uses of FOPTextHandler in org.apache.fop.afp.svg
Classes in org.apache.fop.afp.svg that implement FOPTextHandler Modifier and Type Class Description class
AFPTextHandler
Specialized TextHandler implementation that the AFPGraphics2D class delegates to to paint text using AFP GOCA text operations.Constructors in org.apache.fop.afp.svg with parameters of type FOPTextHandler Constructor Description AFPTextPainter(FOPTextHandler nativeTextHandler, org.apache.batik.bridge.FontFamilyResolver fopFontFamilyResolver)
Create a new text painter with the given font information. -
Uses of FOPTextHandler in org.apache.fop.svg
Classes in org.apache.fop.svg that implement FOPTextHandler Modifier and Type Class Description class
FOPTextHandlerAdapter
TheFOPTextHandlerAdapter
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.Fields in org.apache.fop.svg declared as FOPTextHandler Modifier and Type Field Description private FOPTextHandler
AbstractFOPTextPainter. nativeTextHandler
Constructors in org.apache.fop.svg with parameters of type FOPTextHandler Constructor Description AbstractFOPTextPainter(FOPTextHandler nativeTextHandler, org.apache.batik.bridge.TextPainter proxyTextPainter)
Create a new PS text painter with the given font information.
-