Uses of Class
com.jhlabs.image.TransformFilter

Packages that use TransformFilter
com.jhlabs.image   
 

Uses of TransformFilter in com.jhlabs.image
 

Subclasses of TransformFilter in com.jhlabs.image
 class CircleFilter
          A filter which wraps an image around a circular arc.
 class CurlFilter
          A page curl effect.
 class DiffuseFilter
          This filter diffuses an image by moving its pixels in random directions.
 class DisplaceFilter
          A filter which simulates the appearance of looking through glass.
 class FieldWarpFilter
          A class which warps an image using a field Warp algorithm.
 class KaleidoscopeFilter
          A Filter which produces the effect of looking into a kaleidoscope.
 class MapFilter
           
 class MarbleFilter
          This filter applies a marbling effect to an image, displacing pixels by random amounts.
 class OffsetFilter
           
 class PerspectiveFilter
          A filter which performs a perspective distortion on an image.
 class PinchFilter
          A filter which performs the popular whirl-and-pinch distortion effect.
 class PolarFilter
          A filter which distorts and image by performing coordinate conversions between rectangular and polar coordinates.
 class RippleFilter
          A filter which distorts an image by rippling it in the X or Y directions.
 class RotateFilter
          A filter which rotates an image.
 class ShearFilter
           
 class SphereFilter
          A filter which simulates a lens placed over an image.
 class SwimFilter
          A filter which distorts an image as if it were underwater.
 class TwirlFilter
          A Filter which distorts an image by twisting it from the centre out.
 class WaterFilter
          A filter which produces a water ripple distortion.