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 TypeClassDescriptionclassDefault 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 TypeInterfaceDescriptioninterfaceInterface which the Graphics2D class delegates text painting to for Postscript.Fields in org.apache.xmlgraphics.java2d.ps declared as TextHandlerModifier and TypeFieldDescriptionprotected TextHandlerPSGraphics2D.customTextHandlerCustom text handlerprotected TextHandlerPSGraphics2D.fallbackTextHandlerFallback 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 TypeMethodDescriptionvoidPSGraphics2D.setCustomTextHandler(TextHandler handler) Sets a custom TextHandler implementation that is responsible for painting text.