Class Rectangle

    • Constructor Summary

      Constructors 
      Constructor Description
      Rectangle()  
      Rectangle​(boolean rounded)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.geom.GeneralPath getPath​(double x, double y, double width, double height)  
      • Methods inherited from class java.lang.Object

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

      • Rectangle

        public Rectangle()
      • Rectangle

        public Rectangle​(boolean rounded)
    • Method Detail

      • getPath

        public java.awt.geom.GeneralPath getPath​(double x,
                                                 double y,
                                                 double width,
                                                 double height)