de.schwarzrot.app.domain
Class Coordinate
java.lang.Object
de.schwarzrot.app.domain.Coordinate
- All Implemented Interfaces:
- Cloneable
public class Coordinate
- extends Object
- implements Cloneable
Coordinate
public Coordinate(Coordinate other)
Coordinate
public Coordinate(double x,
double y)
Coordinate
public Coordinate(int x,
int y)
Coordinate
public Coordinate(int[] p)
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
clone
public Object clone()
- Overrides:
clone
in class Object
getX
public int getX()
getY
public int getY()
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
setX
public void setX(int x)
setY
public void setY(int y)
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.