Uses of Class javax.swing.text.GlyphView

Uses in package javax.swing.text

Classes derived from javax.swing.text.GlyphView

class

Methods with parameter type javax.swing.text.GlyphView

float
Returns the full height of the rendered text.
float
GlyphView.GlyphPainter.getSpan(GlyphView view, int p0, int p1, TabExpander te, float x)
Determine the span of the glyphs from location p0 to location p1.
Shape
Maps a position in the document into the coordinate space of the View.
void
GlyphView.GlyphPainter.paint(GlyphView view, Graphics g, Shape a, int p0, int p1)
Paints the glyphs.