Class Summary |
BasicTextPainter |
Basic implementation of TextPainter which
renders the attributed character iterator of a TextNode. |
BasicTextPainter.BasicMark |
This TextPainter's implementation of the Mark interface. |
ConcreteImageRendererFactory |
This class provides a factory for renderers. |
ConcreteTextPainter |
Renders the attributed character iterator of a TextNode. |
DynamicRenderer |
Simple implementation of the Renderer that supports dynamic updates. |
StaticRenderer |
Simple implementation of the Renderer that simply does static
rendering in an offscreen buffer image. |
StrokingTextPainter |
More sophisticated implementation of TextPainter which
renders the attributed character iterator of a TextNode. |