Uses of Class
com.jhlabs.image.PointFilter

Packages that use PointFilter
com.jhlabs.image   
 

Uses of PointFilter in com.jhlabs.image
 

Subclasses of PointFilter in com.jhlabs.image
 class ChannelMixFilter
          A filter which allows the red, grren and blue channels of an image to be mixed into each other.
 class CheckFilter
          A Filter to draw grids and check patterns.
 class DissolveFilter
          A filter which "dissolves" an image by thresholding the alpha channel with random numbers.
 class DitherFilter
           
 class ExposureFilter
           
 class FadeFilter
           
 class FBMFilter
          A filter which produces textures from fractal Brownian motion.
 class FillFilter
          A filter which fills an image with a given color.
 class FlareFilter
          An experimental filter for rendering lens flares.
 class FourColorFilter
          A filter which draws a gradient interpolated between four colors defined at the corners of the image.
 class GainFilter
           
 class GammaFilter
          A filter for changing the gamma of an image.
 class GrayFilter
          A filter which 'grays out' an image by averaging each pixel with white.
 class GrayscaleFilter
           
 class HSBAdjustFilter
           
 class InvertAlphaFilter
          A Filter to invert the alpha channel of an image.
 class InvertFilter
          A filter which inverts the RGB channels of an image.
 class JavaLnFFilter
          A filter which produces the stipple effect for Swing icons specified in the Java Look and Feel Guidelines.
 class LookupFilter
          A filter which uses the brightness of each pixel to lookup a color from a colormap.
 class MapColorsFilter
          A filter which replaces one color by another in an image.
 class MarbleTexFilter
           
 class MaskFilter
          Applies a bit mask to each ARGB pixel of an image.
 class NoiseFilter
          A filter which adds random noise into an image.
 class OpacityFilter
          Sets the opacity (alpha) of every pixel in an image to a constant value.
 class PosterizeFilter
           
 class RescaleFilter
           
 class RGBAdjustFilter
           
 class SkyFilter
           
 class SolarizeFilter
          A filter which solarizes an image.
 class SparkleFilter
           
 class StampFilter
           
 class TextureFilter
           
 class TransferFilter
           
 class WeaveFilter
           
 class WoodFilter