jBPM Designer - Backend 6.1.0.CR2

org.jbpm.designer.server.diagram
Class Point

java.lang.Object
  extended by 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
 
Method Summary
 boolean equals(Object obj)
           
 Double getX()
           
 Double getY()
           
 int hashCode()
           
 void setX(Double x)
           
 void setY(Double y)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point(Double x,
             Double y)
Creates a new Point with x and y coordinates

Parameters:
x -
y -
Method Detail

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

jBPM Designer - Backend 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.