Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
StrokingTextHandler
Default TextHandler implementation which paints text using graphics primitives (shapes).
|
Modifier and Type | Interface and Description |
---|---|
interface |
PSTextHandler
Interface which the Graphics2D class delegates text painting to for Postscript.
|
Modifier and Type | Field and Description |
---|---|
protected TextHandler |
PSGraphics2D.customTextHandler
Custom text handler
|
protected TextHandler |
PSGraphics2D.fallbackTextHandler
Fallback text handler
|
Modifier and Type | Method and Description |
---|---|
TextHandler |
PSGraphics2D.getCustomTextHandler() |
TextHandler |
PSGraphics2D.getFallbackTextHandler() |
Modifier and Type | Method and Description |
---|---|
void |
PSGraphics2D.setCustomTextHandler(TextHandler handler)
Sets a custom TextHandler implementation that is responsible for painting text.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.