com.nutiteq.components
Class Rectangle

java.lang.Object
  extended by com.nutiteq.components.Rectangle

public class Rectangle
extends java.lang.Object


Constructor Summary
Rectangle(int x, int y, int width, int height)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rectangle

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

getHeight

public int getHeight()

getWidth

public int getWidth()

getX

public int getX()

getY

public int getY()