Uses of Interface
org.apache.xmlgraphics.java2d.TextHandler
-
Packages that use TextHandler Package Description org.apache.xmlgraphics.java2d Provides convenience base and utility classes for subclassing thejava.awt.Graphics2Dclass in order to translate Java 2D primitives into another graphic format.org.apache.xmlgraphics.java2d.ps 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 TextHandler Modifier and Type Class Description classStrokingTextHandlerDefault 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.ps Modifier and Type Interface Description interfacePSTextHandlerInterface which the Graphics2D class delegates text painting to for Postscript.Fields in org.apache.xmlgraphics.java2d.ps declared as TextHandler Modifier and Type Field Description protected TextHandlerPSGraphics2D. customTextHandlerCustom text handlerprotected TextHandlerPSGraphics2D. fallbackTextHandlerFallback text handlerMethods in org.apache.xmlgraphics.java2d.ps that return TextHandler Modifier and Type Method Description TextHandlerPSGraphics2D. getCustomTextHandler()TextHandlerPSGraphics2D. getFallbackTextHandler()Methods in org.apache.xmlgraphics.java2d.ps with parameters of type TextHandler Modifier and Type Method Description voidPSGraphics2D. setCustomTextHandler(TextHandler handler)Sets a custom TextHandler implementation that is responsible for painting text.
-