at.tuwien.ifs.somtoolbox.util
Class Indices2D
java.lang.Object
at.tuwien.ifs.somtoolbox.util.Indices2D
public class Indices2D
- extends 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)
|
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 String toString()
- Overrides:
toString
in class Object