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

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextLabel.java50 public abstract Rectangle2D getVisualBounds(float x, float y); method in class:TextLabel
86 public Rectangle2D getVisualBounds() { method in class:TextLabel
87 return getVisualBounds(0f, 0f);
H A DTextSourceLabel.java81 public final Rectangle2D getVisualBounds(float x, float y) { method in class:TextSourceLabel
138 return getGV().getVisualBounds();
H A DDecoration.java125 public Rectangle2D getVisualBounds(Label label) { method in class:Decoration
342 public Rectangle2D getVisualBounds(Label label) { method in class:Decoration.DecorationImpl
H A DGraphicComponent.java198 public Rectangle2D getVisualBounds() { method in class:GraphicComponent
201 visualBounds = decorator.getVisualBounds(this);
H A DTextLineComponent.java47 public Rectangle2D getVisualBounds(); method in interface:TextLineComponent
H A DExtendedTextSourceLabel.java139 public Rectangle2D getVisualBounds(float x, float y) { method in class:ExtendedTextSourceLabel
141 vb = decorator.getVisualBounds(this);
229 return getGV().getVisualBounds();
H A DStandardGlyphVector.java398 public Rectangle2D getVisualBounds() { method in class:StandardGlyphVector
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java251 public abstract Rectangle2D getVisualBounds(); method in class:GlyphVector
272 Rectangle2D rect = getVisualBounds();
H A DTextLine.java387 Rectangle2D r2d = getVisualBounds();
803 public Rectangle2D getVisualBounds() { method in class:TextLine
808 Rectangle2D r = tlc.getVisualBounds();

Completed in 97 milliseconds