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

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextLabel.java57 public abstract Rectangle2D getLogicalBounds(float x, float y); method in class:TextLabel
93 public Rectangle2D getLogicalBounds() { method in class:TextLabel
94 return getLogicalBounds(0f, 0f);
H A DTextSourceLabel.java71 public final Rectangle2D getLogicalBounds(float x, float y) { method in class:TextSourceLabel
134 return getGV().getLogicalBounds();
143 return getGV().getLogicalBounds();
H A DDecoration.java67 Rectangle2D getLogicalBounds(); method in interface:Decoration.Label
265 float x2 = x1 + (float)label.getLogicalBounds().getWidth();
326 Rectangle2D bgArea = label.getLogicalBounds();
350 Rectangle2D lb = label.getLogicalBounds();
384 Rectangle2D lb = label.getLogicalBounds();
H A DGraphicComponent.java308 public Rectangle2D getLogicalBounds() { method in class:GraphicComponent
323 return getLogicalBounds();
H A DTextLineComponent.java64 public Rectangle2D getLogicalBounds(); method in interface:TextLineComponent
H A DExtendedTextSourceLabel.java118 public Rectangle2D getLogicalBounds() { method in class:ExtendedTextSourceLabel
119 return getLogicalBounds(0, 0);
122 public Rectangle2D getLogicalBounds(float x, float y) { method in class:ExtendedTextSourceLabel
225 return getGV().getLogicalBounds();
296 Rectangle2D lb = getLogicalBounds();
H A DStandardGlyphVector.java378 public Rectangle2D getLogicalBounds() { method in class:StandardGlyphVector
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphVector.java240 public abstract Rectangle2D getLogicalBounds(); method in class:GlyphVector

Completed in 45 milliseconds