SRJRCFrames
v0.1.296

de.schwarzrot.app.domain
Class Coordinate

java.lang.Object
  extended by de.schwarzrot.app.domain.Coordinate
All Implemented Interfaces:
Cloneable

public class Coordinate
extends Object
implements Cloneable


Constructor Summary
Coordinate(Coordinate other)
           
Coordinate(double x, double y)
           
Coordinate(int[] p)
           
Coordinate(int x, int y)
           
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener listener)
           
 Object clone()
           
 int getX()
           
 int getY()
           
 void removePropertyChangeListener(PropertyChangeListener listener)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coordinate

public Coordinate(Coordinate other)

Coordinate

public Coordinate(double x,
                  double y)

Coordinate

public Coordinate(int x,
                  int y)

Coordinate

public Coordinate(int[] p)
Method Detail

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)

SRJRCFrames
v0.1.296

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
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.