|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Rectangle
public class Rectangle
Minimal Rectangle implementation.
Field Summary | |
---|---|
int |
height
|
int |
width
|
int |
x
|
int |
y
|
Constructor Summary | |
---|---|
Rectangle(int x,
int y,
int width,
int height)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
Field Detail |
---|
public int height
public int width
public int x
public int y
Constructor Detail |
---|
public Rectangle(int x, int y, int width, int height)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |