com.jinke.gui
Class Rectangle
java.lang.Object
com.jinke.gui.Rectangle
public class Rectangle
- extends java.lang.Object
|
Method Summary |
void |
setRect(int i,
int j,
int k,
int l)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
top
public int top
left
public int left
width
public int width
height
public int height
Rectangle
public Rectangle()
Rectangle
public Rectangle(int i,
int j,
int k,
int l)
- Parameters:
i - j - k - l -
Rectangle
public Rectangle(Rectangle rectangle)
- Parameters:
rectangle -
setRect
public void setRect(int i,
int j,
int k,
int l)
- Parameters:
i - j - k - l -