Uses of Class
com.jhlabs.image.AbstractBufferedImageOp

Packages that use AbstractBufferedImageOp
com.jhlabs.image   
j2d.filters   
j2d.hpp   
j2d.warp   
 

Uses of AbstractBufferedImageOp in com.jhlabs.image
 

Subclasses of AbstractBufferedImageOp in com.jhlabs.image
 class BicubicScaleFilter
          Scales an image using bi-cubic interpolation, which can't be done with AffineTransformOp.
 class BinaryFilter
           
 class BlockFilter
          A Filter to pixellate images.
 class BorderFilter
          A filter to add a border around an image using the supplied Paint, which may be null for no painting.
 class BoxBlurFilter
          A filter which performs a box blur on an image.
 class CausticsFilter
          A filter which simulates underwater caustics.
 class CellularFilter
           
 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 CircleFilter
           
 class CompoundFilter
           
 class ContourFilter
           
 class ConvolveFilter
          A filter which applies a convolution kernel to an image.
 class CropFilter
          A filter which crops an image to a given rectangle.
 class CrystallizeFilter
           
 class CurlFilter
          A page curl effect.
 class DespeckleFilter
           
 class DiffuseFilter
          This filter diffuses an image by moving its pixels in random directions.
 class DiffusionFilter
          A filter which uses Floyd-Steinberg error diffusion dithering to halftone an image.
 class DilateFilter
          Given a binary image, this filter performs binary dilation, setting all added pixels to the given 'new' color.
 class DisplaceFilter
          A filter which simulates the appearance of looking through glass.
 class DissolveFilter
          A filter which "dissolves" an image by thresholding the alpha channel with random numbers.
 class DitherFilter
           
 class EdgeFilter
          An edge-detection filter.
 class EmbossFilter
          A class to emboss an image.
 class ErodeFilter
          Given a binary image, this filter performs binary erosion, setting all removed pixels to the given 'new' color.
 class ExposureFilter
           
 class FadeFilter
           
 class FBMFilter
          A filter which produces textures from fractal Brownian motion.
 class FieldWarpFilter
          A class which warps an image using a field Warp algorithm.
 class FillFilter
          A filter which fills an image with a given color.
 class FlareFilter
          An experimental filter for rendering lens flares.
 class FlipFilter
          A filter which flips images or rotates by multiples of 90 degrees.
 class Flush3DFilter
          This filter tries to apply the Swing "flush 3D" effect to the black lines in an image.
 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 GaussianFilter
          A filter which applies Gaussian blur to an image.
 class GlintFilter
           
 class GlowFilter
          A filter which adds Gaussian blur to an image, producing a glowing effect.
 class GradientFilter
          A filter which draws a coloured gradient.
 class GradientWipeFilter
          A filter which can be used to produce wipes by transferring the luma of a mask image into the alpha channel of the source.
 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 IteratedFilter
           
 class JavaLnFFilter
          A filter which produces the stipple effect for Swing icons specified in the Java Look and Feel Guidelines.
 class LensBlurFilter
          A filter which use FFTs to simulate lens blur on an image
 class LevelsFilter
          A filter which allows levels adjustment on an image.
 class LifeFilter
           
 class LightFilter
           
 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 MapFilter
           
 class MarbleFilter
          This filter applies a marbling effect to an image, displacing pixels by random amounts.
 class MarbleTexFilter
           
 class MaskFilter
          Applies a bit mask to each ARGB pixel of an image.
 class MaximumFilter
           
 class MedianFilter
          A filter which performs a 3x3 median operation.
 class MinimumFilter
           
 class MirrorFilter
           
 class MotionBlurFilter
          A filter which produces motion blur the slow, but higher-quality way.
 class MotionBlurOp
           
 class NoiseFilter
          A filter which adds random noise into an image.
 class OffsetFilter
           
 class OpacityFilter
          Sets the opacity (alpha) of every pixel in an image to a constant value.
 class OutlineFilter
          Given a binary image, this filter converts it to its outline, replacing all interior pixels with the 'new' color.
 class PerspectiveFilter
           
 class PinchFilter
           
 class PlasmaFilter
           
 class PointFilter
          An abstract superclass for point filters.
 class PointillizeFilter
           
 class PolarFilter
           
 class PosterizeFilter
           
 class QuiltFilter
           
 class RaysFilter
           
 class ReduceNoiseFilter
          A filter which performs reduces noise by looking at each pixel's 8 neighbours, and if it's a minimum or maximum, replacing it by the next minimum or maximum of the neighbours.
 class RescaleFilter
           
 class RGBAdjustFilter
           
 class RippleFilter
          A filter which distorts an image by rippling it in the X or Y directions.
 class RotateFilter
           
 class ScaleFilter
          Scales an image using the area-averaging algorithm, which can't be done with AffineTransformOp.
 class ShadeFilter
           
 class ShapeFilter
           
 class SharpenFilter
           
 class ShatterFilter
           
 class ShearFilter
           
 class SkeletonFilter
           
 class SkyFilter
           
 class SmartBlurFilter
           
 class SmearFilter
           
 class SolarizeFilter
          A filter which solarizes an image.
 class SparkleFilter
           
 class SphereFilter
           
 class StampFilter
           
 class SwimFilter
           
 class TextureFilter
           
 class TileImageFilter
           
 class TransferFilter
           
 class TransformFilter
          An abstract superclass for filters which distort images in some way.
 class UnsharpFilter
          A filter which subtracts Gaussian blur from an image, sharpening it.
 class VariableBlurFilter
           
 class WarpFilter
          A filter for warping images using the gridwarp algorithm.
 class WaterFilter
           
 class WeaveFilter
           
 class WoodFilter
           
 

Uses of AbstractBufferedImageOp in j2d.filters
 

Subclasses of AbstractBufferedImageOp in j2d.filters
 class ChromeFilter
          A filter which simulates chrome.
 class KaleidoscopeProcessor
          A Filter which produces the effect of looking into a kaleidoscope.
 class WholeImageFilter
          A filter which acts as a superclass for filters which need to have the whole image in memory to do their stuff.
 

Uses of AbstractBufferedImageOp in j2d.hpp
 

Subclasses of AbstractBufferedImageOp in j2d.hpp
 class OilFilterProcessor
           
 

Uses of AbstractBufferedImageOp in j2d.warp
 

Methods in j2d.warp that return AbstractBufferedImageOp
 AbstractBufferedImageOp FeedbackProcess.getAbstractBufferedImageOp()