Class GridCell
- java.lang.Object
-
- org.openjump.core.rasterimage.sextante.rasterWrappers.GridCell
-
- All Implemented Interfaces:
Comparable
public class GridCell extends Object implements Comparable
-
-
Constructor Summary
Constructors Constructor Description GridCell(int iX, int iY, double dValue)
-
-
-
Method Detail
-
getValue
public double getValue()
-
setValue
public void setValue(double dValue)
-
getX
public int getX()
-
setX
public void setX(int iX)
-
getY
public int getY()
-
setY
public void setY(int iY)
-
compareTo
public int compareTo(Object cell) throws ClassCastException
- Specified by:
compareTo
in interfaceComparable
- Throws:
ClassCastException
-
-