Package org.jmol.util

Class Rectangle

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

public class Rectangle extends Object
  • Field Details

    • x

      public int x
    • y

      public int y
    • width

      public int width
    • height

      public int height
  • Constructor Details

    • Rectangle

      public Rectangle()
  • Method Details

    • contains

      public boolean contains(int X, int Y)