org.nakedobjects.viewer.lightweight
Class Location
java.lang.Object
org.nakedobjects.viewer.lightweight.Location
- public class Location
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Location
public Location(int x,
int y)
Location
public Location(Location location)
Location
public Location()
setX
public void setX(int x)
getX
public int getX()
setY
public void setY(int y)
getY
public int getY()
equals
public boolean equals(java.lang.Object obj)
toString
public java.lang.String toString()
translate
public void translate(int dx,
int dy)