/openjdk7/jdk/src/share/classes/java/lang/reflect/ |
H A D | TypeVariable.java | 71 Type[] getBounds(); method in interface:TypeVariable
|
/openjdk7/langtools/src/share/classes/com/sun/mirror/declaration/ |
H A D | TypeParameterDeclaration.java | 60 Collection<ReferenceType> getBounds(); method in interface:TypeParameterDeclaration
|
/openjdk7/langtools/src/share/classes/com/sun/source/tree/ |
H A D | TypeParameterTree.java | 49 List<? extends Tree> getBounds(); method in interface:TypeParameterTree
|
/openjdk7/jdk/test/java/awt/Frame/HugeFrame/ |
H A D | HugeFrame.java | 44 System.err.println(f.getBounds());
|
/openjdk7/langtools/src/share/classes/javax/lang/model/element/ |
H A D | TypeParameterElement.java | 64 List<? extends TypeMirror> getBounds(); method in interface:TypeParameterElement
|
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/ |
H A D | AccelSurface.java | 127 public Rectangle getBounds(); method in interface:AccelSurface 131 * returned by {@link #getBounds}.
|
/openjdk7/jdk/test/java/awt/Multiscreen/WindowGCChangeTest/ |
H A D | WindowGCChangeTest.java | 80 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 D | LWPanelPeer.java | 49 return getBounds().getSize();
|
/openjdk7/jdk/src/solaris/classes/sun/awt/ |
H A D | X11ComponentPeer.java | 39 Rectangle getBounds(); method in interface:X11ComponentPeer
|
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/ |
H A D | CGLLayer.java | 63 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 D | CPrinterSurfaceData.java | 48 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 D | LocationRelativeToTest.java | 72 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 D | Shape.java | 122 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 D | MouseInfo.java | 92 Rectangle bounds = gc.getBounds(); 104 Rectangle bounds = gds[i].getDefaultConfiguration().getBounds();
|
/openjdk7/jdk/test/java/awt/Multiscreen/UpdateGCTest/ |
H A D | UpdateGCTest.java | 56 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 D | TypeVariableImpl.java | 58 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 D | FormalTypeParameter.java | 51 public FieldTypeSignature[] getBounds(){return bounds;} method in class:FormalTypeParameter
|
/openjdk7/jdk/src/share/classes/javax/swing/text/ |
H A D | IconView.java | 71 Rectangle alloc = a.getBounds(); 134 Rectangle r = a.getBounds();
|
/openjdk7/jdk/src/share/classes/sun/font/ |
H A D | DelegatingShape.java | 47 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 D | GraphicAttribute.java | 112 * @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 D | OutputSlotWidget.java | 52 if (getFigureWidget().getBounds() == null) { 56 double x = this.getFigureWidget().getBounds().width;
|
H A D | SlotWidget.java | 94 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 D | WGLSurfaceData.java | 101 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 D | WindowDimensions.java | 115 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 D | XContentWindow.java | 50 Rectangle rec = dims.getBounds(); 113 Rectangle newBounds = dims.getBounds(); 119 newBounds, getBounds()); 123 boolean needHandleResize = !(newBounds.equals(getBounds())); 185 return getClass().getName() + "[" + getBounds() + "]";
|