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 SummaryFields
- Constructor SummaryConstructors
- Method Summary
- Field Details- xpublic int xThe X position.
- ypublic int yThe Y position.
- cxpublic int cxThe width.
- cypublic int cyThe height.
- typepublic int typeThe type of rectangle.
- propertyThe property associated with the rectangle.
 
- Constructor Details- ScreenRectanglepublic ScreenRectangle()