Package org.processmining.models.shapes
Class Diamond
- java.lang.Object
-
- org.processmining.models.shapes.AbstractShape
-
- org.processmining.models.shapes.Polygon
-
- org.processmining.models.shapes.Diamond
-
-
Constructor Summary
Constructors Constructor Description Diamond()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.awt.geom.Point2D[]
getPoints(double x, double y, double width, double height)
-
Methods inherited from class org.processmining.models.shapes.Polygon
getPath, getPerimeterPoint
-
Methods inherited from class org.processmining.models.shapes.AbstractShape
intersection
-
-