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, green and blue channels of an image to be mixed into each other.
 class CheckFilter
          A Filter to draw grids and check patterns.
 class ContrastFilter
          A filter to change the brightness and contrast of an image.
 class CurvesFilter
           
 class DissolveFilter
          A filter which "dissolves" an image by thresholding the alpha channel with random numbers.
 class DitherFilter
          A filter which performs ordered dithering on an image.
 class ErodeAlphaFilter
           
 class ExposureFilter
          A filter which changes the exposure of an image.
 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
          A filter which changes the gain and bias of an image - similar to ContrastFilter.
 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
          A filter which converts an image to grayscale using the NTSC brightness calculation.
 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
          A filter to posterize an image.
 class PremultiplyFilter
          A filter which premultiplies an image's alpha.
 class RescaleFilter
          A filter which simply multiplies pixel values by a given scale factor.
 class RGBAdjustFilter
           
 class SaturationFilter
          A filter to change the saturation of an image.
 class SkyFilter
           
 class SolarizeFilter
          A filter which solarizes an image.
 class SparkleFilter
           
 class StampFilter
          A filter which produces a rubber-stamp type of effect by performing a thresholded blur.
 class SwizzleFilter
          A filter which allows channels to be swapped.
 class TextureFilter
           
 class ThresholdFilter
          A filter which performs a threshold operation on an image.
 class TransferFilter
           
 class TritoneFilter
          A filter which performs a tritone conversion on an image.
 class UnpremultiplyFilter
          A filter which unpremultiplies an image's alpha.
 class WeaveFilter
           
 class WoodFilter
          A filter which produces a simulated wood texture.