Class Rectangle

java.lang.Object
javaforce.webui.Rectangle

public class Rectangle extends Object
Rectangle
Author:
pquiring
  • Field Details

    • x

      public int x
    • y

      public int y
    • width

      public int width
    • height

      public int height
  • Constructor Details

    • Rectangle

      public Rectangle()
    • Rectangle

      public Rectangle(int x, int y, int width, int height)
    • Rectangle

      public Rectangle(Rectangle src)
  • Method Details