|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.rchart.gc.Rectangle
public class Rectangle
Rectangle class
Field Summary | |
---|---|
int |
h
|
int |
w
|
int |
x
|
int |
y
|
Constructor Summary | |
---|---|
Rectangle(int x,
int y,
int w,
int h)
|
Method Summary | |
---|---|
boolean |
contains(int x1,
int y1)
|
boolean |
intersects(Rectangle r)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int x
public int y
public int w
public int h
Constructor Detail |
---|
public Rectangle(int x, int y, int w, int h)
Method Detail |
---|
public boolean contains(int x1, int y1)
public boolean intersects(Rectangle r)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |