Package 

Class Rect

    • Constructor Summary

      Constructors 
      Constructor Description
      Rect(String jsChart)
    • Method Summary

      Modifier and Type Method Description
      static Rect instantiate()
      String getJsBase()
      void getBottom() Getter for the bottom of a rectangle.
      void getHeight() Getter for the height of a rectangle.
      void getLeft() Getter for the X-coordinate of the left side of a rectangle.
      void getRight() Getter for the X-coordinate of the right side of a rectangle.
      void getTop() Getter for the top of a rectangle.
      void getWidth() Getter for the width of a rectangle.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getBottom

         void getBottom()

        Getter for the bottom of a rectangle.

      • getHeight

         void getHeight()

        Getter for the height of a rectangle.

      • getLeft

         void getLeft()

        Getter for the X-coordinate of the left side of a rectangle.

      • getRight

         void getRight()

        Getter for the X-coordinate of the right side of a rectangle.

      • getTop

         void getTop()

        Getter for the top of a rectangle.

      • getWidth

         void getWidth()

        Getter for the width of a rectangle.