< prev index next >
src/java.desktop/share/classes/javax/swing/text/GlyphPainter2.java
Print this page
*** 155,166 ****
*
* @param v the view containing the view coordinates
* @param x the X coordinate
* @param y the Y coordinate
* @param a the allocated region to render into
! * @param biasReturn either <code>Position.Bias.Forward</code>
! * or <code>Position.Bias.Backward</code> is returned as the
* zero-th element of this array
* @return the location within the model that best represents the
* given point of view
* @see View#viewToModel
*/
--- 155,166 ----
*
* @param v the view containing the view coordinates
* @param x the X coordinate
* @param y the Y coordinate
* @param a the allocated region to render into
! * @param biasReturn either {@code Position.Bias.Forward}
! * or {@code Position.Bias.Backward} is returned as the
* zero-th element of this array
* @return the location within the model that best represents the
* given point of view
* @see View#viewToModel
*/
< prev index next >