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

/frameworks/base/awt/java/awt/
H A DRectangle.java28 * The Rectangle class defines the rectangular area in terms of its upper left
29 * corner coordinates [x,y], its width, and its height. A Rectangle specified by
38 public class Rectangle extends Rectangle2D implements Shape, Serializable { class in inherits:Rectangle2D,Shape,Serializable
69 public Rectangle() { method in class:Rectangle
82 public Rectangle(Point p) { method in class:Rectangle
98 public Rectangle(Point p, Dimension d) { method in class:Rectangle
115 public Rectangle(int x, int y, int width, int height) { method in class:Rectangle
128 public Rectangle(int width, int height) { method in class:Rectangle
137 * the Rectangle object which parameters will be used for
138 * instantiating a new Rectangle
140 public Rectangle(Rectangle r) { method in class:Rectangle
[all...]

Completed in 4 milliseconds