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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java1116 private float[] getCaretInfo(int caret, method in class:TextLayout
1209 public float[] getCaretInfo(TextHitInfo hit, Rectangle2D bounds) { method in class:TextLayout
1230 getCaretInfo(hitToCaret(hit), bounds, info);
1305 * This method is a convenience overload of <code>getCaretInfo</code> and
1311 public float[] getCaretInfo(TextHitInfo hit) { method in class:TextLayout
1313 return getCaretInfo(hit, getNaturalBounds());
1624 float[] info = getCaretInfo(hit, bounds);
1640 float[] info = getCaretInfo(caret, bounds, null);

Completed in 1550 milliseconds