Class Rect


  • public class Rect
    extends Quad
    Represents a rectangle - a Quadrilateral with parallel sides.
    • Constructor Summary

      Constructors 
      Constructor Description
      Rect​(double aX, double aY, double aW, double aH)
      Creates a new rect.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Rect

        public Rect​(double aX,
                    double aY,
                    double aW,
                    double aH)
        Creates a new rect.