Class ElementLocation

java.lang.Object
com.hybris.backoffice.workflow.designer.dto.ElementLocation

public class ElementLocation extends Object
Represents the location of elements modelled in Workflow Designer
  • Field Details

  • Method Details

    • getX

      public int getX()
    • getY

      public int getY()
    • of

      public static ElementLocation of(int x, int y)
    • zeroLocation

      public static ElementLocation zeroLocation()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object