|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.util.Rectangle
public class Rectangle
Field Summary | |
---|---|
int |
height
|
int |
width
|
int |
x
|
int |
y
|
Constructor Summary | |
---|---|
Rectangle()
|
|
Rectangle(int x,
int y,
int width,
int height)
|
|
Rectangle(Rectangle rect)
|
Method Summary | |
---|---|
boolean |
contains(Rectangle r)
|
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 width
public int height
Constructor Detail |
---|
public Rectangle(Rectangle rect)
public Rectangle(int x, int y, int width, int height)
public Rectangle()
Method Detail |
---|
public boolean intersects(Rectangle r)
public boolean contains(Rectangle r)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |