| Package | Description |
|---|---|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| Modifier and Type | Method and Description |
|---|---|
GlyphView |
GlyphView.getGlyphPainter()
Fetch the currently installed glyph painter.
|
GlyphView |
GlyphView.GlyphPainter.getPainter(GlyphView
Create a painter to use for the given GlyphView.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlyphView.setGlyphPainter(GlyphView
Sets the painter to use for rendering glyphs.
|