Searched refs:getBounds (Results 201 - 225 of 309) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java153 * Rectangle2D bounds = layout.getBounds();
221 * are in 'in standard coordinates' (e.g. getBounds). Values in
289 * is build on demand in getBounds.
968 public Rectangle2D getBounds() { method in class:TextLayout
2192 if (!ls.getBounds().isEmpty())
2198 if (!rs.getBounds().isEmpty()) {
2325 if (!ls.getBounds().isEmpty()) {
2334 if (!rs.getBounds().isEmpty()) {
2623 * any point within <code>getBounds()</code> of this position. This
2630 * @see #getBounds()
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java772 bounds = lBounds.getBounds();
774 (Rectangle)rBounds : rBounds.getBounds());
810 s1.getBounds();
815 s2.getBounds();
2058 alloc = bounds.getBounds();
2071 (Rectangle)shape : shape.getBounds();
H A DImageView.java350 a.getBounds();
522 Rectangle r = a.getBounds();
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java93 * virtual device coordinates. Call the <code>getBounds</code> method
108 * Rectangle bounds = gc.getBounds();
125 * returned by <code>getBounds</code>, <code>getLocation</code>,
497 Rectangle screenBounds = gc.getBounds();
625 * @see GraphicsConfiguration#getBounds
3212 Rectangle gcBounds = gc.getBounds();
3221 gcBounds = gc.getBounds();
3227 gcBounds = gc.getBounds();
3232 gcBounds = gc.getBounds();
3455 * @see #getBounds
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DMemoryPanel.java427 getBounds(rect);
546 getBounds(rect);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboPopup.java1225 screenBounds = gc.getBounds();
1254 Rectangle popupBounds = computePopupBounds( 0, comboBox.getBounds().height,
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAsyncBoxView.java1057 lastAlloc.setBounds(a.getBounds());
1150 (Rectangle) childAlloc : childAlloc.getBounds();
H A DPlainView.java383 Rectangle alloc = a.getBounds();
617 Rectangle alloc = a.getBounds();
H A DGlyphView.java383 Rectangle alloc = (a instanceof Rectangle) ? (Rectangle)a : a.getBounds();
406 Utilities.paintComposedText(g, a.getBounds(), this);
498 Rectangle alloc = (a instanceof Rectangle) ? (Rectangle)a : a.getBounds();
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DQuadCurve2D.java1340 public Rectangle getBounds() { method in class:QuadCurve2D
1341 return getBounds2D().getBounds();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DLWCToolkit.java295 .getDefaultScreenDevice().getDefaultConfiguration().getBounds().height;
301 .getDefaultScreenDevice().getDefaultConfiguration().getBounds().width;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DReflectionNavigator.java125 return visit(v.getBounds()[0], sup);
361 return visit(v.getBounds()[0], null);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java484 r = tl.getBounds();
504 lb = tl.getBounds();
/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphList.java54 * int strbounds[] = gl.getBounds();
299 public int[] getBounds() { method in class:GlyphList
305 throw new InternalError("calling getBounds after setGlyphIndex");
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DAffineTransformOp.java438 Rectangle r = getBounds2D(src).getBounds();
H A DLookupOp.java347 return src.getBounds();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowScene.java241 Rectangle r = new Rectangle(w.getBounds());
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsDevice.java425 Rectangle screenBounds = getDefaultConfiguration().getBounds();
/openjdk7/jdk/src/share/demo/applets/DrawTest/
H A DDrawTest.java271 Rectangle r = getBounds();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedChildProxyPeer.java370 public Rectangle getBounds() { method in class:XEmbedChildProxyPeer
H A DXMenuBarPeer.java425 Rectangle bounds = item.getBounds();
H A DXTextAreaPeer.java990 paintImmediately(getBounds());
1421 if ( outer.textPane.getViewport().getBounds().contains( point ) ) {
1436 if ( ! bar.getBounds().contains( point ) ) {
1453 if ( ! button.getBounds().contains( point ) ) {
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsConfig.java313 public Rectangle getBounds() { method in class:X11GraphicsConfig
H A DX11GraphicsDevice.java371 Rectangle r = gc.getBounds();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWComponentPeer.java379 public Rectangle getBounds() { method in class:WComponentPeer
380 return ((Component)target).getBounds();
802 Rectangle r = ((Component)target).getBounds();

Completed in 139 milliseconds

1234567891011>>