Package org.pentaho.di.core.gui
Class Rectangle
java.lang.Object
org.pentaho.di.core.gui.Rectangle
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public int x -
y
public int y -
width
public int width -
height
public int height
-
-
Constructor Details
-
Rectangle
public Rectangle(int x, int y, int width, int height) - Parameters:
x
-y
-width
-height
-
-
-
Method Details
-
contains
public boolean contains(int x2, int y2)
-