Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.util
Class Rectangle

java.lang.Object
  extended by oracle.adfnmc.util.Rectangle

public class Rectangle
extends java.lang.Object


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

x

public int x

y

public int y

width

public int width

height

public int height
Constructor Detail

Rectangle

public Rectangle(Rectangle rect)

Rectangle

public Rectangle(int x,
                 int y,
                 int width,
                 int height)

Rectangle

public Rectangle()
Method Detail

intersects

public boolean intersects(Rectangle r)

contains

public boolean contains(Rectangle r)

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.