Searched refs:getFontBoundary (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DTextLayoutStrategy.java376 int getFontBoundary(int childIndex, int dir) { method in class:TextLayoutStrategy.AttributedSegment
436 return toIteratorIndex(getFontBoundary(i, -1));
476 return toIteratorIndex(getFontBoundary(i, 1));

Completed in 748 milliseconds