Package org.processmining.models.shapes
Class Gate
- java.lang.Object
-
- org.processmining.models.shapes.AbstractShape
-
- org.processmining.models.shapes.Gate
-
- All Implemented Interfaces:
Shape
public class Gate extends AbstractShape
-
-
Constructor Summary
Constructors Constructor Description Gate(int direction)
-
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
-
-
-
-
Field Detail
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
-