Package uk.ac.starlink.ttools.plot2.geom
Class MatrixShape.Cell
java.lang.Object
uk.ac.starlink.ttools.plot2.geom.MatrixShape.Cell
- Enclosing class:
- MatrixShape
Represents one cell in a 2x2 matrix.
Just encapsulates non-negative (X,Y) coordinates.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Cell
public Cell(int ix, int iy) Constructor.- Parameters:
ix
- X indexiy
- Y index
-
-
Method Details