Uses of Class
project.android.imageprocessing.filter.effect.PixellateFilter

Packages that use PixellateFilter
project.android.imageprocessing.filter.effect   
 

Uses of PixellateFilter in project.android.imageprocessing.filter.effect
 

Subclasses of PixellateFilter in project.android.imageprocessing.filter.effect
 class HalftoneFilter
          Applies a halftone effect to an image, like news print fractionalWidthOfAPixel: How large the halftone dots are, as a fraction of the width and height of the image (0.0 - 1.0) aspectRatio: the ratio of width and height for dots
 class PolkaDotFilter
          Breaks an image up into colored dots within a regular grid fractionalWidthOfAPixel: How large the dots are, as a fraction of the width and height of the image (0.0 - 1.0) dotScaling: What fraction of each grid space is taken up by a dot, from 0.0 to 1.0.