| Interface | Description |
|---|---|
| FontMetricsProvider |
Implementations of this interface typically perform modifications to a
Font and therefore
need to be able to supply the FontMetrics of the font after the modifications are done. |
| PaintInstruction |
Functional interface to perform a paint operation on a
GC. |
| Class | Description |
|---|---|
| BoldPaintInstruction | |
| ItalicPaintInstruction | |
| ListInstruction |
PaintInstruction that is similar to a ParagraphInstruction and additionally adds
setting up list rendering states. |
| NewLineInstruction |
PaintInstruction to move to the next line for rendering. |
| ParagraphInstruction |
PaintInstruction that is used to set up a new paragraph. |
| ResetFontPaintInstruction | |
| ResetParagraphInstruction |
PaintInstruction to reset settings that were applied for a paragraph. |
| ResetSpanStylePaintInstruction |
PaintInstruction to reset style information that were set via span tag. |
| SpanStylePaintInstruction |
PaintInstruction that applies style information to the GC via span tag
attributes. |
| TextPaintInstruction |
PaintInstruction to paint text based on the current TagProcessingState. |