Package org.apache.fop.svg
Class FOPTextHandlerAdapter
- java.lang.Object
-
- org.apache.xmlgraphics.java2d.StrokingTextHandler
-
- org.apache.fop.svg.FOPTextHandlerAdapter
-
- All Implemented Interfaces:
FOPTextHandler
,org.apache.xmlgraphics.java2d.TextHandler
- Direct Known Subclasses:
AFPTextHandler
public abstract class FOPTextHandlerAdapter extends org.apache.xmlgraphics.java2d.StrokingTextHandler implements FOPTextHandler
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.- See Also:
TextHandler
-
-
Constructor Summary
Constructors Constructor Description FOPTextHandlerAdapter()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.fop.svg.FOPTextHandler
getFontInfo, setOverrideFont
-
-