org.pentaho.di.core.gui
Class Rectangle

java.lang.Object
  extended by org.pentaho.di.core.gui.Rectangle

public class Rectangle
extends Object


Field Summary
 int height
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
Rectangle(int x, int y, int width, int height)
           
 
Method Summary
 boolean contains(int x2, int y2)
           
 
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(int x,
                 int y,
                 int width,
                 int height)
Parameters:
x -
y -
width -
height -
Method Detail

contains

public boolean contains(int x2,
                        int y2)