| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GlyphView | |
| javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. | 
| javax.swing.text.html | Provides the class HTMLEditorKitand supporting classes
for creating HTML text editors. | 
| Uses of GlyphView in javax.swing.text | 
| Subclasses of GlyphView in javax.swing.text | |
|  class | LabelViewA LabelViewis a styled chunk of text
 that represents a view mapped over an element in the
 text model. | 
| Methods in javax.swing.text with parameters of type GlyphView | |
| abstract  float | GlyphView.GlyphPainter.getSpan(GlyphView v,
        int p0,
        int p1,
        TabExpander e,
        float x)Determine the span the glyphs given a start location (for tab expansion). | 
| abstract  float | GlyphView.GlyphPainter.getHeight(GlyphView v) | 
| abstract  float | GlyphView.GlyphPainter.getAscent(GlyphView v) | 
| abstract  float | GlyphView.GlyphPainter.getDescent(GlyphView v) | 
| abstract  void | GlyphView.GlyphPainter.paint(GlyphView v,
      Graphics g,
      Shape a,
      int p0,
      int p1)Paint the glyphs representing the given range. | 
| abstract  Shape | GlyphView.GlyphPainter.modelToView(GlyphView v,
            int pos,
            Position.Bias bias,
            Shape a)Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it. | 
| abstract  int | GlyphView.GlyphPainter.viewToModel(GlyphView v,
            float x,
            float y,
            Shape a,
            Position.Bias[] biasReturn)Provides a mapping from the view coordinate space to the logical coordinate space of the model. | 
| abstract  int | GlyphView.GlyphPainter.getBoundedPosition(GlyphView v,
                   int p0,
                   float x,
                   float len)Determines the model location that represents the maximum advance that fits within the given span. | 
|  GlyphView.GlyphPainter | GlyphView.GlyphPainter.getPainter(GlyphView v,
           int p0,
           int p1)Create a painter to use for the given GlyphView. | 
|  int | GlyphView.GlyphPainter.getNextVisualPositionFrom(GlyphView v,
                          int pos,
                          Position.Bias b,
                          Shape a,
                          int direction,
                          Position.Bias[] biasRet)Provides a way to determine the next visually represented model location that one might place a caret. | 
| Uses of GlyphView in javax.swing.text.html | 
| Subclasses of GlyphView in javax.swing.text.html | |
|  class | InlineViewDisplays the inline element styles based upon css attributes. | 
| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.