Class Rectangle

java.lang.Object
org.processmining.models.shapes.AbstractShape
org.processmining.models.shapes.Rectangle
All Implemented Interfaces:
Shape

public class Rectangle extends AbstractShape
  • Constructor Details

    • Rectangle

      public Rectangle()
    • Rectangle

      public Rectangle(boolean rounded)
  • Method Details

    • getPath

      public GeneralPath getPath(double x, double y, double width, double height)