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 Link icon

    • x Link icon

      public int x
      The X position.
    • y Link icon

      public int y
      The Y position.
    • cx Link icon

      public int cx
      The width.
    • cy Link icon

      public int cy
      The height.
    • type Link icon

      public int type
      The type of rectangle.
    • property Link icon

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

    • ScreenRectangle Link icon

      public ScreenRectangle()