infomat.algorithms
Class DensityAlgorithm.Coord

java.lang.Object
  extended by infomat.algorithms.DensityAlgorithm.Coord
Enclosing class:
DensityAlgorithm

private class DensityAlgorithm.Coord
extends java.lang.Object


Field Summary
(package private)  int col
           
(package private)  int row
           
 
Constructor Summary
DensityAlgorithm.Coord(int row, int col)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

int row

col

int col
Constructor Detail

DensityAlgorithm.Coord

public DensityAlgorithm.Coord(int row,
                              int col)