Class ShapeLogMove

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

    public class ShapeLogMove
    extends org.processmining.models.shapes.Polygon
    • Constructor Summary

      Constructors 
      Constructor Description
      ShapeLogMove()  
    • 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
      • Methods inherited from class java.lang.Object

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

      • ShapeLogMove

        public ShapeLogMove()
    • Method Detail

      • getPoints

        protected java.awt.geom.Point2D[] getPoints​(double x,
                                                    double y,
                                                    double width,
                                                    double height)
        Specified by:
        getPoints in class org.processmining.models.shapes.Polygon