Searched defs:getBounds (Results 1 - 25 of 83) sorted by relevance

1234

/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/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/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 DGraphicsConfiguration.java51 * component, use {@link #getBounds() getBounds} to get the bounds of
59 * Rectangle bounds = gc.getBounds();
64 * environment, call <code>getBounds</code> on all of the
70 * You can also use <code>getBounds</code> to determine the bounds
71 * of the virtual device. To do this, first call <code>getBounds</code> on all
74 * from the calls to <code>getBounds</code>. The union is the
90 * virtualBounds.union(gc[i].getBounds());
401 public abstract Rectangle getBounds(); method in class:GraphicsConfiguration
/openjdk7/jdk/test/java/awt/GraphicsDevice/
H A DCloneConfigsTest.java112 public Rectangle getBounds() { method in class:CloneConfigsTest.TestConfig
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DTypeParameterDeclarationImpl.java67 public Collection<ReferenceType> getBounds() { method in class:TypeParameterDeclarationImpl
69 for (Type t : env.jctypes.getBounds((Type.TypeVar) sym.type)) {
119 : env.jctypes.getBounds(tv);
/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/solaris/classes/sun/awt/
H A DX11ComponentPeer.java39 Rectangle getBounds(); method in interface:X11ComponentPeer
/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/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DBlock.java75 public Rectangle getBounds() { method in class:Block
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphicsConfig.java209 public Rectangle getBounds() { method in class:CPrinterGraphicsConfig
/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/src/share/classes/sun/print/
H A DPrinterGraphicsConfig.java127 public Rectangle getBounds() { method in class:PrinterGraphicsConfig
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufferedImageGraphicsConfig.java170 public Rectangle getBounds() { method in class:BufferedImageGraphicsConfig
/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();
H A DImageGraphicAttribute.java153 public Rectangle2D getBounds() { method in class:ImageGraphicAttribute
H A DShapeGraphicAttribute.java166 public Rectangle2D getBounds() { method in class:ShapeGraphicAttribute
184 * bounds returned by <code>getBounds</code>.
/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/share/classes/sun/java2d/
H A DNullSurfaceData.java129 public Rectangle getBounds() { method in class:NullSurfaceData
/openjdk7/jdk/src/share/classes/sun/reflect/generics/reflectiveObjects/
H A DTypeVariableImpl.java115 public Type[] getBounds() { method in class:TypeVariableImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DAnnotation.java151 public Rectangle getBounds() { method in class:Annotation
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleComponent.java192 * @see #getBounds
201 * @see #getBounds
214 * @see #getBounds
235 public Rectangle getBounds(); method in interface:AccessibleComponent
243 * @see #getBounds

Completed in 90 milliseconds

1234