Class ScreenRectangle

java.lang.Object
com.iizigo.term.screen.ScreenRectangle

public class ScreenRectangle extends Object
Class used to hold screen rectangles in the Screen Editor.
Author:
Christopher Mindus
  • 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

      public PropCnr property
      The property associated with the rectangle.
  • Constructor Details

    • ScreenRectangle

      public ScreenRectangle()