Searched refs:getBounds (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DTypeVariable.java71 Type[] getBounds(); method in interface:TypeVariable
/openjdk7/langtools/src/share/classes/com/sun/mirror/declaration/
H A DTypeParameterDeclaration.java60 Collection<ReferenceType> getBounds(); method in interface:TypeParameterDeclaration
/openjdk7/langtools/src/share/classes/com/sun/source/tree/
H A DTypeParameterTree.java49 List<? extends Tree> getBounds(); method in interface:TypeParameterTree
/openjdk7/jdk/test/java/awt/Frame/HugeFrame/
H A DHugeFrame.java44 System.err.println(f.getBounds());
/openjdk7/langtools/src/share/classes/javax/lang/model/element/
H A DTypeParameterElement.java64 List<? extends TypeMirror> getBounds(); method in interface:TypeParameterElement
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DAccelSurface.java127 public Rectangle getBounds(); method in interface:AccelSurface
131 * returned by {@link #getBounds}.
/openjdk7/jdk/test/java/awt/Multiscreen/WindowGCChangeTest/
H A DWindowGCChangeTest.java80 Rectangle r = gds[i].getDefaultConfiguration().getBounds();
108 f.setBounds(nondefGC.getBounds().x + 100, nondefGC.getBounds().y + 100, 100, 100);
126 g.setBounds(defGC.getBounds().x + 100, defGC.getBounds().y + 100, 100, 100);
144 h.setBounds(defGC.getBounds().x + 100, defGC.getBounds().y + 100, 100, 100);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWPanelPeer.java49 return getBounds().getSize();
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11ComponentPeer.java39 Rectangle getBounds(); method in interface:X11ComponentPeer
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLLayer.java63 public Rectangle getBounds() { method in class:CGLLayer
64 return peer.getBounds();
84 if (getBounds().isEmpty()) {
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterSurfaceData.java48 super(IntRgbPQ, gc.getColorModel(), gc, gc.getBounds());
49 initOps(context, this.fGraphicsStates, this.fGraphicsStatesObject, gc.getBounds().width, gc.getBounds().height);
/openjdk7/jdk/test/java/awt/Multiscreen/LocationRelativeToTest/
H A DLocationRelativeToTest.java72 Rectangle gcBounds = gc.getBounds();
101 Point actualLoc = new Point(f.getBounds().x + f.getWidth() / 2,
102 f.getBounds().y + f.getHeight() / 2);
/openjdk7/jdk/src/share/classes/java/awt/
H A DShape.java122 public Rectangle getBounds(); method in interface:Shape
126 * the <code>Shape</code> than the <code>getBounds</code> method.
132 * returned by the <code>getBounds</code> method and never fails due
164 * @see #getBounds
H A DMouseInfo.java92 Rectangle bounds = gc.getBounds();
104 Rectangle bounds = gds[i].getDefaultConfiguration().getBounds();
/openjdk7/jdk/test/java/awt/Multiscreen/UpdateGCTest/
H A DUpdateGCTest.java56 if ((gc.getBounds().x != 0) || (gc.getBounds().y != 0))
108 f.setLocation(gc.getBounds().x + 100, gc.getBounds().y + 100);
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DTypeVariableImpl.java58 return TypeMaker.getTypes(env, getBounds((TypeVar)type, env));
103 List<Type> bounds = getBounds(v, env);
118 private static List<Type> getBounds(TypeVar v, DocEnv env) { method in class:TypeVariableImpl
123 return env.types.getBounds(v);
/openjdk7/jdk/src/share/classes/sun/reflect/generics/tree/
H A DFormalTypeParameter.java51 public FieldTypeSignature[] getBounds(){return bounds;} method in class:FormalTypeParameter
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DIconView.java71 Rectangle alloc = a.getBounds();
134 Rectangle r = a.getBounds();
/openjdk7/jdk/src/share/classes/sun/font/
H A DDelegatingShape.java47 public Rectangle getBounds() { method in class:DelegatingShape
48 return delegate.getBounds(); // assumes all delegates are immutable via the returned Rectangle
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGraphicAttribute.java112 * @see #getBounds()
121 * @see #getBounds()
132 * @see #getBounds()
147 public Rectangle2D getBounds() { method in class:GraphicAttribute
158 * bounds returned by <code>getBounds</code>.
160 * {@link #getBounds}, transformed by the provided {@link AffineTransform}
169 Shape b = getBounds();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DOutputSlotWidget.java52 if (getFigureWidget().getBounds() == null) {
56 double x = this.getFigureWidget().getBounds().width;
H A DSlotWidget.java94 int w = this.getBounds().width;
95 int h = this.getBounds().height;
101 g.drawString(getSlot().getShortName(), (int) (this.getBounds().width - r1.getWidth()) / 2, (int) (this.getBounds().height + r1.getHeight()) / 2);
123 double height = getFigureWidget().getBounds().getHeight();
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLSurfaceData.java101 Rectangle r = peer.getBounds();
151 public Rectangle getBounds() { method in class:WGLSurfaceData.WGLWindowSurfaceData
152 Rectangle r = peer.getBounds();
225 public Rectangle getBounds() { method in class:WGLSurfaceData.WGLOffScreenSurfaceData
227 Rectangle r = peer.getBounds();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowDimensions.java115 return getBounds().getSize();
121 public Rectangle getBounds() { method in class:WindowDimensions
174 && (getBounds().equals(dims.getBounds()));
178 return ((insets == null)? (0):(insets.hashCode())) ^ getClientRect().hashCode() ^ getBounds().hashCode();
H A DXContentWindow.java50 Rectangle rec = dims.getBounds();
113 Rectangle newBounds = dims.getBounds();
119 newBounds, getBounds());
123 boolean needHandleResize = !(newBounds.equals(getBounds()));
185 return getClass().getName() + "[" + getBounds() + "]";

Completed in 106 milliseconds

1234567891011>>