Searched refs:bounds (Results 226 - 230 of 230) sorted by relevance

12345678910

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java2761 ListBuffer<JCExpression> bounds = new ListBuffer<JCExpression>();
2764 bounds.append(parseType());
2767 bounds.append(parseType());
2770 return toP(F.at(pos).TypeParameter(name, bounds.toList()));
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFileDialogPeer.java864 Rectangle bbox = bounds();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java311 // out of bounds.
2282 } catch (org.omg.CORBA.TypeCodePackage.Bounds bounds) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java105 * invalidated, like after changing the bounds of components, or
815 * Should only be used in subclass getBounds to check that part of bounds
1994 * the top-left corner of the component's bounds in
2009 * the top-left corner of the component's bounds in the
2199 * Gets the bounds of this component in the form of a
2200 * <code>Rectangle</code> object. The bounds specify this
2203 * @return a rectangle indicating this component's bounds
2209 return bounds();
2217 public Rectangle bounds() { method in class:Component
2451 * Stores the bounds o
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.m1683 SurfaceData_IntersectBounds(&pRasInfo->bounds, &bisdo->rasbounds);

Completed in 60 milliseconds

12345678910