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