org.jbpm.designer.server.diagram
Class Point
java.lang.Object
org.jbpm.designer.server.diagram.Point
public class Point
- extends Object
Constructor Summary |
Point(Double x,
Double y)
Creates a new Point with x and y coordinates |
Point
public Point(Double x,
Double y)
- Creates a new Point with x and y coordinates
- Parameters:
x
- y
-
getX
public Double getX()
- Returns:
- the x
setX
public void setX(Double x)
- Parameters:
x
- the x to set
getY
public Double getY()
- Returns:
- the y
setY
public void setY(Double y)
- Parameters:
y
- the y to set
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.