com.jinke.gui
Class Rectangle

java.lang.Object
  extended by com.jinke.gui.Rectangle

public class Rectangle
extends java.lang.Object


Field Summary
 int height
           
 int left
           
 int top
           
 int width
           
 
Constructor Summary
Rectangle()
           
Rectangle(int i, int j, int k, int l)
           
Rectangle(Rectangle rectangle)
           
 
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
 

Field Detail

top

public int top

left

public int left

width

public int width

height

public int height
Constructor Detail

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 -
Method Detail

setRect

public void setRect(int i,
                    int j,
                    int k,
                    int l)
Parameters:
i -
j -
k -
l -