Searched refs:getBounds (Results 251 - 275 of 309) sorted by relevance

<<111213

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXBaseMenuWindow.java440 bounds = menuWindowToShow.getParentMenuWindow().getSubmenuBounds(submenuToShow.getBounds(), dim);
490 if (items[i].getBounds().contains(pt)) {
H A DXFramePeer.java642 return getBounds();
H A DXTextFieldPeer.java646 paintImmediately(getBounds());
/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java665 Rectangle bounds = gc.getBounds();
878 Rectangle bounds = gc.getBounds();
2102 clip = pgAt.createTransformedShape(clip).getBounds();
H A DPeekGraphics.java1512 addDrawingRect(s.getBounds());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java132 getBounds(rect);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJLabel.java1208 return charShape.getBounds();
H A DScrollPaneLayout.java702 Rectangle availR = scrollPane.getBounds();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTitlePane.java741 rect = iconifyButton.getBounds();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java2763 Rectangle alloc = JTextComponent.this.getBounds();
2830 (Rectangle)bounds : bounds.getBounds();
3712 (Rectangle)bounds : bounds.getBounds();
4920 Rectangle b = getBounds();
H A DTableView.java200 a.getBounds();
H A DWrappedPlainView.java621 Rectangle alloc = a.getBounds();
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputContext.java959 Rectangle location = window.getBounds();
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DRaster.java58 * available by means of the getBounds method, is defined by minX,
1356 public Rectangle getBounds() { method in class:Raster
/openjdk7/jdk/src/share/classes/java/awt/
H A DList.java1785 * @see #getBounds
1798 * @see #getBounds
1814 * @see #getBounds
1840 public Rectangle getBounds() { method in class:List.AccessibleAWTList.AccessibleAWTListChild
1851 * @see #getBounds
H A DRectangle.java303 * <code>getBounds</code> method of
307 * @see java.awt.Component#getBounds
313 public Rectangle getBounds() { method in class:Rectangle
332 * @see #getBounds
354 * @see #getBounds
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DEditorTopComponent.java280 if (!notFirstTime && scene.getScrollPane().getBounds().width > 0) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSpinnerUI.java507 final Rectangle bounds = getBounds();
H A DAquaTreeUI.java357 fBounds = treeState.getBounds(fTrackingPath, boundsBuffer);
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXOffScreenSurfaceData.java492 sg2d.setClip(getBounds());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/model/nav/
H A DAPTNavigator.java435 for( ReferenceType r : t.getDeclaration().getBounds() ) {
/openjdk7/langtools/src/share/classes/com/sun/source/util/
H A DTreeScanner.java363 R r = scan(node.getBounds(), p);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java534 types.getBounds(t) :
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java775 Rectangle a = allocation.getBounds();
901 a.getBounds();
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DPath2D.java1950 public final Rectangle getBounds() { method in class:Path2D
1951 return getBounds2D().getBounds();

Completed in 119 milliseconds

<<111213