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

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextLabel.java71 public abstract Rectangle2D getItalicBounds(float x, float y); method in class:TextLabel
107 public Rectangle2D getItalicBounds() { method in class:TextLabel
108 return getItalicBounds(0f, 0f);
H A DTextLineComponent.java66 public Rectangle2D getItalicBounds(); method in interface:TextLineComponent
H A DTextSourceLabel.java102 public Rectangle2D getItalicBounds(float x, float y) { method in class:TextSourceLabel
H A DGraphicComponent.java322 public Rectangle2D getItalicBounds() { method in class:GraphicComponent
H A DExtendedTextSourceLabel.java160 public Rectangle2D getItalicBounds(float x, float y) { method in class:ExtendedTextSourceLabel
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java843 public Rectangle2D getItalicBounds() { method in class:TextLine
851 Rectangle2D tlcBounds = tlc.getItalicBounds();
H A DTextLayout.java730 naturalBounds = textLine.getItalicBounds();

Completed in 68 milliseconds