Package org.processmining.models.shapes
Class Rectangle
- java.lang.Object
-
- org.processmining.models.shapes.AbstractShape
-
- org.processmining.models.shapes.Rectangle
-
- All Implemented Interfaces:
Shape
public class Rectangle extends 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
-
-