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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java195 * Shape selection = layout.getLogicalHighlightShape(selStart, selLimit);
2167 * @see #getLogicalHighlightShape(int, int, Rectangle2D)
2265 public Shape getLogicalHighlightShape(int firstEndpoint, method in class:TextLayout
2269 throw new IllegalArgumentException("Null Rectangle2D passed to TextLayout.getLogicalHighlightShape()");
2281 throw new IllegalArgumentException("Range is invalid in TextLayout.getLogicalHighlightShape()");
2351 * <code>getLogicalHighlightShape</code> that uses the natural bounds of
2361 public Shape getLogicalHighlightShape(int firstEndpoint, int secondEndpoint) { method in class:TextLayout
2363 return getLogicalHighlightShape(firstEndpoint, secondEndpoint, getNaturalBounds());

Completed in 1660 milliseconds