Class ScreenRectangle


  • public class ScreenRectangle
    extends java.lang.Object
    Class used to hold screen rectangles in the Screen Editor.
    Author:
    Christopher Mindus
    • Field Summary

      Fields 
      Modifier and TypeFieldDescription
      intcx
      The width.
      intcy
      The height.
      PropCnrproperty
      The property associated with the rectangle.
      inttype
      The type of rectangle.
      intx
      The X position.
      inty
      The Y position.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • ScreenRectangle

        public ScreenRectangle()