|
xmlgraphics-commons 2.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextHandler | |
|---|---|
| org.apache.xmlgraphics.java2d |
Provides convenience base and utility classes for subclassing the
java.awt.Graphics2D class 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 | |
|---|---|
class |
StrokingTextHandler
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.ps | |
|---|---|
interface |
PSTextHandler
Interface which the Graphics2D class delegates text painting to for Postscript. |
| Fields in org.apache.xmlgraphics.java2d.ps declared as TextHandler | |
|---|---|
protected TextHandler |
PSGraphics2D.customTextHandler
Custom text handler |
protected TextHandler |
PSGraphics2D.fallbackTextHandler
Fallback text handler |
| Methods in org.apache.xmlgraphics.java2d.ps that return TextHandler | |
|---|---|
TextHandler |
PSGraphics2D.getCustomTextHandler()
|
TextHandler |
PSGraphics2D.getFallbackTextHandler()
|
| Methods in org.apache.xmlgraphics.java2d.ps with parameters of type TextHandler | |
|---|---|
void |
PSGraphics2D.setCustomTextHandler(TextHandler handler)
Sets a custom TextHandler implementation that is responsible for painting text. |
|
xmlgraphics-commons 2.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||