Class MatrixShape.Cell
java.lang.Object
uk.ac.starlink.ttools.plot2.geom.MatrixShape.Cell
- Enclosing class:
MatrixShape
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Cell
public Cell(int ix, int iy) Constructor.- Parameters:
ix- X indexiy- Y index
-
-
Method Details
-
getX
public int getX()Returns X index.- Returns:
- index in X direction
-
getY
public int getY()Returns Y index.- Returns:
- index in Y direction
-
toString
-
hashCode
-
equals
-