Class ElementLocation
- java.lang.Object
-
- com.hybris.backoffice.workflow.designer.dto.ElementLocation
-
public class ElementLocation extends java.lang.ObjectRepresents the location of elements modelled in Workflow Designer
-
-
Field Summary
Fields Modifier and Type Field Description static intZERO_POSITION_Xstatic intZERO_POSITION_Y
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetX()intgetY()inthashCode()static ElementLocationof(int x, int y)static ElementLocationzeroLocation()
-
-
-
Field Detail
-
ZERO_POSITION_X
public static final int ZERO_POSITION_X
- See Also:
- Constant Field Values
-
ZERO_POSITION_Y
public static final int ZERO_POSITION_Y
- See Also:
- Constant Field Values
-
-
Method Detail
-
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(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-