| protected boolean | BoxView. flipEastAndWestAtEnds(int position,
                     Position.Bias bias) | Determines in which direction the next view lays. | 
| protected boolean | CompositeView. flipEastAndWestAtEnds(int position,
                     Position.Bias bias) | Determines in which direction the next view lays. | 
| protected boolean | ParagraphView. flipEastAndWestAtEnds(int position,
                     Position.Bias bias) | Determines in which direction the next view lays. | 
| protected int | ParagraphView. getClosestPositionTo(int pos,
                    Position.Bias b,
                    Shape a,
                    int direction,
                    Position.Bias[] biasRet,
                    int rowIndex,
                    int x) | Returns the closest model position to x. | 
| protected int | CompositeView. getNextEastWestVisualPositionFrom(int pos,
                                 Position.Bias b,
                                 Shape a,
                                 int direction,
                                 Position.Bias[] biasRet) | Returns the next visual position for the cursor, in either the
 east or west direction. | 
| protected int | CompositeView. getNextNorthSouthVisualPositionFrom(int pos,
                                   Position.Bias b,
                                   Shape a,
                                   int direction,
                                   Position.Bias[] biasRet) | Returns the next visual position for the cursor, in either the
 north or south direction. | 
| protected int | ParagraphView. getNextNorthSouthVisualPositionFrom(int pos,
                                   Position.Bias b,
                                   Shape a,
                                   int direction,
                                   Position.Bias[] biasRet) | Returns the next visual position for the cursor, in
 either the east or west direction. | 
| int | AsyncBoxView. getNextVisualPositionFrom(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. | 
| int | CompositeView. getNextVisualPositionFrom(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. | 
| int | GlyphView. getNextVisualPositionFrom(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. | 
| 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. | 
| int | NavigationFilter. getNextVisualPositionFrom(JTextComponent text,
                         int pos,
                         Position.Bias bias,
                         int direction,
                         Position.Bias[] biasRet) | Returns the next visual position to place the caret at from an
 existing position. | 
| int | View. getNextVisualPositionFrom(int pos,
                         Position.Bias b,
                         Shape a,
                         int direction,
                         Position.Bias[] biasRet) | Provides a way to determine the next visually represented model
 location at which one might place a caret. | 
| int | AsyncBoxView. getViewIndex(int pos,
            Position.Bias b) | Returns the child view index representing the given position in
 the model. | 
| int | CompositeView. getViewIndex(int pos,
            Position.Bias b) | Returns the child view index representing the given
 position in the model. | 
| int | View. getViewIndex(int pos,
            Position.Bias b) | Returns the child view index representing the given position in
 the model. | 
| protected int | AsyncBoxView. getViewIndexAtPosition(int pos,
                      Position.Bias b) | Fetches the child view index representing the given position in
 the model. | 
| Shape | AsyncBoxView. modelToView(int pos,
           Shape a,
           Position.Bias b) | Provides a mapping from the document model coordinate space
 to the coordinate space of the view mapped to it. | 
| Shape | BoxView. modelToView(int pos,
           Shape a,
           Position.Bias b) | Provides a mapping from the document model coordinate space
 to the coordinate space of the view mapped to it. | 
| Shape | ComponentView. modelToView(int pos,
           Shape a,
           Position.Bias b) | Provides a mapping from the coordinate space of the model to
 that of the view. | 
| Shape | CompositeView. modelToView(int pos,
           Shape a,
           Position.Bias b) | Provides a mapping from the document model coordinate space
 to the coordinate space of the view mapped to it. | 
| Shape | CompositeView. modelToView(int p0,
           Position.Bias b0,
           int p1,
           Position.Bias b1,
           Shape a) | Provides a mapping from the document model coordinate space
 to the coordinate space of the view mapped to it. | 
| Shape | FieldView. modelToView(int pos,
           Shape a,
           Position.Bias b) | Provides a mapping from the document model coordinate space
 to the coordinate space of the view mapped to it. | 
| 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. | 
| Shape | GlyphView. modelToView(int pos,
           Shape a,
           Position.Bias b) | Provides a mapping from the document model coordinate space
 to the coordinate space of the view mapped to it. | 
| Shape | IconView. modelToView(int pos,
           Shape a,
           Position.Bias b) | Provides a mapping from the document model coordinate space
 to the coordinate space of the view mapped to it. | 
| Shape | PasswordView. modelToView(int pos,
           Shape a,
           Position.Bias b) | Provides a mapping from the document model coordinate space
 to the coordinate space of the view mapped to it. | 
| Shape | PlainView. modelToView(int pos,
           Shape a,
           Position.Bias b) | Provides a mapping from the document model coordinate space
 to the coordinate space of the view mapped to it. | 
| abstract Shape | View. modelToView(int pos,
           Shape a,
           Position.Bias b) | Provides a mapping, for a given character,
 from the document model coordinate space
 to the view coordinate space. | 
| Shape | View. modelToView(int p0,
           Position.Bias b0,
           int p1,
           Position.Bias b1,
           Shape a) | Provides a mapping, for a given region,
 from the document model coordinate space
 to the view coordinate space. | 
| void | DefaultCaret. moveDot(int dot,
       Position.Bias dotBias) | Moves the caret position to the specified position, with the
 specified bias. | 
| abstract void | NavigationFilter.FilterBypass. moveDot(int dot,
       Position.Bias bias) | Moves the caret location, bypassing the NavigationFilter. | 
| void | NavigationFilter. moveDot(NavigationFilter.FilterBypass fb,
       int dot,
       Position.Bias bias) | Invoked prior to the Caret moving the dot. | 
| void | DefaultCaret. setDot(int dot,
      Position.Bias dotBias) | Sets the caret position and mark to the specified position, with the
 specified bias. | 
| abstract void | NavigationFilter.FilterBypass. setDot(int dot,
      Position.Bias bias) | Sets the caret location, bypassing the NavigationFilter. | 
| void | NavigationFilter. setDot(NavigationFilter.FilterBypass fb,
      int dot,
      Position.Bias bias) | Invoked prior to the Caret setting the dot. | 
| int | AsyncBoxView. viewToModel(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. | 
| int | BoxView. viewToModel(float x,
           float y,
           Shape a,
           Position.Bias[] bias) | Provides a mapping from the view coordinate space to the logical
 coordinate space of the model. | 
| int | ComponentView. viewToModel(float x,
           float y,
           Shape a,
           Position.Bias[] bias) | Provides a mapping from the view coordinate space to the logical
 coordinate space of the model. | 
| int | CompositeView. viewToModel(float x,
           float y,
           Shape a,
           Position.Bias[] bias) | Provides a mapping from the view coordinate space to the logical
 coordinate space of the model. | 
| int | FieldView. viewToModel(float fx,
           float fy,
           Shape a,
           Position.Bias[] bias) | Provides a mapping from the view coordinate space to the logical
 coordinate space of the model. | 
| 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. | 
| int | GlyphView. viewToModel(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. | 
| int | IconView. viewToModel(float x,
           float y,
           Shape a,
           Position.Bias[] bias) | Provides a mapping from the view coordinate space to the logical
 coordinate space of the model. | 
| int | PasswordView. viewToModel(float fx,
           float fy,
           Shape a,
           Position.Bias[] bias) | Provides a mapping from the view coordinate space to the logical
 coordinate space of the model. | 
| int | PlainView. viewToModel(float x,
           float y,
           Shape a,
           Position.Bias[] bias) | Provides a mapping from the view coordinate space to the logical
 coordinate space of the model. | 
| abstract int | View. viewToModel(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. |