Uses of Class
infomat.view.picture.SparsePixel

Packages that use SparsePixel
infomat.view.picture   
 

Uses of SparsePixel in infomat.view.picture
 

Methods in infomat.view.picture that return SparsePixel
 SparsePixel SparsePicture.getPixelForObjects(IObject rowObject, IObject colObject)
           
 

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

Methods in infomat.view.picture with parameters of type SparsePixel
 void SparsePixel.accumulate(SparsePixel sp)