Package com.iizigo.term.screen
Class ScreenRectangle
java.lang.Object
com.iizigo.term.screen.ScreenRectangle
Class used to hold screen rectangles in the Screen Editor.
- Author:
- Christopher Mindus
Field Summary
Constructor Summary
Method Summary
Field Details
x
public int xThe X position.y
public int yThe Y position.cx
public int cxThe width.cy
public int cyThe height.type
public int typeThe type of rectangle.property
The property associated with the rectangle.
Constructor Details
ScreenRectangle
public ScreenRectangle()