public class ScreenRectangle extends Object Class used to hold screen rectangles in the Screen Editor.
- Author:
- Christopher Mindus
Field Summary 
Fields
int
int
The property associated with the rectangle.
int
int
int
Constructor Summary 
Constructors
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Details 
x 
public int x
The X position.
y 
public int y
The Y position.
cx 
public int cx
The width.
cy 
public int cy
The height.
type 
public int type
The type of rectangle.
property 
The property associated with the rectangle.
Constructor Details 
ScreenRectangle 
public ScreenRectangle()