|
xmlgraphics-commons 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextHandler | |
org.apache.xmlgraphics.java2d.ps |
Uses of TextHandler in org.apache.xmlgraphics.java2d.ps |
Classes in org.apache.xmlgraphics.java2d.ps that implement TextHandler | |
class |
StrokingTextHandler
Default TextHandler implementation which paints text using graphics primitives (shapes). |
Fields in org.apache.xmlgraphics.java2d.ps declared as TextHandler | |
protected TextHandler |
PSGraphics2D.fallbackTextHandler
Fallback text handler |
protected TextHandler |
PSGraphics2D.customTextHandler
Custom text handler |
Methods in org.apache.xmlgraphics.java2d.ps that return TextHandler | |
TextHandler |
PSGraphics2D.getFallbackTextHandler()
|
TextHandler |
PSGraphics2D.getCustomTextHandler()
|
Methods in org.apache.xmlgraphics.java2d.ps with parameters of type TextHandler | |
void |
PSGraphics2D.setCustomTextHandler(TextHandler handler)
Sets a custom TextHandler implementation that is reponsible for painting text. |
|
xmlgraphics-commons 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |