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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java133 * <code>hitTestChar</code>) return instances of {@link TextHitInfo}.
166 * TextHitInfo hit = layout.hitTestChar(
2427 * Utility for use by hitTestChar.
2456 public TextHitInfo hitTestChar(float x, float y, Rectangle2D bounds) { method in class:TextLayout
2548 * <code>hitTestChar</code> that uses the natural bounds of this
2557 public TextHitInfo hitTestChar(float x, float y) { method in class:TextLayout
2559 return hitTestChar(x, y, getNaturalBounds());

Completed in 28 milliseconds