GNU Classpath (0.95) | |
Frames | No Frames |
Classes derived from javax.swing.text.GlyphView | |
class | Renders HTML content (identified by HTML.Tag.CONTENT ). |
Classes derived from javax.swing.text.GlyphView | |
class | A GlyphView that caches the textattributes for most effective
rendering.
|
Methods with parameter type javax.swing.text.GlyphView | |
float | Returns the ascent of the font that is used by this glyph painter.
|
int | Determines the model offset, so that the text between p0
and this offset fits within the span starting at x with
the length of len .
|
float | Returns the descent of the font that is used by this glyph painter.
|
float | Returns the full height of the rendered text.
|
int | GlyphView.GlyphPainter.getNextVisualPositionFrom(GlyphView v, int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) Returns the model location that should be used to place a caret when
moving the caret through the document.
|
GlyphView.GlyphPainter | Returns a painter that can be used to render the specified glyph view.
|
float | 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 | Paints the glyphs.
|
int | Maps a visual position into a document location.
|
GNU Classpath (0.95) |