org.jmol.util
Class Rectangle

java.lang.Object
  extended by org.jmol.util.Rectangle

public class Rectangle
extends java.lang.Object


Field Summary
 int height
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
Rectangle()
           
 
Method Summary
 boolean contains(int X, int Y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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()
Method Detail

contains

public boolean contains(int X,
                        int Y)