Module java.desktop

Class GlyphView.GlyphPainter

java.lang.Object
javax.swing.text.GlyphView.GlyphPainter
Enclosing class:
GlyphView

public abstract static class GlyphView.GlyphPainter extends Object
A class to perform rendering of the glyphs. This can be implemented to be stateless, or to hold some information as a cache to facilitate faster rendering and model/view translation. At a minimum, the GlyphPainter allows a View implementation to perform its duties independent of a particular version of JVM and selection of capabilities (i.e. shaping for i18n, etc).
Since:
1.3