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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java2060 * @param firstEndpoint an endpoint of the visual range
2062 * This endpoint can be less than <code>firstEndpoint</code>.
2067 public int[] getLogicalRangesForVisualSelection(TextHitInfo firstEndpoint, argument
2071 checkTextHit(firstEndpoint);
2078 int startIndex = hitToCaret(firstEndpoint);
2160 * @param firstEndpoint one end of the visual selection
2169 public Shape getVisualHighlightShape(TextHitInfo firstEndpoint, argument
2175 checkTextHit(firstEndpoint);
2184 int firstCaret = hitToCaret(firstEndpoint);
2216 * @param firstEndpoint on
2221 getVisualHighlightShape(TextHitInfo firstEndpoint, TextHitInfo secondEndpoint) argument
2265 getLogicalHighlightShape(int firstEndpoint, int secondEndpoint, Rectangle2D bounds) argument
2361 getLogicalHighlightShape(int firstEndpoint, int secondEndpoint) argument
2377 getBlackBoxBounds(int firstEndpoint, int secondEndpoint) argument
[all...]

Completed in 170 milliseconds