Class RFB.Rectangle

java.lang.Object
javaforce.awt.RFB.Rectangle
Enclosing class:
RFB

public static class RFB.Rectangle extends Object
  • Field Details

    • x

      public int x
    • y

      public int y
    • width

      public int width
    • height

      public int height
    • newSize

      public boolean newSize
    • ptrPos

      public boolean ptrPos
  • Constructor Details

    • Rectangle

      public Rectangle()
    • Rectangle

      public Rectangle(Rectangle r)
    • Rectangle

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

      public Rectangle(RFB.Rectangle o)
  • Method Details