Class RoundedRect

  • All Implemented Interfaces:
    Shape

    public class RoundedRect
    extends AbstractShape
    Version:
    Apr 5, 2010
    Author:
    Arya Adriansyah
    • Constructor Summary

      Constructors 
      Constructor Description
      RoundedRect()  
    • 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

      • RoundedRect

        public RoundedRect()
    • Method Detail

      • getPath

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