Searched defs:underlinedIndex (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicGraphicsUtils.java232 * The character at index <code>underlinedIndex</code>
239 * @param underlinedIndex Index of character in text to underline
245 int underlinedIndex, int x,int y) {
247 underlinedIndex, x, y);
244 drawStringUnderlineCharAt(Graphics g, String text, int underlinedIndex, int x,int y) argument
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java584 * @param underlinedIndex Index of a character in the string to underline
589 String text, int underlinedIndex, int x,int y) {
595 if (underlinedIndex >= 0 && underlinedIndex < textLength ) {
613 text.substring(0,underlinedIndex));
615 charAt(underlinedIndex));
628 TextHitInfo.leading(underlinedIndex);
630 TextHitInfo.trailing(underlinedIndex);
588 drawStringUnderlineCharAt(JComponent c,Graphics g, String text, int underlinedIndex, int x,int y) argument

Completed in 50 milliseconds