Uses of Interface
j2d.filters.bufferedImageConvolution.ImageMatrixBeanProcessorInterface

Packages that use ImageMatrixBeanProcessorInterface
j2d.filters.bufferedImageConvolution   
 

Uses of ImageMatrixBeanProcessorInterface in j2d.filters.bufferedImageConvolution
 

Classes in j2d.filters.bufferedImageConvolution that implement ImageMatrixBeanProcessorInterface
 class FFTR2ImageConvolver
           
 class FFTR2ImageConvolverBak
           
 class ImageConvolver
           
 class PFAImageConvolver
          User: lyon Date: Nov 13, 2005 Time: 6:17:12 PM Copyright DocJava, Inc.
 

Methods in j2d.filters.bufferedImageConvolution that return ImageMatrixBeanProcessorInterface
 ImageMatrixBeanProcessorInterface ImageMatrixBean.getImageProcessor()
           
 

Methods in j2d.filters.bufferedImageConvolution with parameters of type ImageMatrixBeanProcessorInterface
 void ImageMatrixBean.setImageProcessor(ImageMatrixBeanProcessorInterface imbpi)