/[classpath]/classpath/javax/swing/text/GlyphView.java
ViewVC logotype

Diff of /classpath/javax/swing/text/GlyphView.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by langel, Thu Nov 17 20:45:14 2005 UTC revision 1.13 by rabbit78, Wed Nov 23 14:23:14 2005 UTC
# Line 1057  public class GlyphView extends View impl Line 1057  public class GlyphView extends View impl
1057      return painter.getNextVisualPositionFrom(this, pos, bias, a, direction,      return painter.getNextVisualPositionFrom(this, pos, bias, a, direction,
1058                                               biasRet);                                               biasRet);
1059    }    }
   
   /**  
    * Returns the document position that is (visually) nearest to the given  
    * document position <code>pos</code> in the given direction <code>d</code>.  
    *  
    * @param c the text component  
    * @param pos the document position  
    * @param b the bias for <code>pos</code>  
    * @param d the direction, must be either {@link SwingConstants#NORTH},  
    *        {@link SwingConstants#SOUTH}, {@link SwingConstants#WEST} or  
    *        {@link SwingConstants#EAST}  
    * @param biasRet an array of {@link Position.Bias} that can hold at least  
    *        one element, which is filled with the bias of the return position  
    *        on method exit  
    *  
    * @return the document position that is (visually) nearest to the given  
    *         document position <code>pos</code> in the given direction  
    *         <code>d</code>  
    *  
    * @throws BadLocationException if <code>pos</code> is not a valid offset in  
    *         the document model  
    */  
   public int getNextVisualPositionFrom(JTextComponent c, int pos,  
                                        Position.Bias b, int d,  
                                        Position.Bias[] biasRet)  
     throws BadLocationException  
   {  
     // TODO: Implement this properly.  
     throw new AssertionError("Not implemented yet.");  
   }  
1060  }  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26