Uses of Interface
org.apache.xmlgraphics.java2d.TextHandler
Packages that use TextHandler
Package
Description
Provides convenience base and utility classes for subclassing the
java.awt.Graphics2D
class in order to translate
Java 2D primitives into another graphic format.Graphics2D implementations for generating PostScript and Encapsulated PostScript (EPS) files.
-
Uses of TextHandler in org.apache.xmlgraphics.java2d
Classes in org.apache.xmlgraphics.java2d that implement TextHandlerModifier and TypeClassDescriptionclass
Default TextHandler implementation which paints text using graphics primitives (shapes). -
Uses of TextHandler in org.apache.xmlgraphics.java2d.ps
Subinterfaces of TextHandler in org.apache.xmlgraphics.java2d.psModifier and TypeInterfaceDescriptioninterface
Interface which the Graphics2D class delegates text painting to for Postscript.Fields in org.apache.xmlgraphics.java2d.ps declared as TextHandlerModifier and TypeFieldDescriptionprotected TextHandler
PSGraphics2D.customTextHandler
Custom text handlerprotected TextHandler
PSGraphics2D.fallbackTextHandler
Fallback text handlerMethods in org.apache.xmlgraphics.java2d.ps that return TextHandlerModifier and TypeMethodDescriptionPSGraphics2D.getCustomTextHandler()
PSGraphics2D.getFallbackTextHandler()
Methods in org.apache.xmlgraphics.java2d.ps with parameters of type TextHandlerModifier and TypeMethodDescriptionvoid
PSGraphics2D.setCustomTextHandler
(TextHandler handler) Sets a custom TextHandler implementation that is responsible for painting text.