Class RoundedRect

  • All Implemented Interfaces:
    org.processmining.models.shapes.Shape

    public class RoundedRect
    extends org.processmining.models.shapes.AbstractShape
    • 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 org.processmining.models.shapes.AbstractShape

        getPerimeterPoint, intersection
      • Methods inherited from class java.lang.Object

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

      • RoundedRect

        public RoundedRect()
      • RoundedRect

        public RoundedRect​(double roundness)
    • Method Detail

      • getPath

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