Uses of Class
infomat.vectorspace.IMatrixCell

Packages that use IMatrixCell
infomat.vectorspace   
infomat.view.picture   
 

Uses of IMatrixCell in infomat.vectorspace
 

Methods in infomat.vectorspace that return IMatrixCell
 IMatrixCell IMatrix.getCell(IObject row, IObject col)
          Returns the IMatrixCell for the IObject "row" in the "row" IObjectSet and the IObject "col" in the "column" IObjectSet
 

Methods in infomat.vectorspace with parameters of type IMatrixCell
 void IMatrix.removeCell(IMatrixCell mc)
          Removes a IMatrixCell from the IMatrix.
 

Uses of IMatrixCell in infomat.view.picture
 

Methods in infomat.view.picture that return IMatrixCell
 IMatrixCell SparsePixel.getIMatrixCellWithHighestWeight()
           
 

Methods in infomat.view.picture that return types with arguments of type IMatrixCell
 java.util.Vector<IMatrixCell> SparsePixel.getAllIMatrixCells()
           
 

Constructors in infomat.view.picture with parameters of type IMatrixCell
SparsePixel(int x, int y, java.awt.Color color, IMatrixCell mc)
           
SparsePixel(int x, int y, int xLast, int yLast, java.awt.Color color, IMatrixCell mc)