at.tuwien.ifs.somtoolbox.util
Class Indices2D
java.lang.Object
at.tuwien.ifs.somtoolbox.util.Indices2D
public class Indices2D
- extends java.lang.Object
- Version:
- $Id: Indices2D.java 3358 2010-02-11 14:35:07Z mayer $
- Author:
- Rudolf Mayer
Constructor Summary |
Indices2D(int startX,
int startY)
|
Indices2D(int startX,
int startY,
int endX,
int endY)
|
Method Summary |
void |
setEnd(int endX,
int endY)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
startX
public int startX
startY
public int startY
endX
public int endX
endY
public int endY
Indices2D
public Indices2D(int startX,
int startY)
Indices2D
public Indices2D(int startX,
int startY,
int endX,
int endY)
setEnd
public void setEnd(int endX,
int endY)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object