Searched defs:Rectangle (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DRectangle.java32 * A <code>Rectangle</code> specifies an area in a coordinate space that is
33 * enclosed by the <code>Rectangle</code> object's upper-left point
37 * A <code>Rectangle</code> object's <code>width</code> and
39 * that create a <code>Rectangle</code>, and the methods that can modify
43 * A {@code Rectangle} whose width or height is exactly zero has location
45 * The {@link #isEmpty} method will return true for such a {@code Rectangle}.
46 * Methods which test if an empty {@code Rectangle} contains or intersects
48 * Methods which combine such a {@code Rectangle} with a point or rectangle
49 * will include the location of the {@code Rectangle} on that axis in the
54 * A {@code Rectangle} whos
119 public class Rectangle extends Rectangle2D class in inherits:Rectangle2D,Shape,java.io.Serializable
185 public Rectangle() { method in class:Rectangle
196 public Rectangle(Rectangle r) { method in class:Rectangle
211 public Rectangle(int x, int y, int width, int height) { method in class:Rectangle
225 public Rectangle(int width, int height) { method in class:Rectangle
239 public Rectangle(Point p, Dimension d) { method in class:Rectangle
249 public Rectangle(Point p) { method in class:Rectangle
259 public Rectangle(Dimension d) { method in class:Rectangle
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DShape.java95 class Rectangle extends Shape { class in inherits:Shape

Completed in 38 milliseconds