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

/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextLabel.java77 public abstract Rectangle2D getCharVisualBounds(int logicalIndex, float x, float y); method in class:ExtendedTextLabel
111 * A convenience overload of getCharVisualBounds that defaults the label origin
114 public Rectangle2D getCharVisualBounds(int logicalIndex) { method in class:ExtendedTextLabel
115 return getCharVisualBounds(logicalIndex, 0, 0);
H A DDecoration.java130 public Rectangle2D getCharVisualBounds(Label label, int index) { method in class:Decoration
H A DGraphicComponent.java249 public Rectangle2D getCharVisualBounds(int index) { method in class:GraphicComponent
251 return decorator.getCharVisualBounds(this, index);
H A DTextLineComponent.java46 public Rectangle2D getCharVisualBounds(int index); method in interface:TextLineComponent
H A DExtendedTextSourceLabel.java402 public Rectangle2D getCharVisualBounds(int index, float x, float y) { method in class:ExtendedTextSourceLabel
404 Rectangle2D bounds = decorator.getCharVisualBounds(this, index);

Completed in 38 milliseconds