Package com.iizigo.term.screen
Class ScreenRectangle
- java.lang.Object
- com.iizigo.term.screen.ScreenRectangle
public class ScreenRectangle extends java.lang.Object
Class used to hold screen rectangles in the Screen Editor.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description ScreenRectangle()
Field Detail
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
public PropCnr property
The property associated with the rectangle.