Uses of Class
com.alee.graphics.filters.AbstractBufferedImageOp

Packages that use AbstractBufferedImageOp
com.alee.graphics.filters   
 

Uses of AbstractBufferedImageOp in com.alee.graphics.filters
 

Subclasses of AbstractBufferedImageOp in com.alee.graphics.filters
 class BoxBlurFilter
          A filter which performs a box blur on an image.
 class ConvolveFilter
          A filter which applies a convolution kernel to an image.
 class GaussianFilter
          A filter which applies Gaussian blur to an image.
 class MotionBlurOp
          A filter which produces motion blur the faster, but lower-quality way.
 class OpacityFilter
          Sets the opacity (alpha) of every pixel in an image to a constant value.
 class PointFilter
          An abstract superclass for point filters.
 class RaysFilter
           
 class ShadowFilter
          A filter which draws a drop shadow based on the alpha channel of the image.