Alphabetical Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

absolute() - method in class com.jhlabs.vecmath.Tuple3f
absolute() - method in class com.jhlabs.vecmath.Tuple4f
absolute(com.jhlabs.vecmath.Tuple3f) - method in class com.jhlabs.vecmath.Tuple3f
absolute(com.jhlabs.vecmath.Tuple4f) - method in class com.jhlabs.vecmath.Tuple4f
A convenience class which implements those methods of BufferedImageOp which are rarely changed.
ACOS - static field in class com.jhlabs.math.MathFunction1D
ADD - static field in class com.jhlabs.composite.MiscComposite
ADD - static field in class com.jhlabs.image.PixelUtils
add(com.jhlabs.vecmath.Tuple3f) - method in class com.jhlabs.vecmath.Tuple3f
add(com.jhlabs.vecmath.Tuple4f) - method in class com.jhlabs.vecmath.Tuple4f
addCol(int) - method in class com.jhlabs.image.WarpGrid
Add a new column to the grid.
AddComposite - class com.jhlabs.composite.AddComposite
AddComposite(float) - constructor for class com.jhlabs.composite.AddComposite
addKnot(float,float) - method in class com.jhlabs.image.Curve
addKnot(int,int) - method in class com.jhlabs.image.SplineColormap
Add a new knot.
addKnot(int,int,int) - method in class com.jhlabs.image.Gradient
Add a new knot.
addPixels(int[],int,int) - method in class com.jhlabs.image.OctTreeQuantizer
Add pixels to the quantizer.
addPixels(int[],int,int) - method in class com.jhlabs.image.Quantizer
Add pixels to the quantizer.
addRow(int) - method in class com.jhlabs.image.WarpGrid
Add a new row to the grid.
alpha - field in class com.jhlabs.image.ConvolveFilter
Whether to convolve alpha.
alpha - field in class com.jhlabs.math.ImageFunction2D
ALPHA - static field in class com.jhlabs.image.PixelUtils
ALPHA_TO_GRAY - static field in class com.jhlabs.image.PixelUtils
AMBIENT - static field in class com.jhlabs.image.LightFilter
amount - field in class com.jhlabs.image.CellularFilter
amount - field in class com.jhlabs.image.SaturationFilter
amount - field in class com.jhlabs.image.TextureFilter
angle - field in class com.jhlabs.vecmath.AxisAngle4f
angle - field in class com.jhlabs.image.CellularFilter
angle(com.jhlabs.vecmath.Vector3f) - method in class com.jhlabs.vecmath.Vector3f
angleCoefficient - field in class com.jhlabs.image.CellularFilter
angular - field in class com.jhlabs.math.CellularFunction2D
ApplyMaskFilter - class com.jhlabs.image.ApplyMaskFilter
A filter which uses the alpha channel of a "mask" image to interpolate between a source and destination image.
ApplyMaskFilter() - constructor for class com.jhlabs.image.ApplyMaskFilter
Construct an ApplyMaskFIlter.
ApplyMaskFilter(BufferedImage,BufferedImage) - constructor for class com.jhlabs.image.ApplyMaskFilter
Construct an ApplyMaskFIlter.
ArrayColormap - class com.jhlabs.image.ArrayColormap
A colormap implemented with an array of colors.
ArrayColormap() - constructor for class com.jhlabs.image.ArrayColormap
Construct an all-black colormap.
ArrayColormap(int[]) - constructor for class com.jhlabs.image.ArrayColormap
Construct a colormap with the given map.
ASIN - static field in class com.jhlabs.math.MathFunction1D
ATAN - static field in class com.jhlabs.math.MathFunction1D
AVERAGE - static field in class com.jhlabs.image.DeinterlaceFilter
AVERAGE - static field in class com.jhlabs.composite.MiscComposite
AVERAGE - static field in class com.jhlabs.image.PixelUtils
AverageComposite - class com.jhlabs.composite.AverageComposite
AverageComposite(float) - constructor for class com.jhlabs.composite.AverageComposite
AverageFilter - class com.jhlabs.image.AverageFilter
A filter which averages the 3x3 neighbourhood of each pixel, providing a simple blur.
AverageFilter() - constructor for class com.jhlabs.image.AverageFilter
AxisAngle4f - class com.jhlabs.vecmath.AxisAngle4f
Vector math package, converted to look similar to javax.vecmath.
AxisAngle4f() - constructor for class com.jhlabs.vecmath.AxisAngle4f
AxisAngle4f(com.jhlabs.vecmath.AxisAngle4f) - constructor for class com.jhlabs.vecmath.AxisAngle4f
AxisAngle4f(com.jhlabs.vecmath.Vector3f,float) - constructor for class com.jhlabs.vecmath.AxisAngle4f
AxisAngle4f(float,float,float,float) - constructor for class com.jhlabs.vecmath.AxisAngle4f
AxisAngle4f(float[]) - constructor for class com.jhlabs.vecmath.AxisAngle4f

B

basis - field in class com.jhlabs.math.CompoundFunction2D
basis - field in class com.jhlabs.math.FBM
bFactor - field in class com.jhlabs.image.HSBAdjustFilter
bFactor - field in class com.jhlabs.image.RGBAdjustFilter
bias - field in class com.jhlabs.image.CellularFilter
bias - field in class com.jhlabs.image.TextureFilter
bias(float,float) - static method in class com.jhlabs.image.ImageMath
Apply a bias to a number in the unit interval, moving numbers towards 0 or 1 according to the bias parameter.
BICONICAL - static field in class com.jhlabs.image.GradientFilter
BicubicScaleFilter - class com.jhlabs.image.BicubicScaleFilter
Scales an image using bi-cubic interpolation, which can't be done with AffineTransformOp.
BicubicScaleFilter() - constructor for class com.jhlabs.image.BicubicScaleFilter
Construct a BicubicScaleFilter which resizes to 32x32 pixels.
BicubicScaleFilter(int,int) - constructor for class com.jhlabs.image.BicubicScaleFilter
Constructor for a filter which scales the input image to the given width and height using bicubic interpolation.
BILINEAR - static field in class com.jhlabs.image.GradientFilter
BILINEAR - static field in class com.jhlabs.image.TransformFilter
Use bilinear interpolation.
bilinearInterpolate(float,float,int,int,int,int) - static method in class com.jhlabs.image.ImageMath
Bilinear interpolation of ARGB values.
BinaryFilter - class com.jhlabs.image.BinaryFilter
The superclass for some of the filters which work on binary images.
BinaryFunction - interface com.jhlabs.math.BinaryFunction
blackFunction - field in class com.jhlabs.image.BinaryFilter
BlackFunction - class com.jhlabs.math.BlackFunction
BLEND - static field in class com.jhlabs.composite.MiscComposite
BlockFilter - class com.jhlabs.image.BlockFilter
A Filter to pixellate images.
BlockFilter() - constructor for class com.jhlabs.image.BlockFilter
Construct a BlockFilter.
BlockFilter(int) - constructor for class com.jhlabs.image.BlockFilter
Construct a BlockFilter.
BLUE - static field in class com.jhlabs.image.Histogram
blur(int[],int[],int,int,float) - static method in class com.jhlabs.image.BoxBlurFilter
Blur and transpose a block of ARGB pixels.
blur(int[],int[],int,int,int,int) - method in class com.jhlabs.image.VariableBlurFilter
BlurFilter - class com.jhlabs.image.BlurFilter
A simple blur filter.
BlurFilter() - constructor for class com.jhlabs.image.BlurFilter
blurFractional(int[],int[],int,int,float) - static method in class com.jhlabs.image.BoxBlurFilter
blurMatrix - static field in class com.jhlabs.image.BlurFilter
A 3x3 convolution kernel for a simple blur.
blurRadiusAt(int,int,int,int) - method in class com.jhlabs.image.VariableBlurFilter
Override this to get a different blur radius at eahc point.
BorderFilter - class com.jhlabs.image.BorderFilter
A filter to add a border around an image using the supplied Paint, which may be null for no painting.
BorderFilter() - constructor for class com.jhlabs.image.BorderFilter
Construct a BorderFilter which does nothing.
BorderFilter(int,int,int,int,Paint) - constructor for class com.jhlabs.image.BorderFilter
Construct a BorderFilter.
BoxBlurFilter - class com.jhlabs.image.BoxBlurFilter
A filter which performs a box blur on an image.
BoxBlurFilter() - constructor for class com.jhlabs.image.BoxBlurFilter
Construct a default BoxBlurFilter.
BoxBlurFilter(float,float,int) - constructor for class com.jhlabs.image.BoxBlurFilter
Construct a BoxBlurFilter.
brightness(int) - static method in class com.jhlabs.image.PixelUtils
brightnessNTSC(int) - static method in class com.jhlabs.image.ImageMath
Return the NTSC gray level of an RGB value.
BrushedMetalFilter - class com.jhlabs.image.BrushedMetalFilter
A filter which produces an image simulating brushed metal.
BrushedMetalFilter() - constructor for class com.jhlabs.image.BrushedMetalFilter
Constructs a BrushedMetalFilter object.
Constructs a BrushedMetalFilter object.
bTable - field in class com.jhlabs.image.TransferFilter
buildColorTable() - method in class com.jhlabs.image.OctTreeQuantizer
Build the color table.
buildColorTable() - method in class com.jhlabs.image.Quantizer
Build a color table from the added pixels.
buildColorTable(int[],int[]) - method in class com.jhlabs.image.OctTreeQuantizer
A quick way to use the quantizer.
BumpFilter - class com.jhlabs.image.BumpFilter
A simple embossing filter.
BumpFilter() - constructor for class com.jhlabs.image.BumpFilter
Construct a filter with a null kernel.
BUMPS_FROM_BEVEL - static field in class com.jhlabs.image.LightFilter
Use a custom function as the bump map.
BUMPS_FROM_IMAGE - static field in class com.jhlabs.image.LightFilter
Use the input image brightness as the bump map.
BUMPS_FROM_IMAGE_ALPHA - static field in class com.jhlabs.image.LightFilter
Use the input image alpha as the bump map.
BUMPS_FROM_MAP - static field in class com.jhlabs.image.LightFilter
Use a separate image alpha channel as the bump map.
BURN - static field in class com.jhlabs.composite.MiscComposite
BurnComposite - class com.jhlabs.composite.BurnComposite
BurnComposite(float) - constructor for class com.jhlabs.composite.BurnComposite

C

canFilterIndexColorModel - field in class com.jhlabs.image.PointFilter
catrom2(float) - method in class com.jhlabs.math.SCNoise
CausticsFilter - class com.jhlabs.image.CausticsFilter
A filter which simulates underwater caustics.
CausticsFilter() - constructor for class com.jhlabs.image.CausticsFilter
Construct a WholeImageFilter.
cells - field in class com.jhlabs.math.CellularFunction2D
CELLULAR - static field in class com.jhlabs.image.FBMFilter
CellularFilter - class com.jhlabs.image.CellularFilter
A filter which produces an image with a cellular texture.
CellularFilter() - constructor for class com.jhlabs.image.CellularFilter
Construct a WholeImageFilter.
CellularFunction2D - class com.jhlabs.math.CellularFunction2D
CellularFunction2D() - constructor for class com.jhlabs.math.CellularFunction2D
ChannelMixFilter - class com.jhlabs.image.ChannelMixFilter
A filter which allows the red, green and blue channels of an image to be mixed into each other.
ChannelMixFilter() - constructor for class com.jhlabs.image.ChannelMixFilter
CheckFilter - class com.jhlabs.image.CheckFilter
A Filter to draw grids and check patterns.
CheckFilter() - constructor for class com.jhlabs.image.CheckFilter
ChromeFilter - class com.jhlabs.image.ChromeFilter
A filter which simulates chrome.
CIRCLE_DOWN - static field in class com.jhlabs.image.Gradient
Interpolate with a falling circle shape curve.
CIRCLE_DOWN - static field in class com.jhlabs.image.ShapeFilter
CIRCLE_UP - static field in class com.jhlabs.image.Gradient
Interpolate with a rising circle shape curve.
CIRCLE_UP - static field in class com.jhlabs.image.ShapeFilter
circleDown(float) - static method in class com.jhlabs.image.ImageMath
A "circle down" function.
CircleFilter - class com.jhlabs.image.CircleFilter
A filter which wraps an image around a circular arc.
CircleFilter() - constructor for class com.jhlabs.image.CircleFilter
Construct a CircleFilter.
CIRCLES - static field in class com.jhlabs.image.SmearFilter
circleUp(float) - static method in class com.jhlabs.image.ImageMath
A "circle up" function.
CLAMP - static field in class com.jhlabs.math.ImageFunction2D
CLAMP - static field in class com.jhlabs.image.TransformFilter
Clamp pixels to the image edges.
clamp(float,float) - method in class com.jhlabs.vecmath.Tuple3f
clamp(float,float) - method in class com.jhlabs.vecmath.Tuple4f
clamp(float,float,float) - static method in class com.jhlabs.image.ImageMath
Clamp a value to an interval.
clamp(int) - static method in class com.jhlabs.image.PixelUtils
Clamp a value to the range 0..255
clamp(int,int,int) - static method in class com.jhlabs.image.ImageMath
Clamp a value to an interval.
CLAMP_EDGES - static field in class com.jhlabs.image.ConvolveFilter
Clamp pixels off the edge to the nearest edge.
CLEAR - static field in class com.jhlabs.image.PixelUtils
clone() - method in class com.jhlabs.image.AbstractBufferedImageOp
clone() - method in class com.jhlabs.image.ArrayColormap
clone() - method in class com.jhlabs.image.CellularFilter
clone() - method in class com.jhlabs.image.Gradient
clone() - method in class com.jhlabs.image.LightFilter.Light
cloneImage(BufferedImage) - static method in class com.jhlabs.image.ImageUtils
Clones a BufferedImage.
coefficients - field in class com.jhlabs.image.CellularFilter
COLOR - static field in class com.jhlabs.composite.MiscComposite
COLOR - static field in class com.jhlabs.image.PixelUtils
Color4f - class com.jhlabs.vecmath.Color4f
Vector math package, converted to look similar to javax.vecmath.
Color4f() - constructor for class com.jhlabs.vecmath.Color4f
Color4f(Color) - constructor for class com.jhlabs.vecmath.Color4f
Color4f(com.jhlabs.vecmath.Color4f) - constructor for class com.jhlabs.vecmath.Color4f
Color4f(com.jhlabs.vecmath.Tuple4f) - constructor for class com.jhlabs.vecmath.Color4f
Color4f(float,float,float,float) - constructor for class com.jhlabs.vecmath.Color4f
Color4f(float[]) - constructor for class com.jhlabs.vecmath.Color4f
COLOR_BURN - static field in class com.jhlabs.composite.MiscComposite
COLOR_DODGE - static field in class com.jhlabs.composite.MiscComposite
ColorBurnComposite - class com.jhlabs.composite.ColorBurnComposite
ColorBurnComposite(float) - constructor for class com.jhlabs.composite.ColorBurnComposite
ColorComposite - class com.jhlabs.composite.ColorComposite
ColorComposite(float) - constructor for class com.jhlabs.composite.ColorComposite
ColorDodgeComposite - class com.jhlabs.composite.ColorDodgeComposite
ColorDodgeComposite(float) - constructor for class com.jhlabs.composite.ColorDodgeComposite
ColorHalftoneFilter - class com.jhlabs.image.ColorHalftoneFilter
A Filter to pixellate images.
ColorHalftoneFilter() - constructor for class com.jhlabs.image.ColorHalftoneFilter
colormap - field in class com.jhlabs.image.BinaryFilter
colormap - field in class com.jhlabs.image.CellularFilter
Colormap - interface com.jhlabs.image.Colormap
An interface for color maps.
colormap - field in class com.jhlabs.image.ShapeFilter
COLORS_CONSTANT - static field in class com.jhlabs.image.LightFilter
Use constant material color.
COLORS_FROM_IMAGE - static field in class com.jhlabs.image.LightFilter
Take the output colors from the input image.
colorSpline(float,int,int[]) - static method in class com.jhlabs.image.ImageMath
Compute a Catmull-Rom spline for RGB values.
colorSpline(int,int,int[],int[]) - static method in class com.jhlabs.image.ImageMath
Compute a Catmull-Rom spline for RGB values, but with variable knot spacing.
cols - field in class com.jhlabs.image.WarpGrid
com.jhlabs.math - package
combinePixels(int,int,int) - static method in class com.jhlabs.image.PixelUtils
combinePixels(int,int,int,int) - static method in class com.jhlabs.image.PixelUtils
combinePixels(int,int,int,int,int) - static method in class com.jhlabs.image.PixelUtils
compose(Raster,Raster,WritableRaster) - method in class com.jhlabs.composite.MiscCompositeContext
composeThroughMask(Raster,WritableRaster,Raster) - static method in class com.jhlabs.image.ApplyMaskFilter
Interpolates between two rasters according to the alpha level of a mask raster.
composeThroughMask(Raster,WritableRaster,Raster) - static method in class com.jhlabs.image.ImageUtils
Compose src onto dst using the alpha of sel to interpolate between the two.
CompositeFilter - class com.jhlabs.image.CompositeFilter
A filter which composites two images together with an optional transform.
CompositeFilter() - constructor for class com.jhlabs.image.CompositeFilter
Construct a CompositeFilter.
CompositeFilter(Composite) - constructor for class com.jhlabs.image.CompositeFilter
Construct a CompositeFilter.
CompositeFilter(Composite,AffineTransform) - constructor for class com.jhlabs.image.CompositeFilter
Construct a CompositeFilter.
CompoundFilter - class com.jhlabs.image.CompoundFilter
A BufferedImageOp which combines two other BufferedImageOps, one after the other.
CompoundFilter(BufferedImageOp,BufferedImageOp) - constructor for class com.jhlabs.image.CompoundFilter
Construct a CompoundFilter.
CompoundFunction2D - class com.jhlabs.math.CompoundFunction2D
CONICAL - static field in class com.jhlabs.image.GradientFilter
CONSTANT - static field in class com.jhlabs.image.Gradient
Don't tnterpolate - just use the starting value.
ContourComposite - class com.jhlabs.composite.ContourComposite
A special Composite used for drawing "marching ants".
ContourComposite(int) - constructor for class com.jhlabs.composite.ContourComposite
ContourFilter - class com.jhlabs.image.ContourFilter
A filter which draws contours on an image at given brightness levels.
ContourFilter() - constructor for class com.jhlabs.image.ContourFilter
ContrastFilter - class com.jhlabs.image.ContrastFilter
A filter to change the brightness and contrast of an image.
convertImageToARGB(Image) - static method in class com.jhlabs.image.ImageUtils
Convert an Image into a TYPE_INT_ARGB BufferedImage.
convolve(Kernel,int[],int[],int,int,boolean,int) - static method in class com.jhlabs.image.ConvolveFilter
Convolve a block of pixels.
convolve(Kernel,int[],int[],int,int,int) - static method in class com.jhlabs.image.ConvolveFilter
Convolve a block of pixels.
Blur and transpose a block of ARGB pixels.
ConvolveFilter - class com.jhlabs.image.ConvolveFilter
A filter which applies a convolution kernel to an image.
ConvolveFilter() - constructor for class com.jhlabs.image.ConvolveFilter
Construct a filter with a null kernel.
ConvolveFilter(float[]) - constructor for class com.jhlabs.image.ConvolveFilter
Construct a filter with the given 3x3 kernel.
ConvolveFilter(int,int,float[]) - constructor for class com.jhlabs.image.ConvolveFilter
Construct a filter with the given kernel.
ConvolveFilter(Kernel) - constructor for class com.jhlabs.image.ConvolveFilter
Construct a filter with the given 3x3 kernel.
convolveH(Kernel,int[],int[],int,int,boolean,int) - static method in class com.jhlabs.image.ConvolveFilter
Convolve with a kernel consisting of one row.
convolveHV(Kernel,int[],int[],int,int,boolean,int) - static method in class com.jhlabs.image.ConvolveFilter
Convolve with a 2D kernel.
convolveV(Kernel,int[],int[],int,int,boolean,int) - static method in class com.jhlabs.image.ConvolveFilter
Convolve with a kernel consisting of one column.
copyTo(com.jhlabs.image.Gradient) - method in class com.jhlabs.image.Gradient
Copy one Gradient into another.
COS - static field in class com.jhlabs.math.MathFunction1D
createImage(ImageProducer) - static method in class com.jhlabs.image.ImageUtils
Cretae a BufferedImage from an ImageProducer.
CropFilter - class com.jhlabs.image.CropFilter
A filter which crops an image to a given rectangle.
CropFilter() - constructor for class com.jhlabs.image.CropFilter
Construct a CropFilter.
CropFilter(int,int,int,int) - constructor for class com.jhlabs.image.CropFilter
Construct a CropFilter.
crossDissolve(int[],int[],int,int,float) - method in class com.jhlabs.image.WarpFilter
CROSSES - static field in class com.jhlabs.image.SmearFilter
CrystallizeFilter - class com.jhlabs.image.CrystallizeFilter
A filter which applies a crystallizing effect to an image, by producing Voronoi cells filled with colours from the image.
CrystallizeFilter() - constructor for class com.jhlabs.image.CrystallizeFilter
cubeX - field in class com.jhlabs.image.CellularFilter.Point
cubeY - field in class com.jhlabs.image.CellularFilter.Point
Curve - class com.jhlabs.image.Curve
Curve() - constructor for class com.jhlabs.image.Curve
Curve(com.jhlabs.image.Curve) - constructor for class com.jhlabs.image.Curve
CurvesFilter - class com.jhlabs.image.CurvesFilter
CurvesFilter() - constructor for class com.jhlabs.image.CurvesFilter

D

DARKEN - static field in class com.jhlabs.composite.MiscComposite
DarkenComposite - class com.jhlabs.composite.DarkenComposite
DarkenComposite(float) - constructor for class com.jhlabs.composite.DarkenComposite
DeinterlaceFilter - class com.jhlabs.image.DeinterlaceFilter
A filter for de-interlacing video frames.
DespeckleFilter - class com.jhlabs.image.DespeckleFilter
A filter which removes noise from an image using a "pepper and salt" algorithm.
DespeckleFilter() - constructor for class com.jhlabs.image.DespeckleFilter
Construct a WholeImageFilter.
DIFFERENCE - static field in class com.jhlabs.composite.MiscComposite
DIFFERENCE - static field in class com.jhlabs.image.PixelUtils
DifferenceComposite - class com.jhlabs.composite.DifferenceComposite
DifferenceComposite(float) - constructor for class com.jhlabs.composite.DifferenceComposite
DiffuseFilter - class com.jhlabs.image.DiffuseFilter
This filter diffuses an image by moving its pixels in random directions.
DiffuseFilter() - constructor for class com.jhlabs.image.DiffuseFilter
DiffusionFilter - class com.jhlabs.image.DiffusionFilter
A filter which uses Floyd-Steinberg error diffusion dithering to halftone an image.
DiffusionFilter() - constructor for class com.jhlabs.image.DiffusionFilter
Construct a DiffusionFilter.
DilateFilter - class com.jhlabs.image.DilateFilter
Given a binary image, this filter performs binary dilation, setting all added pixels to the given 'new' color.
DilateFilter() - constructor for class com.jhlabs.image.DilateFilter
Construct a WholeImageFilter.
DisplaceFilter - class com.jhlabs.image.DisplaceFilter
A filter which simulates the appearance of looking through glass.
DisplaceFilter() - constructor for class com.jhlabs.image.DisplaceFilter
dispose() - method in class com.jhlabs.composite.MiscCompositeContext
dispose() - method in class com.jhlabs.composite.RGBComposite.RGBCompositeContext
DISSOLVE - static field in class com.jhlabs.image.PixelUtils
DissolveFilter - class com.jhlabs.image.DissolveFilter
A filter which "dissolves" an image by thresholding the alpha channel with random numbers.
DissolveFilter() - constructor for class com.jhlabs.image.DissolveFilter
distance - field in class com.jhlabs.image.CellularFilter.Point
distance(com.jhlabs.vecmath.Point3f) - method in class com.jhlabs.vecmath.Point3f
distance(com.jhlabs.vecmath.Point4f) - method in class com.jhlabs.vecmath.Point4f
distanceL1(com.jhlabs.vecmath.Point3f) - method in class com.jhlabs.vecmath.Point3f
distanceL1(com.jhlabs.vecmath.Point4f) - method in class com.jhlabs.vecmath.Point4f
distanceMap(int[],int,int) - method in class com.jhlabs.image.ShapeFilter
distancePower - field in class com.jhlabs.image.CellularFilter
distancePower - field in class com.jhlabs.math.CellularFunction2D
distanceSquared(com.jhlabs.vecmath.Point3f) - method in class com.jhlabs.vecmath.Point3f
distanceSquared(com.jhlabs.vecmath.Point4f) - method in class com.jhlabs.vecmath.Point4f
DISTANT - static field in class com.jhlabs.image.LightFilter
DistantLight() - constructor for class com.jhlabs.image.LightFilter.DistantLight
dither90Halftone6x6Matrix - static field in class com.jhlabs.image.DitherFilter
6x6 90 degree halftone.
ditherCluster3Matrix - static field in class com.jhlabs.image.DitherFilter
Order-3 clustered dither.
ditherCluster4Matrix - static field in class com.jhlabs.image.DitherFilter
Order-4 clustered dither.
ditherCluster8Matrix - static field in class com.jhlabs.image.DitherFilter
Order-8 clustered dither.
DitherFilter - class com.jhlabs.image.DitherFilter
A filter which performs ordered dithering on an image.
DitherFilter() - constructor for class com.jhlabs.image.DitherFilter
Constuct a DitherFilter.
ditherLines4x4Matrix - static field in class com.jhlabs.image.DitherFilter
4x4 lines.
ditherMagic2x2Matrix - static field in class com.jhlabs.image.DitherFilter
2x2 magic square.
ditherMagic4x4Matrix - static field in class com.jhlabs.image.DitherFilter
4x4 magic square.
ditherOrdered4x4Matrix - static field in class com.jhlabs.image.DitherFilter
4x4 ordered dither.
ditherOrdered6x6Matrix - static field in class com.jhlabs.image.DitherFilter
Order-6 ordered dither.
ditherOrdered8x8Matrix - static field in class com.jhlabs.image.DitherFilter
Order-8 ordered dither.
DODGE - static field in class com.jhlabs.composite.MiscComposite
DodgeComposite - class com.jhlabs.composite.DodgeComposite
DodgeComposite(float) - constructor for class com.jhlabs.composite.DodgeComposite
DoGFilter - class com.jhlabs.image.DoGFilter
Edge detection by difference of Gaussians.
DoGFilter() - constructor for class com.jhlabs.image.DoGFilter
dot(com.jhlabs.vecmath.Vector3f) - method in class com.jhlabs.vecmath.Vector3f
dot(com.jhlabs.vecmath.Vector4f) - method in class com.jhlabs.vecmath.Vector4f
DST_IN - static field in class com.jhlabs.image.PixelUtils
dx - field in class com.jhlabs.image.CellularFilter.Point
dx - field in class com.jhlabs.image.FieldWarpFilter.Line
dy - field in class com.jhlabs.image.CellularFilter.Point
dy - field in class com.jhlabs.image.FieldWarpFilter.Line

E

edgeAction - field in class com.jhlabs.math.ImageFunction2D
edgeAction - field in class com.jhlabs.image.TransformFilter
The action to take for pixels off the image edge.
EdgeFilter - class com.jhlabs.image.EdgeFilter
An edge-detection filter.
EdgeFilter() - constructor for class com.jhlabs.image.EdgeFilter
EmbossFilter - class com.jhlabs.image.EmbossFilter
A class to emboss an image.
EmbossFilter() - constructor for class com.jhlabs.image.EmbossFilter
EqualizeFilter - class com.jhlabs.image.EqualizeFilter
A filter to perform auto-equalization on an image.
EqualizeFilter() - constructor for class com.jhlabs.image.EqualizeFilter
Construct a WholeImageFilter.
equals(Object) - method in class com.jhlabs.composite.ContourComposite
equals(Object) - method in class com.jhlabs.composite.MiscComposite
equals(Object) - method in class com.jhlabs.composite.RGBComposite
ErodeAlphaFilter - class com.jhlabs.image.ErodeAlphaFilter
ErodeAlphaFilter() - constructor for class com.jhlabs.image.ErodeAlphaFilter
ErodeAlphaFilter(float,float,float) - constructor for class com.jhlabs.image.ErodeAlphaFilter
ErodeFilter - class com.jhlabs.image.ErodeFilter
Given a binary image, this filter performs binary erosion, setting all removed pixels to the given 'new' color.
ErodeFilter() - constructor for class com.jhlabs.image.ErodeFilter
Construct a WholeImageFilter.
evaluate(float) - method in class com.jhlabs.math.CompositeFunction1D
evaluate(float) - method in class com.jhlabs.math.Function1D
evaluate(float) - method in class com.jhlabs.math.MathFunction1D
evaluate(float) - method in class com.jhlabs.math.Noise
evaluate(float) - method in class com.jhlabs.math.SCNoise
evaluate(float,float) - method in class com.jhlabs.image.CellularFilter
evaluate(float,float) - method in class com.jhlabs.math.CellularFunction2D
evaluate(float,float) - method in class com.jhlabs.math.FBM
evaluate(float,float) - method in class com.jhlabs.math.FractalSumFunction
evaluate(float,float) - method in class com.jhlabs.math.Function2D
evaluate(float,float) - method in class com.jhlabs.math.ImageFunction2D
evaluate(float,float) - method in class com.jhlabs.math.MarbleFunction
evaluate(float,float) - method in class com.jhlabs.math.Noise
evaluate(float,float) - method in class com.jhlabs.math.RidgedFBM
evaluate(float,float) - method in class com.jhlabs.math.SCNoise
evaluate(float,float) - method in class com.jhlabs.math.TurbulenceFunction
evaluate(float,float) - method in class com.jhlabs.math.VLNoise
evaluate(float,float,float) - method in class com.jhlabs.math.Function3D
evaluate(float,float,float) - method in class com.jhlabs.math.Noise
evaluate(float,float,float) - method in class com.jhlabs.math.SCNoise
EVEN - static field in class com.jhlabs.image.DeinterlaceFilter
EXCHANGE - static field in class com.jhlabs.image.PixelUtils
EXCLUSION - static field in class com.jhlabs.composite.MiscComposite
ExclusionComposite - class com.jhlabs.composite.ExclusionComposite
ExclusionComposite(float) - constructor for class com.jhlabs.composite.ExclusionComposite
exponents - field in class com.jhlabs.math.FBM
ExposureFilter - class com.jhlabs.image.ExposureFilter
A filter which changes the exposure of an image.
extraAlpha - field in class com.jhlabs.composite.MiscComposite
extraAlpha - field in class com.jhlabs.composite.RGBComposite

F

FadeFilter - class com.jhlabs.image.FadeFilter
FBM - class com.jhlabs.math.FBM
FBM(float,float,float) - constructor for class com.jhlabs.math.FBM
FBM(float,float,float,com.jhlabs.math.Function2D) - constructor for class com.jhlabs.math.FBM
FBMFilter - class com.jhlabs.image.FBMFilter
A filter which produces textures from fractal Brownian motion.
FBMFilter() - constructor for class com.jhlabs.image.FBMFilter
FeedbackFilter - class com.jhlabs.image.FeedbackFilter
A filter which priduces a video feedback effect by repeated transformations.
FeedbackFilter() - constructor for class com.jhlabs.image.FeedbackFilter
Construct a FeedbackFilter.
FeedbackFilter(float,float,float,float) - constructor for class com.jhlabs.image.FeedbackFilter
Construct a FeedbackFilter.
FFT - class com.jhlabs.math.FFT
FFT(int) - constructor for class com.jhlabs.math.FFT
FieldWarpFilter - class com.jhlabs.image.FieldWarpFilter
A class which warps an image using a field Warp algorithm.
FieldWarpFilter() - constructor for class com.jhlabs.image.FieldWarpFilter
FillFilter - class com.jhlabs.image.FillFilter
A filter which fills an image with a given color.
FillFilter() - constructor for class com.jhlabs.image.FillFilter
Construct a FillFilter.
FillFilter(int) - constructor for class com.jhlabs.image.FillFilter
Construct a FillFilter.
filter - field in class com.jhlabs.image.TransitionFilter
The filter used for the transition.
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.ApplyMaskFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.BicubicScaleFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.BlockFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.BorderFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.BoxBlurFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.BrushedMetalFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.ChromeFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.CircleFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.ColorHalftoneFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.CompositeFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.CompoundFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.ConvolveFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.CropFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.DeinterlaceFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.DiffuseFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.DisplaceFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.DissolveFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.DoGFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.ErodeAlphaFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.FBMFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.FeedbackFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.FieldWarpFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.FlipFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.GaussianFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.GlintFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.GlowFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.GradientFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.GradientWipeFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.HalftoneFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.HighPassFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.InterpolateFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.IteratedFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.KaleidoscopeFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.KeyFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.LaplaceFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.LensBlurFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.MarbleFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.MirrorFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.MotionBlurFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.MotionBlurOp
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.OffsetFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.PerspectiveFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.PinchFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.PointFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.PolarFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.RaysFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.RenderTextFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.ScaleFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.ScratchFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.ShadowFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.SmartBlurFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.SphereFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.StampFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.TileImageFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.TransferFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.TransformFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.TransitionFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.TritoneFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.TwirlFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.UnsharpFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.VariableBlurFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.WaterFilter
filter(BufferedImage,BufferedImage) - method in class com.jhlabs.image.WholeImageFilter
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.CausticsFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.CellularFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.ContourFilter
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.DespeckleFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.DiffusionFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.DilateFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.EdgeFilter
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.EmbossFilter
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.EqualizeFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.ErodeFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.Flush3DFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.LevelsFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.LifeFilter
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.LightFilter
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.MaximumFilter
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.MedianFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.MinimumFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.OilFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.OutlineFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.PlasmaFilter
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.QuantizeFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.QuiltFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.ReduceNoiseFilter
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.ShapeFilter
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.SkeletonFilter
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.SmearFilter
Actually filter the pixels.
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.WarpFilter
filterPixels(int,int,int[],Rectangle) - method in class com.jhlabs.image.WholeImageFilter
Actually filter the pixels.
filterRGB(int,int,int) - method in class com.jhlabs.image.ChannelMixFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.CheckFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.DissolveFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.DitherFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.ErodeAlphaFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.FadeFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.FBMFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.FillFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.FlareFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.FourColorFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.GrayFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.GrayscaleFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.HSBAdjustFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.InvertAlphaFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.InvertFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.JavaLnFFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.LevelsFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.LookupFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.MapColorsFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.MaskFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.NoiseFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.OpacityFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.PointFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.PosterizeFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.PremultiplyFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.RGBAdjustFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.SaturationFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.SparkleFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.StampFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.SwizzleFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.TextureFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.ThresholdFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.TransferFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.TritoneFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.UnpremultiplyFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.WeaveFilter
filterRGB(int,int,int) - method in class com.jhlabs.image.WoodFilter
findRange(com.jhlabs.math.Function1D,float[]) - static method in class com.jhlabs.math.Noise
Returns the minimum and maximum of a number of random values of the given function.
findRange(com.jhlabs.math.Function2D,float[]) - static method in class com.jhlabs.math.Noise
Returns the minimum and maximum of a number of random values of the given function.
FlareFilter - class com.jhlabs.image.FlareFilter
An experimental filter for rendering lens flares.
FlareFilter() - constructor for class com.jhlabs.image.FlareFilter
FLIP_180 - static field in class com.jhlabs.image.FlipFilter
Rotate the image 180 degrees.
FLIP_90CCW - static field in class com.jhlabs.image.FlipFilter
Rotate the image 90 degrees counter-clockwise.
FLIP_90CW - static field in class com.jhlabs.image.FlipFilter
Rotate the image 90 degrees clockwise.
FLIP_H - static field in class com.jhlabs.image.FlipFilter
Flip the image horizontally.
FLIP_HV - static field in class com.jhlabs.image.FlipFilter
Flip the image horizontally and vertically.
FLIP_V - static field in class com.jhlabs.image.FlipFilter
Flip the image vertically.
FlipFilter - class com.jhlabs.image.FlipFilter
A filter which flips images or rotates by multiples of 90 degrees.
FlipFilter() - constructor for class com.jhlabs.image.FlipFilter
Construct a FlipFilter which flips horizontally and vertically.
FlipFilter(int) - constructor for class com.jhlabs.image.FlipFilter
Construct a FlipFilter.
floor(float) - static method in class com.jhlabs.math.SCNoise
Flush3DFilter - class com.jhlabs.image.Flush3DFilter
This filter tries to apply the Swing "flush 3D" effect to the black lines in an image.
Flush3DFilter() - constructor for class com.jhlabs.image.Flush3DFilter
Construct a WholeImageFilter.
FourColorFilter - class com.jhlabs.image.FourColorFilter
A filter which draws a gradient interpolated between four colors defined at the corners of the image.
FourColorFilter() - constructor for class com.jhlabs.image.FourColorFilter
FractalSumFunction - class com.jhlabs.math.FractalSumFunction
FREI_CHEN_H - static field in class com.jhlabs.image.EdgeFilter
FREI_CHEN_V - static field in class com.jhlabs.image.EdgeFilter
Function1D - interface com.jhlabs.math.Function1D
Function2D - interface com.jhlabs.math.Function2D
Function3D - interface com.jhlabs.math.Function3D

G

gain - field in class com.jhlabs.image.CellularFilter
gain - field in class com.jhlabs.image.TextureFilter
gain(float,float) - static method in class com.jhlabs.image.ImageMath
A variant of the gamma function.
GainFilter - class com.jhlabs.image.GainFilter
A filter which changes the gain and bias of an image - similar to ContrastFilter.
GammaFilter - class com.jhlabs.image.GammaFilter
A filter for changing the gamma of an image.
GammaFilter() - constructor for class com.jhlabs.image.GammaFilter
Construct a GammaFilter.
GammaFilter(float) - constructor for class com.jhlabs.image.GammaFilter
Construct a GammaFilter.
GammaFilter(float,float,float) - constructor for class com.jhlabs.image.GammaFilter
Construct a GammaFilter.
GAUSSIAN - static field in class com.jhlabs.image.NoiseFilter
Gaussian distribution for the noise.
GaussianFilter - class com.jhlabs.image.GaussianFilter
A filter which applies Gaussian blur to an image.
GaussianFilter() - constructor for class com.jhlabs.image.GaussianFilter
Construct a Gaussian filter.
GaussianFilter(float) - constructor for class com.jhlabs.image.GaussianFilter
Construct a Gaussian filter.
get() - method in class com.jhlabs.vecmath.Color4f
get(com.jhlabs.vecmath.AxisAngle4f) - method in class com.jhlabs.vecmath.AxisAngle4f
get(com.jhlabs.vecmath.Matrix4f) - method in class com.jhlabs.vecmath.Matrix4f
get(com.jhlabs.vecmath.Tuple3f) - method in class com.jhlabs.vecmath.Tuple3f
get(com.jhlabs.vecmath.Tuple4f) - method in class com.jhlabs.vecmath.Tuple4f
get(float[]) - method in class com.jhlabs.vecmath.AxisAngle4f
get(float[]) - method in class com.jhlabs.vecmath.Matrix4f
get(float[]) - method in class com.jhlabs.vecmath.Tuple3f
get(float[]) - method in class com.jhlabs.vecmath.Tuple4f
getA() - method in class com.jhlabs.image.QuiltFilter
getAddMargins() - method in class com.jhlabs.image.ShadowFilter
Get whether to increase the size of the output image to accomodate the shadow.
getAlpha() - method in class com.jhlabs.composite.MiscComposite
getAlpha() - method in class com.jhlabs.composite.RGBComposite
getAmount() - method in class com.jhlabs.image.BrushedMetalFilter
Get the amount of noise to add.
getAmount() - method in class com.jhlabs.image.CausticsFilter
Get the amount of effect.
getAmount() - method in class com.jhlabs.image.CellularFilter
Get the amount of texture.
getAmount() - method in class com.jhlabs.image.ChromeFilter
Get the amount of chrome.
getAmount() - method in class com.jhlabs.image.DisplaceFilter
Get the amount of distortion.
getAmount() - method in class com.jhlabs.image.FBMFilter
Get the amount of texture.
getAmount() - method in class com.jhlabs.image.FieldWarpFilter
Get the amount of warp.
getAmount() - method in class com.jhlabs.image.GlintFilter
Get the amount of glint.
getAmount() - method in class com.jhlabs.image.GlowFilter
Get the amount of glow.
getAmount() - method in class com.jhlabs.image.MarbleFilter
Get the amount of effect.
getAmount() - method in class com.jhlabs.image.NoiseFilter
Get the amount of noise.
getAmount() - method in class com.jhlabs.image.PinchFilter
Get the amount of pinch.
getAmount() - method in class com.jhlabs.image.SaturationFilter
Set the amount of saturation change.
getAmount() - method in class com.jhlabs.image.SparkleFilter
Get the amount of sparkle.
getAmount() - method in class com.jhlabs.image.SwimFilter
Get the amount of swim.
getAmount() - method in class com.jhlabs.image.TextureFilter
Get the amount of texture.
getAmount() - method in class com.jhlabs.image.UnsharpFilter
Get the amount of sharpening.
getAmplitude() - method in class com.jhlabs.image.WaterFilter
Get the amplitude of the ripples.
getAngle() - method in class com.jhlabs.image.CellularFilter
Returns the angle of the texture.
getAngle() - method in class com.jhlabs.image.CheckFilter
Get the angle of the texture.
getAngle() - method in class com.jhlabs.image.CircleFilter
Returns the angle of the arc.
getAngle() - method in class com.jhlabs.image.FadeFilter
Returns the angle of the texture.
getAngle() - method in class com.jhlabs.image.FBMFilter
Returns the angle of the texture.
getAngle() - method in class com.jhlabs.image.FeedbackFilter
Returns the angle of each iteration.
getAngle() - method in class com.jhlabs.image.GradientFilter
Returns the angle of the texture.
getAngle() - method in class com.jhlabs.image.KaleidoscopeFilter
Get the angle of the kaleidoscope.
getAngle() - method in class com.jhlabs.image.MirrorFilter
Returns the angle of the mirror.
getAngle() - method in class com.jhlabs.image.MotionBlur
Returns the angle of blur.
getAngle() - method in class com.jhlabs.image.MotionBlurFilter
Returns the angle of blur.
getAngle() - method in class com.jhlabs.image.MotionBlurOp
Returns the angle of blur.
getAngle() - method in class com.jhlabs.image.PinchFilter
Get the angle of twist.
getAngle() - method in class com.jhlabs.image.RotateFilter
Returns the angle of rotation.
getAngle() - method in class com.jhlabs.image.ScratchFilter
getAngle() - method in class com.jhlabs.image.ShadowFilter
Returns the angle of the shadow.
getAngle() - method in class com.jhlabs.image.SmearFilter
Returns the angle of the texture.
getAngle() - method in class com.jhlabs.image.SwimFilter
Returns the angle of the effect.
getAngle() - method in class com.jhlabs.image.TextureFilter
Returns the angle of the texture.
getAngle() - method in class com.jhlabs.image.TwirlFilter
Get the angle of twist.
getAngle() - method in class com.jhlabs.image.WoodFilter
Returns the angle of the texture.
getAngle2() - method in class com.jhlabs.image.KaleidoscopeFilter
Get the secondary angle of the kaleidoscope.
getAngleCoefficient() - method in class com.jhlabs.image.CellularFilter
getAngleVariation() - method in class com.jhlabs.image.ScratchFilter
getAzimuth() - method in class com.jhlabs.image.EmbossFilter
getAzimuth() - method in class com.jhlabs.image.LightFilter.Light
getB() - method in class com.jhlabs.image.QuiltFilter
getBackground() - method in class com.jhlabs.image.CheckFilter
Get the background color.
getBackground() - method in class com.jhlabs.image.SmearFilter
getBaseAmount() - method in class com.jhlabs.image.FlareFilter
getBasis() - method in class com.jhlabs.math.CompoundFunction2D
getBasis() - method in class com.jhlabs.image.FBMFilter
getBasisType() - method in class com.jhlabs.math.FBM
getBasisType() - method in class com.jhlabs.image.FBMFilter
getBFactor() - method in class com.jhlabs.image.HSBAdjustFilter
getBFactor() - method in class com.jhlabs.image.RGBAdjustFilter
getBgColor() - method in class com.jhlabs.image.CausticsFilter
Get the background color.
getBias() - method in class com.jhlabs.image.FBMFilter
getBias() - method in class com.jhlabs.image.GainFilter
Get the bias.
getBlack() - method in class com.jhlabs.image.StampFilter
Set the color to be used for pixels below the lower threshold.
getBlack() - method in class com.jhlabs.image.ThresholdFilter
Set the color to be used for pixels below the lower threshold.
getBlackFunction() - method in class com.jhlabs.image.BinaryFilter
getBlockSize() - method in class com.jhlabs.image.BlockFilter
Get the pixel block size.
getBloom() - method in class com.jhlabs.image.LensBlurFilter
Get the bloom factor.
getBloomThreshold() - method in class com.jhlabs.image.LensBlurFilter
Get the bloom threshold.
getBlueGreen() - method in class com.jhlabs.image.ChannelMixFilter
getBlur() - method in class com.jhlabs.image.GlintFilter
Set the blur that is applied before thresholding.
getBlurMask() - method in class com.jhlabs.image.VariableBlurFilter
Get the mask used to give the amount of blur at each point.
getBorderPaint() - method in class com.jhlabs.image.BorderFilter
Get the border paint.
getBottomBorder() - method in class com.jhlabs.image.BorderFilter
Returns the border border value.
getBounds2D(BufferedImage) - method in class com.jhlabs.image.AbstractBufferedImageOp
getBounds2D(BufferedImage) - method in class com.jhlabs.image.BrushedMetalFilter
getBounds2D(BufferedImage) - method in class com.jhlabs.image.ConvolveFilter
getBounds2D(BufferedImage) - method in class com.jhlabs.image.PerspectiveFilter
getBounds2D(BufferedImage) - method in class com.jhlabs.image.ShadowFilter
getBounds2D(BufferedImage) - method in class com.jhlabs.image.VariableBlurFilter
getBrightness() - method in class com.jhlabs.image.CausticsFilter
Get the brightness.
getBrightness() - method in class com.jhlabs.image.ContrastFilter
Get the filter brightness.
getBTolerance() - method in class com.jhlabs.image.KeyFilter
Get the brightness tolerance.
getBumpFunction() - method in class com.jhlabs.image.LightFilter
getBumpHeight() - method in class com.jhlabs.image.EmbossFilter
getBumpHeight() - method in class com.jhlabs.image.LightFilter
getBumpSoftness() - method in class com.jhlabs.image.LightFilter
getBumpSource() - method in class com.jhlabs.image.LightFilter
getC() - method in class com.jhlabs.image.QuiltFilter
getCentre() - method in class com.jhlabs.image.CircleFilter
Get the centre of the effect as a proportion of the image size.
getCentre() - method in class com.jhlabs.image.FeedbackFilter
Get the centre of the effect as a proportion of the image size.
getCentre() - method in class com.jhlabs.image.FlareFilter
getCentre() - method in class com.jhlabs.image.KaleidoscopeFilter
Get the centre of the effect as a proportion of the image size.
getCentre() - method in class com.jhlabs.image.MotionBlur
Get the centre of the effect as a proportion of the image size.
getCentre() - method in class com.jhlabs.image.MotionBlurFilter
Get the centre of the effect as a proportion of the image size.
getCentre() - method in class com.jhlabs.image.MotionBlurOp
Get the centre of the effect as a proportion of the image size.
getCentre() - method in class com.jhlabs.image.PinchFilter
Get the centre of the effect as a proportion of the image size.
getCentre() - method in class com.jhlabs.image.SphereFilter
Get the centre of the effect as a proportion of the image size.
getCentre() - method in class com.jhlabs.image.TwirlFilter
Get the centre of the effect as a proportion of the image size.
getCentre() - method in class com.jhlabs.image.WaterFilter
Get the centre of the effect as a proportion of the image size.
getCentreX() - method in class com.jhlabs.image.CircleFilter
Get the centre of the effect in the X direction as a proportion of the image size.
getCentreX() - method in class com.jhlabs.image.FeedbackFilter
Get the centre of the effect in the X direction as a proportion of the image size.
getCentreX() - method in class com.jhlabs.image.KaleidoscopeFilter
Get the centre of the effect in the X direction as a proportion of the image size.
getCentreX() - method in class com.jhlabs.image.LightFilter.Light
Get the centre of the light in the X direction as a proportion of the image size.
getCentreX() - method in class com.jhlabs.image.MotionBlur
Get the centre of the effect in the X direction as a proportion of the image size.
getCentreX() - method in class com.jhlabs.image.MotionBlurFilter
Get the centre of the effect in the X direction as a proportion of the image size.
getCentreX() - method in class com.jhlabs.image.MotionBlurOp
Get the centre of the effect in the X direction as a proportion of the image size.
getCentreX() - method in class com.jhlabs.image.PinchFilter
Get the centre of the effect in the X direction as a proportion of the image size.
getCentreX() - method in class com.jhlabs.image.SphereFilter
Get the centre of the effect in the X direction as a proportion of the image size.
getCentreX() - method in class com.jhlabs.image.TwirlFilter
Get the centre of the effect in the X direction as a proportion of the image size.
getCentreX() - method in class com.jhlabs.image.WaterFilter
Get the centre of the effect in the X direction as a proportion of the image size.
getCentreY() - method in class com.jhlabs.image.CircleFilter
Get the centre of the effect in the Y direction as a proportion of the image size.
getCentreY() - method in class com.jhlabs.image.FeedbackFilter
Get the centre of the effect in the Y direction as a proportion of the image size.
getCentreY() - method in class com.jhlabs.image.KaleidoscopeFilter
Get the centre of the effect in the Y direction as a proportion of the image size.
getCentreY() - method in class com.jhlabs.image.LightFilter.Light
Get the centre of the light in the Y direction as a proportion of the image size.
getCentreY() - method in class com.jhlabs.image.MirrorFilter
getCentreY() - method in class com.jhlabs.image.MotionBlur
Get the centre of the effect in the Y direction as a proportion of the image size.
getCentreY() - method in class com.jhlabs.image.MotionBlurFilter
Get the centre of the effect in the Y direction as a proportion of the image size.
getCentreY() - method in class com.jhlabs.image.MotionBlurOp
Get the centre of the effect in the Y direction as a proportion of the image size.
getCentreY() - method in class com.jhlabs.image.PinchFilter
Get the centre of the effect in the Y direction as a proportion of the image size.
getCentreY() - method in class com.jhlabs.image.SphereFilter
Get the centre of the effect in the Y direction as a proportion of the image size.
getCentreY() - method in class com.jhlabs.image.TwirlFilter
Get the centre of the effect in the Y direction as a proportion of the image size.
getCentreY() - method in class com.jhlabs.image.WaterFilter
Get the centre of the effect in the Y direction as a proportion of the image size.
getCleanImage() - method in class com.jhlabs.image.KeyFilter
Get the clean image.
getClip() - method in class com.jhlabs.image.PerspectiveFilter
getCoefficient(int) - method in class com.jhlabs.image.CellularFilter
getCoefficient(int) - method in class com.jhlabs.math.CellularFunction2D
getColor() - method in class com.jhlabs.image.BrushedMetalFilter
Get the color of the metal.
getColor() - method in class com.jhlabs.image.FlareFilter
getColor() - method in class com.jhlabs.image.LightFilter.Light
getColor() - method in class com.jhlabs.image.ScratchFilter
getColor() - method in class com.jhlabs.image.SparkleFilter
getColor(float) - method in class com.jhlabs.image.ArrayColormap
Convert a value in the range 0..1 to an RGB color.
getColor(float) - method in class com.jhlabs.image.Colormap
Convert a value in the range 0..1 to an RGB color.
getColor(float) - method in class com.jhlabs.image.GrayscaleColormap
Convert a value in the range 0..1 to an RGB color.
getColor(float) - method in class com.jhlabs.image.LinearColormap
Convert a value in the range 0..1 to an RGB color.
getColor(float) - method in class com.jhlabs.image.SpectrumColormap
Convert a value in the range 0..1 to an RGB color.
getColor1() - method in class com.jhlabs.image.LinearColormap
Get the first color.
getColor2() - method in class com.jhlabs.image.LinearColormap
Get the second color.
getColorDither() - method in class com.jhlabs.image.DiffusionFilter
Get whether to use a color dither.
getColormap() - method in class com.jhlabs.image.BinaryFilter
Get the colormap to be used for the filter.
getColormap() - method in class com.jhlabs.image.CellularFilter
Get the colormap to be used for the filter.
getColormap() - method in class com.jhlabs.image.FBMFilter
Get the colormap to be used for the filter.
getColormap() - method in class com.jhlabs.image.GlintFilter
Get the colormap to be used for the filter.
getColormap() - method in class com.jhlabs.image.GradientFilter
Get the colormap to be used for the filter.
getColormap() - method in class com.jhlabs.image.LookupFilter
Get the colormap to be used for the filter.
getColormap() - method in class com.jhlabs.image.PlasmaFilter
Get the colormap to be used for the filter.
getColormap() - method in class com.jhlabs.image.QuiltFilter
Get the colormap to be used for the filter.
getColormap() - method in class com.jhlabs.image.RaysFilter
Get the colormap to be used for the filter.
getColormap() - method in class com.jhlabs.image.ShapeFilter
Get the colormap to be used for the filter.
getColormap() - method in class com.jhlabs.image.TextureFilter
Get the colormap to be used for the filter.
getColormap() - method in class com.jhlabs.image.WoodFilter
Get the colormap to be used for the filter.
getColorNE() - method in class com.jhlabs.image.FourColorFilter
getColorNW() - method in class com.jhlabs.image.FourColorFilter
getColorSE() - method in class com.jhlabs.image.FourColorFilter
getColorSource() - method in class com.jhlabs.image.LightFilter
getColorSW() - method in class com.jhlabs.image.FourColorFilter
getComposite() - method in class com.jhlabs.image.CompositeFilter
Get the composite.
getComposite() - method in class com.jhlabs.image.RenderTextFilter
Get the composite with which to paint the text.
getConeAngle() - method in class com.jhlabs.image.LightFilter.Light
getContourColor() - method in class com.jhlabs.image.ContourFilter
getContrast() - method in class com.jhlabs.image.ContrastFilter
Get the filter contrast.
getCoverage() - method in class com.jhlabs.image.GlintFilter
getCrossings() - method in class com.jhlabs.image.WeaveFilter
getCurves() - method in class com.jhlabs.image.CurvesFilter
getCyanScreenAngle() - method in class com.jhlabs.image.ColorHalftoneFilter
Get the cyan screen angle.
getD() - method in class com.jhlabs.image.QuiltFilter
getDensity() - method in class com.jhlabs.image.DissolveFilter
Get the density of the image.
getDensity() - method in class com.jhlabs.image.GradientWipeFilter
getDensity() - method in class com.jhlabs.image.NoiseFilter
Get the density of the noise.
getDensity() - method in class com.jhlabs.image.ScratchFilter
getDensity() - method in class com.jhlabs.image.SmearFilter
getDestGrid() - method in class com.jhlabs.image.WarpFilter
Get the destination warp grid.
getDestination() - method in class com.jhlabs.image.ApplyMaskFilter
Get the destination image.
getDestination() - method in class com.jhlabs.image.InterpolateFilter
Get the destination image.
getDestination() - method in class com.jhlabs.image.KeyFilter
Get the destination image.
getDestination() - method in class com.jhlabs.image.TransitionFilter
Get the destination image.
getDiffuseColor() - method in class com.jhlabs.image.LightFilter
getDiffuseColor() - method in class com.jhlabs.image.LightFilter.Material
getDispersion() - method in class com.jhlabs.image.CausticsFilter
Get the dispersion.
getDisplacementMap() - method in class com.jhlabs.image.DisplaceFilter
Get the displacement map.
getDistance() - method in class com.jhlabs.image.FeedbackFilter
Get the distance to move on each iteration.
getDistance() - method in class com.jhlabs.image.LightFilter.Light
getDistance() - method in class com.jhlabs.image.MirrorFilter
getDistance() - method in class com.jhlabs.image.MotionBlur
Get the distance of blur.
getDistance() - method in class com.jhlabs.image.MotionBlurFilter
Get the distance of blur.
getDistance() - method in class com.jhlabs.image.MotionBlurOp
Get the distance of blur.
getDistance() - method in class com.jhlabs.image.ShadowFilter
Get the distance of the shadow.
getDistance() - method in class com.jhlabs.image.SmearFilter
getDistancePower() - method in class com.jhlabs.image.CellularFilter
getDistortion() - method in class com.jhlabs.math.VLNoise
getDistribution() - method in class com.jhlabs.image.NoiseFilter
Get the distribution of the noise.
getDither() - method in class com.jhlabs.image.QuantizeFilter
Return the dithering setting
getdotRadius() - method in class com.jhlabs.image.ColorHalftoneFilter
Get the pixel block size.
getEdgeAction() - method in class com.jhlabs.image.ConvolveFilter
Get the action to perfomr for pixels off the image edges.
getEdgeAction() - method in class com.jhlabs.math.ImageFunction2D
getEdgeAction() - method in class com.jhlabs.image.TransformFilter
Get the action to perform for pixels off the edge of the image.
getEdgeColor() - method in class com.jhlabs.image.CrystallizeFilter
getEdgeColor() - method in class com.jhlabs.image.PointillizeFilter
getEdgeThickness() - method in class com.jhlabs.image.CrystallizeFilter
getEdgeThickness() - method in class com.jhlabs.image.PointillizeFilter
getElevation() - method in class com.jhlabs.image.EmbossFilter
getElevation() - method in class com.jhlabs.image.LightFilter.Light
getEmboss() - method in class com.jhlabs.image.EmbossFilter
getEndAlpha() - method in class com.jhlabs.image.FeedbackFilter
Get the alpha value at the last iteration.
getEnvironmentMap() - method in class com.jhlabs.image.LightFilter
getExposure() - method in class com.jhlabs.image.ChromeFilter
Get the exppsure of the effect.
getExposure() - method in class com.jhlabs.image.ExposureFilter
Get the exposure level.
getF1() - method in class com.jhlabs.image.CellularFilter
getF2() - method in class com.jhlabs.image.CellularFilter
getF3() - method in class com.jhlabs.image.CellularFilter
getF4() - method in class com.jhlabs.image.CellularFilter
getFactor() - method in class com.jhlabs.image.ShapeFilter
getFadeEdges() - method in class com.jhlabs.image.CrystallizeFilter
getFadeEdges() - method in class com.jhlabs.image.PointillizeFilter
getFadeout() - method in class com.jhlabs.image.SmearFilter
getFadeStart() - method in class com.jhlabs.image.FadeFilter
getFadeWidth() - method in class com.jhlabs.image.FadeFilter
getFibres() - method in class com.jhlabs.image.WoodFilter
Returns the amount of fibres in the texture.
getFillColor() - method in class com.jhlabs.image.FillFilter
Get the fill color.
getFocus() - method in class com.jhlabs.image.LightFilter.Light
getFont() - method in class com.jhlabs.image.RenderTextFilter
Get the font with which to paint the text.
getForeground() - method in class com.jhlabs.image.CheckFilter
Get the foreground color.
getFrames() - method in class com.jhlabs.image.WarpFilter
getFrequency(int) - method in class com.jhlabs.image.Histogram
getFrequency(int,int) - method in class com.jhlabs.image.Histogram
getFunction() - method in class com.jhlabs.image.TextureFilter
getFuzziness() - method in class com.jhlabs.image.CheckFilter
Get the fuzziness of the texture.
getFuzziness() - method in class com.jhlabs.image.PointillizeFilter
getGain() - method in class com.jhlabs.image.FBMFilter
getGain() - method in class com.jhlabs.image.GainFilter
Get the gain.
getGain() - method in class com.jhlabs.image.WoodFilter
Returns the gain of the texture.
getGamma() - method in class com.jhlabs.image.GammaFilter
Get the gamma level.
getGap() - method in class com.jhlabs.image.MirrorFilter
getGFactor() - method in class com.jhlabs.image.RGBAdjustFilter
getGlintOnly() - method in class com.jhlabs.image.GlintFilter
Get whether to render the stars and the image or only the stars.
getGradientCoefficient() - method in class com.jhlabs.image.CellularFilter
getGreenRed() - method in class com.jhlabs.image.ChannelMixFilter
getGridType() - method in class com.jhlabs.image.CellularFilter
getH() - method in class com.jhlabs.image.FBMFilter
getHEdgeMatrix() - method in class com.jhlabs.image.EdgeFilter
getHeight() - method in class com.jhlabs.image.CircleFilter
Get the height of the arc.
getHeight() - method in class com.jhlabs.image.CropFilter
Get the height of the crop rectangle.
getHeight() - method in class com.jhlabs.math.ImageFunction2D
getHeight() - method in class com.jhlabs.image.TileImageFilter
Get the output image height.
getHFactor() - method in class com.jhlabs.image.HSBAdjustFilter
getHighColor() - method in class com.jhlabs.image.TritoneFilter
Get the high color.
getHighLevel() - method in class com.jhlabs.image.LevelsFilter
getHighOutputLevel() - method in class com.jhlabs.image.LevelsFilter
getHRadius() - method in class com.jhlabs.image.BoxBlurFilter
Get the horizontal size of the blur.
getHRadius() - method in class com.jhlabs.image.SmartBlurFilter
Get the horizontal size of the blur.
getHRadius() - method in class com.jhlabs.image.VariableBlurFilter
Get the horizontal size of the blur.
getHTolerance() - method in class com.jhlabs.image.KeyFilter
Get the hue tolerance.
getIndexForColor(int) - method in class com.jhlabs.image.OctTreeQuantizer
Get the color table index for a color.
getIndexForColor(int) - method in class com.jhlabs.image.Quantizer
Using the previously-built color table, return the index into that table for a pixel.
getInLines() - method in class com.jhlabs.image.FieldWarpFilter
getInstance(int,float) - static method in class com.jhlabs.composite.MiscComposite
getIntensity() - method in class com.jhlabs.image.LightFilter.Light
getInterpolation() - method in class com.jhlabs.image.GradientFilter
getInterpolation() - method in class com.jhlabs.image.InterpolateFilter
Get the interpolation factor.
getInterpolation() - method in class com.jhlabs.image.TransformFilter
Get the type of interpolation to perform.
getIntoB() - method in class com.jhlabs.image.ChannelMixFilter
getIntoG() - method in class com.jhlabs.image.ChannelMixFilter
getIntoR() - method in class com.jhlabs.image.ChannelMixFilter
getInvert() - method in class com.jhlabs.image.DoGFilter
getInvert() - method in class com.jhlabs.image.FadeFilter
getInvert() - method in class com.jhlabs.image.GradientWipeFilter
getInvert() - method in class com.jhlabs.image.HalftoneFilter
getInvert() - method in class com.jhlabs.image.ShapeFilter
getIterations() - method in class com.jhlabs.image.BinaryFilter
Get the number of iterations the effect is performed.
getIterations() - method in class com.jhlabs.image.BoxBlurFilter
Get the number of iterations the blur is performed.
getIterations() - method in class com.jhlabs.image.FeedbackFilter
Get the number of iterations.
getIterations() - method in class com.jhlabs.image.QuiltFilter
Get the number of iterations the effect is performed.
getIterations() - method in class com.jhlabs.image.VariableBlurFilter
Get the number of iterations the blur is performed.
getK() - method in class com.jhlabs.image.QuiltFilter
getKernel() - method in class com.jhlabs.image.ConvolveFilter
Get the convolution kernel.
getKnot(int) - method in class com.jhlabs.image.Gradient
Get a knot color.
getKnot(int) - method in class com.jhlabs.image.SplineColormap
Get a knot color.
getKnotBlend(int) - method in class com.jhlabs.image.Gradient
Get a knot blend type.
getKnotPosition(int) - method in class com.jhlabs.image.Gradient
Get a knot position.
getKnotType(int) - method in class com.jhlabs.image.Gradient
Get a knot type.
getLacunarity() - method in class com.jhlabs.image.FBMFilter
getLeftBorder() - method in class com.jhlabs.image.BorderFilter
Returns the left border value.
getLength() - method in class com.jhlabs.image.GlintFilter
Get the length of the stars.
getLength() - method in class com.jhlabs.image.ScratchFilter
getLevels() - method in class com.jhlabs.image.ContourFilter
getLevels() - method in class com.jhlabs.image.DiffusionFilter
Get the number of dither levels.
getLevels() - method in class com.jhlabs.image.DitherFilter
Get the number of dither levels.
getLevels() - method in class com.jhlabs.image.OilFilter
Get the number of levels for the effect.
getLights() - method in class com.jhlabs.image.LightFilter
getLowerThreshold() - method in class com.jhlabs.image.ThresholdFilter
Get the lower threshold value.
getLowLevel() - method in class com.jhlabs.image.LevelsFilter
getLowOutputLevel() - method in class com.jhlabs.image.LevelsFilter
getLUT() - method in class com.jhlabs.image.RGBAdjustFilter
getLUT() - method in class com.jhlabs.image.TransferFilter
getMagentaScreenAngle() - method in class com.jhlabs.image.ColorHalftoneFilter
Get the magenta screen angle.
getMap() - method in class com.jhlabs.image.ArrayColormap
Get the array of colors for the colormap.
getMask() - method in class com.jhlabs.image.GradientWipeFilter
getMask() - method in class com.jhlabs.image.HalftoneFilter
Get the halftone mask.
getMask() - method in class com.jhlabs.image.MaskFilter
getMaskImage() - method in class com.jhlabs.image.ApplyMaskFilter
Get the mask image.
getMaterial() - method in class com.jhlabs.image.LightFilter
getMatrix() - method in class com.jhlabs.image.DiffusionFilter
Get the dither matrix.
getMatrix() - method in class com.jhlabs.image.DitherFilter
Get the dither matrix.
getMatrix() - method in class com.jhlabs.image.SwizzleFilter
Get the swizzle matrix.
getMaxFrequency() - method in class com.jhlabs.image.Histogram
getMaxFrequency(int) - method in class com.jhlabs.image.Histogram
getMaxValue() - method in class com.jhlabs.image.Histogram
getMaxValue(int) - method in class com.jhlabs.image.Histogram
getMeanValue() - method in class com.jhlabs.image.Histogram
getMeanValue(int) - method in class com.jhlabs.image.Histogram
getMerge() - method in class com.jhlabs.image.ShapeFilter
getMidColor() - method in class com.jhlabs.image.TritoneFilter
Get the mid color.
getMinFrequency() - method in class com.jhlabs.image.Histogram
getMinFrequency(int) - method in class com.jhlabs.image.Histogram
getMinValue() - method in class com.jhlabs.image.Histogram
getMinValue(int) - method in class com.jhlabs.image.Histogram
getMix() - method in class com.jhlabs.image.SmearFilter
getMode() - method in class com.jhlabs.image.DeinterlaceFilter
getMonochrome() - method in class com.jhlabs.image.BrushedMetalFilter
Get the type of noise to add.
getMonochrome() - method in class com.jhlabs.image.HalftoneFilter
Get whether to do monochrome halftoning.
getMonochrome() - method in class com.jhlabs.image.NoiseFilter
Get whether to use monochrome noise.
getMorphImage() - method in class com.jhlabs.image.WarpFilter
getNewColor() - method in class com.jhlabs.image.BinaryFilter
getNormalize() - method in class com.jhlabs.image.DoGFilter
getNumColors() - method in class com.jhlabs.image.QuantizeFilter
Get the number of colors to quantize to.
getNumKnots() - method in class com.jhlabs.image.Gradient
Get the number of knots in the gradient.
getNumLevels() - method in class com.jhlabs.image.PosterizeFilter
Get the number of levels in the output image.
getNumSamples() - method in class com.jhlabs.image.Histogram
getOctaves() - method in class com.jhlabs.image.FBMFilter
getOctaves() - method in class com.jhlabs.math.TurbulenceFunction
getOffset() - method in class com.jhlabs.image.ContourFilter
getOpacity() - method in class com.jhlabs.image.MirrorFilter
Get the opacity of the reflection.
getOpacity() - method in class com.jhlabs.image.OpacityFilter
Get the opacity setting.
getOpacity() - method in class com.jhlabs.image.RaysFilter
Get the opacity of the rays.
getOpacity() - method in class com.jhlabs.image.ShadowFilter
Get the opacity of the shadow.
getOperation() - method in class com.jhlabs.image.FBMFilter
getOperation() - method in class com.jhlabs.image.FlipFilter
Get the filter operation.
getOperation() - method in class com.jhlabs.image.TextureFilter
getOriginX() - method in class com.jhlabs.image.PerspectiveFilter
Get the origin of the output image.
getOriginY() - method in class com.jhlabs.image.PerspectiveFilter
Get the origin of the output image.
getOutLines() - method in class com.jhlabs.image.FieldWarpFilter
getPaint() - method in class com.jhlabs.image.RenderTextFilter
Get the paint with which to paint the text.
getPaintMode() - method in class com.jhlabs.image.GradientFilter
getPhase() - method in class com.jhlabs.image.WaterFilter
Get the phase of the ripples.
getPixel(int,int,int[],int,int) - method in class com.jhlabs.image.CellularFilter
getPixel(int,int,int[],int,int) - method in class com.jhlabs.image.CrystallizeFilter
getPixel(int,int,int[],int,int) - method in class com.jhlabs.image.PointillizeFilter
getPixels() - method in class com.jhlabs.math.ImageFunction2D
getPoint1() - method in class com.jhlabs.image.GradientFilter
getPoint2() - method in class com.jhlabs.image.GradientFilter
getPoint2D(Point2D,Point2D) - method in class com.jhlabs.image.AbstractBufferedImageOp
getPoint2D(Point2D,Point2D) - method in class com.jhlabs.image.BrushedMetalFilter
getPoint2D(Point2D,Point2D) - method in class com.jhlabs.image.ConvolveFilter
getPoint2D(Point2D,Point2D) - method in class com.jhlabs.image.PerspectiveFilter
getPoint2D(Point2D,Point2D) - method in class com.jhlabs.image.ShadowFilter
getPoint2D(Point2D,Point2D) - method in class com.jhlabs.image.VariableBlurFilter
getPower() - method in class com.jhlabs.image.FieldWarpFilter
getPremultiplyAlpha() - method in class com.jhlabs.image.BoxBlurFilter
Get whether to premultiply the alpha channel.
getPremultiplyAlpha() - method in class com.jhlabs.image.ConvolveFilter
Get whether to premultiply the alpha channel.
getPremultiplyAlpha() - method in class com.jhlabs.image.MotionBlurFilter
Get whether to premultiply the alpha channel.
getPremultiplyAlpha() - method in class com.jhlabs.image.VariableBlurFilter
Get whether to premultiply the alpha channel.
getRadius() - method in class com.jhlabs.image.BoxBlurFilter
Get the size of the blur.
getRadius() - method in class com.jhlabs.image.BrushedMetalFilter
Get the horizontal size of the blur.
getRadius() - method in class com.jhlabs.image.CircleFilter
Get the radius of the effect.
getRadius() - method in class com.jhlabs.image.ErodeAlphaFilter
getRadius() - method in class com.jhlabs.image.FlareFilter
Get the radius of the effect.
getRadius() - method in class com.jhlabs.image.GaussianFilter
Get the radius of the kernel.
getRadius() - method in class com.jhlabs.image.KaleidoscopeFilter
Get the radius of the effect.
getRadius() - method in class com.jhlabs.image.LensBlurFilter
Get the radius of the kernel.
getRadius() - method in class com.jhlabs.image.PinchFilter
Get the radius of the effect.
getRadius() - method in class com.jhlabs.image.ShadowFilter
Get the radius of the kernel.
getRadius() - method in class com.jhlabs.image.SmartBlurFilter
Get the radius of the effect.
getRadius() - method in class com.jhlabs.image.SparkleFilter
Get the radius of the effect.
getRadius() - method in class com.jhlabs.image.SphereFilter
Get the radius of the effect.
getRadius() - method in class com.jhlabs.image.StampFilter
Get the radius of the effect.
getRadius() - method in class com.jhlabs.image.TwirlFilter
Get the radius of the effect.
getRadius() - method in class com.jhlabs.image.VariableBlurFilter
Get the radius of the effect.
getRadius() - method in class com.jhlabs.image.WaterFilter
Get the radius of the effect.
getRadius1() - method in class com.jhlabs.image.DoGFilter
Get the radius of the kernel.
getRadius2() - method in class com.jhlabs.image.DoGFilter
Get the radius of the kernel.
getRandomness() - method in class com.jhlabs.image.CellularFilter
getRandomness() - method in class com.jhlabs.image.SparkleFilter
getRange() - method in class com.jhlabs.image.OilFilter
Get the range of the effect in pixels.
getRayAmount() - method in class com.jhlabs.image.FlareFilter
getRays() - method in class com.jhlabs.image.SparkleFilter
getRaysOnly() - method in class com.jhlabs.image.RaysFilter
Get whether to render only the rays.
getRedBlue() - method in class com.jhlabs.image.ChannelMixFilter
getRefractionIndex() - method in class com.jhlabs.image.SphereFilter
Get the index of refaction.
getRelativeCentreX() - method in class com.jhlabs.image.PolarFilter
getRelativeCentreX() - method in class com.jhlabs.image.SparkleFilter
getRelativeCentreY() - method in class com.jhlabs.image.PolarFilter
getRelativeCentreY() - method in class com.jhlabs.image.SparkleFilter
getRelativeX() - method in class com.jhlabs.image.OffsetFilter
getRelativeY() - method in class com.jhlabs.image.OffsetFilter
getRenderingHints() - method in class com.jhlabs.image.AbstractBufferedImageOp
getRenderingHints() - method in class com.jhlabs.image.BrushedMetalFilter
getRenderingHints() - method in class com.jhlabs.image.ConvolveFilter
getRenderingHints() - method in class com.jhlabs.image.VariableBlurFilter
getRFactor() - method in class com.jhlabs.image.RGBAdjustFilter
A convenience method for getting ARGB pixels from an image.
A convenience method for getting ARGB pixels from an image.
getRGB(BufferedImage,int,int,int,int,int[]) - static method in class com.jhlabs.image.ImageUtils
A convenience method for getting ARGB pixels from an image.
getRightBorder() - method in class com.jhlabs.image.BorderFilter
Returns the right border value.
getRingAmount() - method in class com.jhlabs.image.FlareFilter
getRings() - method in class com.jhlabs.image.WoodFilter
Returns the rings value.
getRingWidth() - method in class com.jhlabs.image.FlareFilter
getRotation() - method in class com.jhlabs.image.FeedbackFilter
Returns the amount of rotation on each iteration.
getRotation() - method in class com.jhlabs.image.MirrorFilter
getRotation() - method in class com.jhlabs.image.MotionBlur
Get the blur rotation.
getRotation() - method in class com.jhlabs.image.MotionBlurFilter
Get the blur rotation.
getRotation() - method in class com.jhlabs.image.MotionBlurOp
Get the blur rotation.
getRoundThreads() - method in class com.jhlabs.image.WeaveFilter
getRule() - method in class com.jhlabs.composite.MiscComposite
getSamples() - method in class com.jhlabs.image.CausticsFilter
Get the number of samples per pixel.
getScale() - method in class com.jhlabs.image.CausticsFilter
Returns the scale of the texture.
getScale() - method in class com.jhlabs.image.CellularFilter
Returns the scale of the texture.
getScale() - method in class com.jhlabs.image.ContourFilter
Returns the scale of the contours.
getScale() - method in class com.jhlabs.image.DiffuseFilter
Returns the scale of the texture.
getScale() - method in class com.jhlabs.image.FBMFilter
Returns the scale of the texture.
getScale() - method in class com.jhlabs.image.RescaleFilter
Returns the scale factor.
getScale() - method in class com.jhlabs.image.SwimFilter
Returns the scale of the distortion.
getScale() - method in class com.jhlabs.image.TextureFilter
Returns the scale of the texture.
getScale() - method in class com.jhlabs.image.WoodFilter
Returns the scale of the texture.
getScaling() - method in class com.jhlabs.image.PlasmaFilter
getScatter() - method in class com.jhlabs.image.SmearFilter
getSeed() - method in class com.jhlabs.image.PlasmaFilter
getSeed() - method in class com.jhlabs.image.ScratchFilter
getSelectedBounds(BufferedImage) - static method in class com.jhlabs.image.ImageUtils
Calculates the bounds of the non-transparent parts of the given image.
getSerpentine() - method in class com.jhlabs.image.DiffusionFilter
Return the serpentine setting.
getSerpentine() - method in class com.jhlabs.image.QuantizeFilter
Return the serpentine setting
getSFactor() - method in class com.jhlabs.image.HSBAdjustFilter
getShadeCrossings() - method in class com.jhlabs.image.WeaveFilter
getShadowColor() - method in class com.jhlabs.image.ShadowFilter
Get the color of the shadow.
getShadowColor() - method in class com.jhlabs.image.TritoneFilter
Get the shadow color.
getShadowOnly() - method in class com.jhlabs.image.ShadowFilter
Get whether to only draw the shadow without the original image.
getShape() - method in class com.jhlabs.image.SmearFilter
getShine() - method in class com.jhlabs.image.BrushedMetalFilter
Get the amount of shine to add in the range 0..1.
getSides() - method in class com.jhlabs.image.FadeFilter
getSides() - method in class com.jhlabs.image.KaleidoscopeFilter
Get the number of sides of the kaleidoscope.
getSides() - method in class com.jhlabs.image.LensBlurFilter
Get the number of sides of the aperture.
getSoftness() - method in class com.jhlabs.image.DissolveFilter
Get the softness of the dissolve.
getSoftness() - method in class com.jhlabs.image.ErodeAlphaFilter
getSoftness() - method in class com.jhlabs.image.GradientWipeFilter
Get the softness of the dissolve.
getSoftness() - method in class com.jhlabs.image.HalftoneFilter
Get the softness of the effect.
getSoftness() - method in class com.jhlabs.image.StampFilter
Get the softness of the effect.
getSourceGrid() - method in class com.jhlabs.image.WarpFilter
Get the source warp grid.
getSpreadAngle() - method in class com.jhlabs.image.CircleFilter
Get the spread angle of the arc.
getStartAlpha() - method in class com.jhlabs.image.FeedbackFilter
Get the alpha value at the first iteration.
getSTolerance() - method in class com.jhlabs.image.KeyFilter
Get the saturation tolerance.
getStrength() - method in class com.jhlabs.image.FieldWarpFilter
getStrength() - method in class com.jhlabs.image.RaysFilter
Get the strength of the rays.
getStretch() - method in class com.jhlabs.image.CellularFilter
Returns the stretch factor of the texture.
getStretch() - method in class com.jhlabs.image.FBMFilter
Returns the stretch factor of the texture.
getStretch() - method in class com.jhlabs.image.SwimFilter
Returns the stretch factor of the distortion.
getStretch() - method in class com.jhlabs.image.TextureFilter
Returns the stretch factor of the texture.
getStretch() - method in class com.jhlabs.image.WoodFilter
Returns the stretch factor of the texture.
getSubimage(BufferedImage,int,int,int,int) - static method in class com.jhlabs.image.ImageUtils
Returns a *copy* of a subimage of image.
getText() - method in class com.jhlabs.image.RenderTextFilter
Get the text to paint.
getThreshold() - method in class com.jhlabs.image.DilateFilter
Return the threshold - the number of neighbouring pixels for dilation to occur.
getThreshold() - method in class com.jhlabs.image.ErodeAlphaFilter
getThreshold() - method in class com.jhlabs.image.ErodeFilter
Return the threshold - the number of neighbouring pixels for dilation to occur.
getThreshold() - method in class com.jhlabs.image.GlintFilter
Get the threshold value.
getThreshold() - method in class com.jhlabs.image.RaysFilter
Get the threshold value.
getThreshold() - method in class com.jhlabs.image.SmartBlurFilter
Get the threshold value.
getThreshold() - method in class com.jhlabs.image.StampFilter
Get the threshold value.
getThreshold() - method in class com.jhlabs.image.UnsharpFilter
Get the threshold value.
getTime() - method in class com.jhlabs.image.CausticsFilter
Set the time.
getTime() - method in class com.jhlabs.image.SwimFilter
Returns the time.
getTime() - method in class com.jhlabs.image.WarpFilter
getTopBorder() - method in class com.jhlabs.image.BorderFilter
Returns the top border value.
getTransform() - method in class com.jhlabs.image.CompositeFilter
Get the transform.
getTransform() - method in class com.jhlabs.image.RenderTextFilter
Get the transform with which to paint the text.
getTransition() - method in class com.jhlabs.image.TransitionFilter
Get the transition of the image.
getTurbulence() - method in class com.jhlabs.image.CausticsFilter
Returns the turbulence of the effect.
getTurbulence() - method in class com.jhlabs.image.CellularFilter
Returns the turbulence of the effect.
getTurbulence() - method in class com.jhlabs.image.MarbleFilter
Returns the turbulence of the effect.
getTurbulence() - method in class com.jhlabs.image.PlasmaFilter
Returns the turbulence of the effect.
getTurbulence() - method in class com.jhlabs.image.SwimFilter
Returns the turbulence of the effect.
getTurbulence() - method in class com.jhlabs.image.TextureFilter
Returns the turbulence of the texture.
getTurbulence() - method in class com.jhlabs.image.WoodFilter
Returns the turbulence of the texture.
getType() - method in class com.jhlabs.image.GradientFilter
getType() - method in class com.jhlabs.image.PolarFilter
Get the distortion type.
getType() - method in class com.jhlabs.image.ShapeFilter
getUpperThreshold() - method in class com.jhlabs.image.ThresholdFilter
Get the upper threshold value.
getUseAlpha() - method in class com.jhlabs.image.ConvolveFilter
Get whether to convolve the alpha channel.
getUseAlpha() - method in class com.jhlabs.image.ShapeFilter
getUseColormap() - method in class com.jhlabs.image.PlasmaFilter
getUseImageColors() - method in class com.jhlabs.image.PlasmaFilter
getUseImageColors() - method in class com.jhlabs.image.WeaveFilter
getVEdgeMatrix() - method in class com.jhlabs.image.EdgeFilter
getViewDistance() - method in class com.jhlabs.image.LightFilter
getVRadius() - method in class com.jhlabs.image.BoxBlurFilter
Get the vertical size of the blur.
getVRadius() - method in class com.jhlabs.image.SmartBlurFilter
Get the vertical size of the blur.
getVRadius() - method in class com.jhlabs.image.VariableBlurFilter
Get the vertical size of the blur.
getWavelength() - method in class com.jhlabs.image.WaterFilter
Get the wavelength of the ripples.
getWaveType() - method in class com.jhlabs.image.RippleFilter
Get the wave type.
getWhite() - method in class com.jhlabs.image.StampFilter
Get the color to be used for pixels above the upper threshold.
getWhite() - method in class com.jhlabs.image.ThresholdFilter
Get the color to be used for pixels above the upper threshold.
getWidth() - method in class com.jhlabs.image.CropFilter
Get the width of the crop rectangle.
getWidth() - method in class com.jhlabs.math.ImageFunction2D
getWidth() - method in class com.jhlabs.image.ScratchFilter
getWidth() - method in class com.jhlabs.image.TileImageFilter
Get the output image width.
getWrap() - method in class com.jhlabs.image.OffsetFilter
getWrapEdges() - method in class com.jhlabs.image.MotionBlurFilter
Get whether to wrap at the image edges.
getX() - method in class com.jhlabs.image.CropFilter
Get the left edge of the crop rectangle.
getXAmplitude() - method in class com.jhlabs.image.RippleFilter
Get the amplitude of ripple in the X direction.
getXAngle() - method in class com.jhlabs.image.ShearFilter
getXGap() - method in class com.jhlabs.image.WeaveFilter
getXMapFunction() - method in class com.jhlabs.image.MapFilter
getXOffset() - method in class com.jhlabs.image.OffsetFilter
getXScale() - method in class com.jhlabs.image.CheckFilter
Get the X scale of the texture.
getXScale() - method in class com.jhlabs.image.MarbleFilter
Get the X scale of the effect.
getXWavelength() - method in class com.jhlabs.image.RippleFilter
Get the wavelength of ripple in the X direction.
getXWidth() - method in class com.jhlabs.image.WeaveFilter
getY() - method in class com.jhlabs.image.CropFilter
Get the top edge of the crop rectangle.
getYAmplitude() - method in class com.jhlabs.image.RippleFilter
Get the amplitude of ripple in the Y direction.
getYAngle() - method in class com.jhlabs.image.ShearFilter
getYellowScreenAngle() - method in class com.jhlabs.image.ColorHalftoneFilter
Get the yellow screen angle.
getYGap() - method in class com.jhlabs.image.WeaveFilter
getYMapFunction() - method in class com.jhlabs.image.MapFilter
getYOffset() - method in class com.jhlabs.image.OffsetFilter
getYScale() - method in class com.jhlabs.image.CheckFilter
Get the Y scale of the texture.
getYScale() - method in class com.jhlabs.image.MarbleFilter
Get the Y scale of the effect.
getYWavelength() - method in class com.jhlabs.image.RippleFilter
Get the wavelength of ripple in the Y direction.
getYWidth() - method in class com.jhlabs.image.WeaveFilter
getZoom() - method in class com.jhlabs.image.FeedbackFilter
Returns the amount to scale on each iteration.
getZoom() - method in class com.jhlabs.image.MotionBlur
Get the blur zoom.
getZoom() - method in class com.jhlabs.image.MotionBlurFilter
Get the blur zoom.
getZoom() - method in class com.jhlabs.image.MotionBlurOp
Get the blur zoom.
gFactor - field in class com.jhlabs.image.RGBAdjustFilter
GlintFilter - class com.jhlabs.image.GlintFilter
A filter which renders "glints" on bright parts of the image.
GlintFilter() - constructor for class com.jhlabs.image.GlintFilter
GlowFilter - class com.jhlabs.image.GlowFilter
A filter which adds Gaussian blur to an image, producing a glowing effect.
GlowFilter() - constructor for class com.jhlabs.image.GlowFilter
Construct a filter with a null kernel.
Gradient - class com.jhlabs.image.Gradient
A Colormap implemented using Catmull-Rom colour splines.
Gradient() - constructor for class com.jhlabs.image.Gradient
Construct a Gradient.
Gradient(int[]) - constructor for class com.jhlabs.image.Gradient
Construct a Gradient with the given colors.
Gradient(int[],int[]) - constructor for class com.jhlabs.image.Gradient
Construct a Gradient with the given colors and knot positions.
Gradient(int[],int[],byte[]) - constructor for class com.jhlabs.image.Gradient
Construct a Gradient with the given colors, knot positions and interpolation types.
GradientFilter - class com.jhlabs.image.GradientFilter
A filter which draws a coloured gradient.
GradientFilter() - constructor for class com.jhlabs.image.GradientFilter
GradientWipeFilter - class com.jhlabs.image.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.
GradientWipeFilter() - constructor for class com.jhlabs.image.GradientWipeFilter
GRAY - static field in class com.jhlabs.image.Histogram
GrayFilter - class com.jhlabs.image.GrayFilter
A filter which 'grays out' an image by averaging each pixel with white.
GrayFilter() - constructor for class com.jhlabs.image.GrayFilter
GrayscaleColormap - class com.jhlabs.image.GrayscaleColormap
A grayscale colormap.
GrayscaleColormap() - constructor for class com.jhlabs.image.GrayscaleColormap
GrayscaleFilter - class com.jhlabs.image.GrayscaleFilter
A filter which converts an image to grayscale using the NTSC brightness calculation.
GrayscaleFilter() - constructor for class com.jhlabs.image.GrayscaleFilter
GREEN - static field in class com.jhlabs.image.Histogram
gridType - field in class com.jhlabs.image.CellularFilter
gTable - field in class com.jhlabs.image.TransferFilter

H

H - field in class com.jhlabs.math.FBM
HALF_PI - static field in class com.jhlabs.image.ImageMath
The value of half pi as a float.
HalftoneFilter - class com.jhlabs.image.HalftoneFilter
A filter which uses a another image as a ask to produce a halftoning effect.
HalftoneFilter() - constructor for class com.jhlabs.image.HalftoneFilter
HARD_LIGHT - static field in class com.jhlabs.composite.MiscComposite
HardLightComposite - class com.jhlabs.composite.HardLightComposite
HardLightComposite(float) - constructor for class com.jhlabs.composite.HardLightComposite
hashCode() - method in class com.jhlabs.composite.ContourComposite
hashCode() - method in class com.jhlabs.composite.MiscComposite
hashCode() - method in class com.jhlabs.composite.RGBComposite
hEdgeMatrix - field in class com.jhlabs.image.EdgeFilter
height - field in class com.jhlabs.math.ImageFunction2D
HEXAGONAL - static field in class com.jhlabs.image.CellularFilter
hFactor - field in class com.jhlabs.image.HSBAdjustFilter
HighPassFilter - class com.jhlabs.image.HighPassFilter
A filter which adds Gaussian blur to an image, producing a glowing effect.
HighPassFilter() - constructor for class com.jhlabs.image.HighPassFilter
Construct a filter with a null kernel.
Histogram - class com.jhlabs.image.Histogram
An image histogram.
histogram - field in class com.jhlabs.image.Histogram
Histogram() - constructor for class com.jhlabs.image.Histogram
Histogram(int[],int,int,int,int) - constructor for class com.jhlabs.image.Histogram
HSBAdjustFilter - class com.jhlabs.image.HSBAdjustFilter
HSBAdjustFilter() - constructor for class com.jhlabs.image.HSBAdjustFilter
HSBAdjustFilter(float,float,float) - constructor for class com.jhlabs.image.HSBAdjustFilter
HUE - static field in class com.jhlabs.composite.MiscComposite
HUE - static field in class com.jhlabs.image.PixelUtils
HUE_CCW - static field in class com.jhlabs.image.Gradient
Interpolate hue counter clockwise.
HUE_CW - static field in class com.jhlabs.image.Gradient
Interpolate hue clockwise.
HueComposite - class com.jhlabs.composite.HueComposite
HueComposite(float) - constructor for class com.jhlabs.composite.HueComposite

I

ImageFunction2D - class com.jhlabs.math.ImageFunction2D
ImageFunction2D(BufferedImage) - constructor for class com.jhlabs.math.ImageFunction2D
ImageFunction2D(BufferedImage,boolean) - constructor for class com.jhlabs.math.ImageFunction2D
ImageFunction2D(BufferedImage,int,boolean) - constructor for class com.jhlabs.math.ImageFunction2D
ImageFunction2D(Image) - constructor for class com.jhlabs.math.ImageFunction2D
ImageFunction2D(Image,int,boolean) - constructor for class com.jhlabs.math.ImageFunction2D
ImageFunction2D(int[],int,int,int,boolean) - constructor for class com.jhlabs.math.ImageFunction2D
ImageMath - class com.jhlabs.image.ImageMath
A class containing static math methods useful for image processing.
ImageUtils - class com.jhlabs.image.ImageUtils
A class containing some static utility methods for dealing with BufferedImages.
index - field in class com.jhlabs.image.CellularFilter.Point
init(int[],int,int,int,boolean) - method in class com.jhlabs.math.ImageFunction2D
initialize() - method in class com.jhlabs.image.CurvesFilter
initialize() - method in class com.jhlabs.image.DitherFilter
Initialize the filter.
initialize() - method in class com.jhlabs.image.GammaFilter
initialize() - method in class com.jhlabs.image.PosterizeFilter
Initialize the filter.
initialize() - method in class com.jhlabs.image.TransferFilter
initialized - field in class com.jhlabs.image.TransferFilter
INT_CIRCLE_DOWN - static field in class com.jhlabs.image.GradientFilter
INT_CIRCLE_UP - static field in class com.jhlabs.image.GradientFilter
INT_LINEAR - static field in class com.jhlabs.image.GradientFilter
INT_SMOOTH - static field in class com.jhlabs.image.GradientFilter
interpolate(com.jhlabs.vecmath.Tuple3f,float) - method in class com.jhlabs.vecmath.Tuple3f
interpolate(com.jhlabs.vecmath.Tuple4f,float) - method in class com.jhlabs.vecmath.Tuple4f
interpolate(int,int,float) - static method in class com.jhlabs.image.PixelUtils
InterpolateFilter - class com.jhlabs.image.InterpolateFilter
A filter which interpolates betwen two images.
InterpolateFilter() - constructor for class com.jhlabs.image.InterpolateFilter
interpolation - field in class com.jhlabs.image.TransformFilter
The type of interpolation to use.
invert() - method in class com.jhlabs.vecmath.Matrix4f
invert(com.jhlabs.vecmath.Matrix4f) - method in class com.jhlabs.vecmath.Matrix4f
INVERT_IN_CIRCLE - static field in class com.jhlabs.image.PolarFilter
Invert the image in a circle.
InvertAlphaFilter - class com.jhlabs.image.InvertAlphaFilter
A Filter to invert the alpha channel of an image.
InvertAlphaFilter() - constructor for class com.jhlabs.image.InvertAlphaFilter
InvertFilter - class com.jhlabs.image.InvertFilter
A filter which inverts the RGB channels of an image.
InvertFilter() - constructor for class com.jhlabs.image.InvertFilter
isBlack(int) - method in class com.jhlabs.math.BinaryFunction
isBlack(int) - method in class com.jhlabs.math.BlackFunction
isGray - field in class com.jhlabs.image.Histogram
isGray() - method in class com.jhlabs.image.Histogram
isLightOnly() - method in class com.jhlabs.image.SparkleFilter
isResize() - method in class com.jhlabs.image.ShearFilter
isUseRelative() - method in class com.jhlabs.image.OffsetFilter
IteratedFilter - class com.jhlabs.image.IteratedFilter
A BufferedImageOp which iterates another BufferedImageOp.
IteratedFilter(BufferedImageOp,int) - constructor for class com.jhlabs.image.IteratedFilter
Construct an IteratedFilter.
iterations - field in class com.jhlabs.image.BinaryFilter

J

JavaLnFFilter - class com.jhlabs.image.JavaLnFFilter
A filter which produces the stipple effect for Swing icons specified in the Java Look and Feel Guidelines.
JavaLnFFilter() - constructor for class com.jhlabs.image.JavaLnFFilter

K

KaleidoscopeFilter - class com.jhlabs.image.KaleidoscopeFilter
A Filter which produces the effect of looking into a kaleidoscope.
KaleidoscopeFilter() - constructor for class com.jhlabs.image.KaleidoscopeFilter
Construct a KaleidoscopeFilter with no distortion.
kernel - field in class com.jhlabs.image.ConvolveFilter
The convolution kernel.
kernel - field in class com.jhlabs.image.GaussianFilter
The convolution kernel.
KeyFilter - class com.jhlabs.image.KeyFilter
An experimental filter which can be used for keying against a clean shot.
KeyFilter() - constructor for class com.jhlabs.image.KeyFilter
Construct a KeyFilter.
knotAt(int) - method in class com.jhlabs.image.Gradient
Return the knot at a given position.

L

lacunarity - field in class com.jhlabs.math.FBM
LaplaceFilter - class com.jhlabs.image.LaplaceFilter
Edge detection via the Laplacian operator.
length - field in class com.jhlabs.image.FieldWarpFilter.Line
length() - method in class com.jhlabs.vecmath.Vector3f
length() - method in class com.jhlabs.vecmath.Vector4f
lengthSquared - field in class com.jhlabs.image.FieldWarpFilter.Line
LensBlurFilter - class com.jhlabs.image.LensBlurFilter
A filter which use FFTs to simulate lens blur on an image.
lerp(float,float,float) - static method in class com.jhlabs.image.ImageMath
Linear interpolation.
lerp(float,float,float) - static method in class com.jhlabs.math.Noise
lerp(float,int,int) - static method in class com.jhlabs.image.ImageMath
Linear interpolation.
LevelsFilter - class com.jhlabs.image.LevelsFilter
A filter which allows levels adjustment on an image.
LevelsFilter() - constructor for class com.jhlabs.image.LevelsFilter
Construct a WholeImageFilter.
LifeFilter - class com.jhlabs.image.LifeFilter
A filter which performs one round of the game of Life on an image.
LifeFilter() - constructor for class com.jhlabs.image.LifeFilter
LightFilter.Light - class com.jhlabs.image.LightFilter.Light
A class representing a light.
Light() - constructor for class com.jhlabs.image.LightFilter.Light
Light(float,float,float) - constructor for class com.jhlabs.image.LightFilter.Light
LIGHTEN - static field in class com.jhlabs.composite.MiscComposite
LightenComposite - class com.jhlabs.composite.LightenComposite
LightenComposite(float) - constructor for class com.jhlabs.composite.LightenComposite
LightFilter - class com.jhlabs.image.LightFilter
A filter which produces lighting and embossing effects.
LightFilter() - constructor for class com.jhlabs.image.LightFilter
Line(int,int,int,int) - constructor for class com.jhlabs.image.FieldWarpFilter.Line
LINEAR - static field in class com.jhlabs.image.Gradient
Interpolate linearly.
LINEAR - static field in class com.jhlabs.image.GradientFilter
LINEAR - static field in class com.jhlabs.image.ShapeFilter
LinearColormap - class com.jhlabs.image.LinearColormap
A colormap which interpolates linearly between two colors.
LinearColormap() - constructor for class com.jhlabs.image.LinearColormap
Construct a color map with a grayscale ramp from black to white.
LinearColormap(int,int) - constructor for class com.jhlabs.image.LinearColormap
Construct a linear color map.
LINES - static field in class com.jhlabs.image.SmearFilter
LookupFilter - class com.jhlabs.image.LookupFilter
A filter which uses the brightness of each pixel to lookup a color from a colormap.
LookupFilter() - constructor for class com.jhlabs.image.LookupFilter
Construct a LookupFilter.
LookupFilter(com.jhlabs.image.Colormap) - constructor for class com.jhlabs.image.LookupFilter
Construct a LookupFilter.

M

m00 - field in class com.jhlabs.image.CellularFilter
m00 - field in class com.jhlabs.vecmath.Matrix4f
m01 - field in class com.jhlabs.image.CellularFilter
m01 - field in class com.jhlabs.vecmath.Matrix4f
m02 - field in class com.jhlabs.vecmath.Matrix4f
m03 - field in class com.jhlabs.vecmath.Matrix4f
m10 - field in class com.jhlabs.image.CellularFilter
m10 - field in class com.jhlabs.vecmath.Matrix4f
m11 - field in class com.jhlabs.image.CellularFilter
m11 - field in class com.jhlabs.vecmath.Matrix4f
m12 - field in class com.jhlabs.vecmath.Matrix4f
m13 - field in class com.jhlabs.vecmath.Matrix4f
m20 - field in class com.jhlabs.vecmath.Matrix4f
m21 - field in class com.jhlabs.vecmath.Matrix4f
m22 - field in class com.jhlabs.vecmath.Matrix4f
m23 - field in class com.jhlabs.vecmath.Matrix4f
m30 - field in class com.jhlabs.vecmath.Matrix4f
m31 - field in class com.jhlabs.vecmath.Matrix4f
m32 - field in class com.jhlabs.vecmath.Matrix4f
m33 - field in class com.jhlabs.vecmath.Matrix4f
makeFBM(float,float,float) - method in class com.jhlabs.image.FBMFilter
makeKernel(float) - static method in class com.jhlabs.image.GaussianFilter
Make a Gaussian blur kernel.
makeTable() - method in class com.jhlabs.image.Curve
makeTable() - method in class com.jhlabs.image.TransferFilter
map - field in class com.jhlabs.image.ArrayColormap
The array of colors.
MapColorsFilter - class com.jhlabs.image.MapColorsFilter
A filter which replaces one color by another in an image.
MapColorsFilter() - constructor for class com.jhlabs.image.MapColorsFilter
Construct a MapColorsFilter.
MapColorsFilter(int,int) - constructor for class com.jhlabs.image.MapColorsFilter
Construct a MapColorsFilter.
MapFilter - class com.jhlabs.image.MapFilter
MapFilter() - constructor for class com.jhlabs.image.MapFilter
MarbleFilter - class com.jhlabs.image.MarbleFilter
This filter applies a marbling effect to an image, displacing pixels by random amounts.
MarbleFilter() - constructor for class com.jhlabs.image.MarbleFilter
MarbleFunction - class com.jhlabs.math.MarbleFunction
MarbleFunction() - constructor for class com.jhlabs.math.MarbleFunction
MarbleFunction(com.jhlabs.math.Function2D) - constructor for class com.jhlabs.math.MarbleFunction
MaskFilter - class com.jhlabs.image.MaskFilter
Applies a bit mask to each ARGB pixel of an image.
MaskFilter() - constructor for class com.jhlabs.image.MaskFilter
MaskFilter(int) - constructor for class com.jhlabs.image.MaskFilter
A class representing material properties.
Material() - constructor for class com.jhlabs.image.LightFilter.Material
MathFunction1D - class com.jhlabs.math.MathFunction1D
MathFunction1D(int) - constructor for class com.jhlabs.math.MathFunction1D
matrix - static field in class com.jhlabs.image.QuantizeFilter
Floyd-Steinberg dithering matrix.
matrix - field in class com.jhlabs.image.WeaveFilter
Matrix4f - class com.jhlabs.vecmath.Matrix4f
Vector math package, converted to look similar to javax.vecmath.
Matrix4f() - constructor for class com.jhlabs.vecmath.Matrix4f
Matrix4f(com.jhlabs.vecmath.Matrix4f) - constructor for class com.jhlabs.vecmath.Matrix4f
Matrix4f(float[]) - constructor for class com.jhlabs.vecmath.Matrix4f
MAX - static field in class com.jhlabs.image.PixelUtils
maxFrequency - field in class com.jhlabs.image.Histogram
MaximumFilter - class com.jhlabs.image.MaximumFilter
A filter which replcaes each pixel by the maximum of itself and its eight neightbours.
MaximumFilter() - constructor for class com.jhlabs.image.MaximumFilter
maxValue - field in class com.jhlabs.image.Histogram
maxValue - field in class com.jhlabs.image.TransitionFilter
The end value for the filter property.
mean - field in class com.jhlabs.image.Histogram
MedianFilter - class com.jhlabs.image.MedianFilter
A filter which performs a 3x3 median operation.
MedianFilter() - constructor for class com.jhlabs.image.MedianFilter
Construct a WholeImageFilter.
MIN - static field in class com.jhlabs.image.PixelUtils
minFrequency - field in class com.jhlabs.image.Histogram
MinimumFilter - class com.jhlabs.image.MinimumFilter
A filter which replcaes each pixel by the mimimum of itself and its eight neightbours.
MinimumFilter() - constructor for class com.jhlabs.image.MinimumFilter
Construct a WholeImageFilter.
minValue - field in class com.jhlabs.image.Histogram
minValue - field in class com.jhlabs.image.TransitionFilter
The start value for the filter property.
MirrorFilter - class com.jhlabs.image.MirrorFilter
MirrorFilter() - constructor for class com.jhlabs.image.MirrorFilter
MiscComposite - class com.jhlabs.composite.MiscComposite
MiscCompositeContext - class com.jhlabs.composite.MiscCompositeContext
mixColors(float,int,int) - static method in class com.jhlabs.image.ImageMath
Linear interpolation of ARGB values.
mod(double,double) - static method in class com.jhlabs.image.ImageMath
Return a mod b.
mod(float,float) - static method in class com.jhlabs.image.ImageMath
Return a mod b.
mod(int,int) - static method in class com.jhlabs.image.ImageMath
Return a mod b.
MotionBlur - interface com.jhlabs.image.MotionBlur
A common interface for different types of motion blur
MotionBlurFilter - class com.jhlabs.image.MotionBlurFilter
A filter which produces motion blur the slow, but higher-quality way.
MotionBlurFilter() - constructor for class com.jhlabs.image.MotionBlurFilter
Construct a MotionBlurFilter.
MotionBlurFilter(float,float,float,float) - constructor for class com.jhlabs.image.MotionBlurFilter
Construct a MotionBlurFilter.
MotionBlurOp - class com.jhlabs.image.MotionBlurOp
A filter which produces motion blur the faster, but lower-quality way.
MotionBlurOp() - constructor for class com.jhlabs.image.MotionBlurOp
Construct a MotionBlurOp.
MotionBlurOp(float,float,float,float) - constructor for class com.jhlabs.image.MotionBlurOp
Construct a MotionBlurOp.
mul(com.jhlabs.vecmath.Matrix4f) - method in class com.jhlabs.vecmath.Matrix4f
MULTIPLY - static field in class com.jhlabs.composite.MiscComposite
MULTIPLY - static field in class com.jhlabs.image.PixelUtils
MultiplyComposite - class com.jhlabs.composite.MultiplyComposite
MultiplyComposite(float) - constructor for class com.jhlabs.composite.MultiplyComposite
mutate(float) - method in class com.jhlabs.image.Gradient
Mutate the gradient.

N

nearColors(int,int,int) - static method in class com.jhlabs.image.PixelUtils
NEAREST_NEIGHBOUR - static field in class com.jhlabs.image.TransformFilter
Use nearest-neighbout interpolation.
negate() - method in class com.jhlabs.vecmath.Tuple3f
negate() - method in class com.jhlabs.vecmath.Tuple4f
negate(com.jhlabs.vecmath.Tuple3f) - method in class com.jhlabs.vecmath.Tuple3f
negate(com.jhlabs.vecmath.Tuple4f) - method in class com.jhlabs.vecmath.Tuple4f
NEGATION - static field in class com.jhlabs.composite.MiscComposite
NegationComposite - class com.jhlabs.composite.NegationComposite
NegationComposite(float) - constructor for class com.jhlabs.composite.NegationComposite
newColor - field in class com.jhlabs.image.BinaryFilter
Noise - class com.jhlabs.math.Noise
Perlin Noise functions
NOISE - static field in class com.jhlabs.image.FBMFilter
NOISE - static field in class com.jhlabs.image.RippleFilter
Noise ripples.
noise1(float) - static method in class com.jhlabs.math.Noise
Compute 1-dimensional Perlin noise.
noise2(float,float) - static method in class com.jhlabs.math.Noise
Compute 2-dimensional Perlin noise.
noise3(float,float,float) - static method in class com.jhlabs.math.Noise
Compute 3-dimensional Perlin noise.
NoiseFilter - class com.jhlabs.image.NoiseFilter
A filter which adds random noise into an image.
NoiseFilter() - constructor for class com.jhlabs.image.NoiseFilter
NORMAL - static field in class com.jhlabs.image.PixelUtils
normalize() - method in class com.jhlabs.vecmath.Quat4f
normalize() - method in class com.jhlabs.vecmath.Vector3f
normalize() - method in class com.jhlabs.vecmath.Vector4f
numSamples - field in class com.jhlabs.image.Histogram

O

OCTAGONAL - static field in class com.jhlabs.image.CellularFilter
octaves - field in class com.jhlabs.math.FBM
OctTreeQuantizer - class com.jhlabs.image.OctTreeQuantizer
An image Quantizer based on the Octree algorithm.
OctTreeQuantizer() - constructor for class com.jhlabs.image.OctTreeQuantizer
ODD - static field in class com.jhlabs.image.DeinterlaceFilter
OffsetFilter - class com.jhlabs.image.OffsetFilter
OffsetFilter() - constructor for class com.jhlabs.image.OffsetFilter
OffsetFilter(int,int,boolean) - constructor for class com.jhlabs.image.OffsetFilter
OilFilter - class com.jhlabs.image.OilFilter
A filter which produces a "oil-painting" effect.
OilFilter() - constructor for class com.jhlabs.image.OilFilter
Construct a WholeImageFilter.
OpacityFilter - class com.jhlabs.image.OpacityFilter
Sets the opacity (alpha) of every pixel in an image to a constant value.
OpacityFilter() - constructor for class com.jhlabs.image.OpacityFilter
Construct an OpacityFilter with 50% opacity.
OpacityFilter(int) - constructor for class com.jhlabs.image.OpacityFilter
Construct an OpacityFilter with the given opacity (alpha).
operation - field in class com.jhlabs.image.TextureFilter
originalSpace - field in class com.jhlabs.image.TransformFilter
The input image rectangle.
originalSpace - field in class com.jhlabs.image.WholeImageFilter
The input image bounds.
OutlineFilter - class com.jhlabs.image.OutlineFilter
Given a binary image, this filter converts it to its outline, replacing all interior pixels with the 'new' color.
OutlineFilter() - constructor for class com.jhlabs.image.OutlineFilter
Construct a WholeImageFilter.
OVERLAY - static field in class com.jhlabs.composite.MiscComposite
OVERLAY - static field in class com.jhlabs.image.PixelUtils
OverlayComposite - class com.jhlabs.composite.OverlayComposite
OverlayComposite(float) - constructor for class com.jhlabs.composite.OverlayComposite

P

Paint a check pattern, used for a background to indicate image transparency.
perm - field in class com.jhlabs.math.SCNoise
PerspectiveFilter - class com.jhlabs.image.PerspectiveFilter
A filter which performs a perspective distortion on an image.
PerspectiveFilter() - constructor for class com.jhlabs.image.PerspectiveFilter
Construct a PerspectiveFilter.
Construct a PerspectiveFilter.
PI - static field in class com.jhlabs.image.ImageMath
The value of pi as a float.
PIN_LIGHT - static field in class com.jhlabs.composite.MiscComposite
PinchFilter - class com.jhlabs.image.PinchFilter
A filter which performs the popular whirl-and-pinch distortion effect.
PinchFilter() - constructor for class com.jhlabs.image.PinchFilter
PinLightComposite - class com.jhlabs.composite.PinLightComposite
PinLightComposite(float) - constructor for class com.jhlabs.composite.PinLightComposite
pixels - field in class com.jhlabs.math.ImageFunction2D
PixelUtils - class com.jhlabs.image.PixelUtils
Some more useful math functions for image processing.
PlasmaFilter - class com.jhlabs.image.PlasmaFilter
PlasmaFilter() - constructor for class com.jhlabs.image.PlasmaFilter
POINT - static field in class com.jhlabs.image.LightFilter
Point3f - class com.jhlabs.vecmath.Point3f
Vector math package, converted to look similar to javax.vecmath.
Point3f() - constructor for class com.jhlabs.vecmath.Point3f
Point3f(com.jhlabs.vecmath.Point3f) - constructor for class com.jhlabs.vecmath.Point3f
Point3f(com.jhlabs.vecmath.Tuple3f) - constructor for class com.jhlabs.vecmath.Point3f
Point3f(float,float,float) - constructor for class com.jhlabs.vecmath.Point3f
Point3f(float[]) - constructor for class com.jhlabs.vecmath.Point3f
Point4f - class com.jhlabs.vecmath.Point4f
Vector math package, converted to look similar to javax.vecmath.
Point4f() - constructor for class com.jhlabs.vecmath.Point4f
Point4f(com.jhlabs.vecmath.Point4f) - constructor for class com.jhlabs.vecmath.Point4f
Point4f(com.jhlabs.vecmath.Tuple4f) - constructor for class com.jhlabs.vecmath.Point4f
Point4f(float,float,float,float) - constructor for class com.jhlabs.vecmath.Point4f
Point4f(float[]) - constructor for class com.jhlabs.vecmath.Point4f
PointFilter - class com.jhlabs.image.PointFilter
An abstract superclass for point filters.
PointillizeFilter - class com.jhlabs.image.PointillizeFilter
PointillizeFilter() - constructor for class com.jhlabs.image.PointillizeFilter
Construct a WholeImageFilter.
PointLight() - constructor for class com.jhlabs.image.LightFilter.PointLight
POLAR_TO_RECT - static field in class com.jhlabs.image.PolarFilter
Convert from polar to rectangular coordinates.
PolarFilter - class com.jhlabs.image.PolarFilter
A filter which distorts and image by performing coordinate conversions between rectangular and polar coordinates.
PolarFilter() - constructor for class com.jhlabs.image.PolarFilter
Construct a PolarFilter.
PolarFilter(int) - constructor for class com.jhlabs.image.PolarFilter
Construct a PolarFilter.
PosterizeFilter - class com.jhlabs.image.PosterizeFilter
A filter to posterize an image.
PosterizeFilter() - constructor for class com.jhlabs.image.PosterizeFilter
premultiply(int[],int,int) - static method in class com.jhlabs.image.ImageMath
Premultiply a block of pixels
premultiplyAlpha - field in class com.jhlabs.image.ConvolveFilter
Whether to promultiply the alpha before convolving.
PremultiplyFilter - class com.jhlabs.image.PremultiplyFilter
A filter which premultiplies an image's alpha.
PremultiplyFilter() - constructor for class com.jhlabs.image.PremultiplyFilter
prepare(int,int) - method in class com.jhlabs.image.LightFilter.Light
Prepare the light for rendering.
prepareFilter(float) - method in class com.jhlabs.image.TransitionFilter
Prepare the filter for the transiton at a given time.
PREWITT_H - static field in class com.jhlabs.image.EdgeFilter
PREWITT_V - static field in class com.jhlabs.image.EdgeFilter
pulse(float,float,float) - static method in class com.jhlabs.image.ImageMath
The pulse function.

Q

Set the transform to map a quadrilateral onto the unit square.
QuantizeFilter - class com.jhlabs.image.QuantizeFilter
A filter which quantizes an image to a set number of colors - useful for producing images which are to be encoded using an index color model.
Quantizer - interface com.jhlabs.image.Quantizer
The interface for an image quantizer.
QUARTER_PI - static field in class com.jhlabs.image.ImageMath
The value of quarter pi as a float.
Quat4f - class com.jhlabs.vecmath.Quat4f
Vector math package, converted to look similar to javax.vecmath.
Quat4f() - constructor for class com.jhlabs.vecmath.Quat4f
Quat4f(com.jhlabs.vecmath.Quat4f) - constructor for class com.jhlabs.vecmath.Quat4f
Quat4f(com.jhlabs.vecmath.Tuple4f) - constructor for class com.jhlabs.vecmath.Quat4f
Quat4f(float,float,float,float) - constructor for class com.jhlabs.vecmath.Quat4f
Quat4f(float[]) - constructor for class com.jhlabs.vecmath.Quat4f
QuiltFilter - class com.jhlabs.image.QuiltFilter
QuiltFilter() - constructor for class com.jhlabs.image.QuiltFilter
Construct a WholeImageFilter.

R

R2 - static field in class com.jhlabs.image.EdgeFilter
r255 - static field in class com.jhlabs.image.LightFilter
RADIAL - static field in class com.jhlabs.image.GradientFilter
radius - field in class com.jhlabs.image.ErodeAlphaFilter
radius - field in class com.jhlabs.image.GaussianFilter
The blur radius.
RANDOM - static field in class com.jhlabs.image.CellularFilter
random - field in class com.jhlabs.image.FBMFilter
randomGradient() - static method in class com.jhlabs.image.Gradient
Build a random gradient.
randomize() - method in class com.jhlabs.image.Gradient
Randomize the gradient.
randomize() - method in class com.jhlabs.image.PlasmaFilter
randomize() - method in class com.jhlabs.image.QuiltFilter
randomize() - method in class com.jhlabs.image.SmearFilter
randomness - field in class com.jhlabs.image.CellularFilter
RaysFilter - class com.jhlabs.image.RaysFilter
A filter which produces the effect of light rays shining out of an image.
RaysFilter() - constructor for class com.jhlabs.image.RaysFilter
Construct a MotionBlurOp.
RECT_TO_POLAR - static field in class com.jhlabs.image.PolarFilter
Convert from rectangular to polar coordinates.
RED - static field in class com.jhlabs.image.Histogram
ReduceNoiseFilter - class com.jhlabs.image.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.
ReduceNoiseFilter() - constructor for class com.jhlabs.image.ReduceNoiseFilter
removeCol(int) - method in class com.jhlabs.image.WarpGrid
Remove a column from the grid.
removeKnot(int) - method in class com.jhlabs.image.Curve
removeKnot(int) - method in class com.jhlabs.image.Gradient
Remove a knot.
removeKnot(int) - method in class com.jhlabs.image.SplineColormap
Remove a knot.
removeRow(int) - method in class com.jhlabs.image.WarpGrid
Remove a row from the grid.
RenderTextFilter - class com.jhlabs.image.RenderTextFilter
A filter which renders text onto an image.
RenderTextFilter() - constructor for class com.jhlabs.image.RenderTextFilter
Construct a RenderTextFilter.
Construct a RenderTextFilter.
REPLACE - static field in class com.jhlabs.image.PixelUtils
resample(int[],int[],int,int,int,float[]) - static method in class com.jhlabs.image.ImageMath
An implementation of Fant's resampling algorithm.
RescaleFilter - class com.jhlabs.image.RescaleFilter
A filter which simply multiplies pixel values by a given scale factor.
RescaleFilter() - constructor for class com.jhlabs.image.RescaleFilter
RescaleFilter(float) - constructor for class com.jhlabs.image.RescaleFilter
results - field in class com.jhlabs.image.CellularFilter
rFactor - field in class com.jhlabs.image.RGBAdjustFilter
RGB - static field in class com.jhlabs.image.Gradient
Interpolate in RGB space.
RGB_CLAMP - static field in class com.jhlabs.image.TransformFilter
Clamp pixels RGB to the image edges, but zero the alpha.
RGBAdjustFilter - class com.jhlabs.image.RGBAdjustFilter
RGBAdjustFilter() - constructor for class com.jhlabs.image.RGBAdjustFilter
RGBAdjustFilter(float,float,float) - constructor for class com.jhlabs.image.RGBAdjustFilter
RGBComposite - class com.jhlabs.composite.RGBComposite
RGBComposite() - constructor for class com.jhlabs.composite.RGBComposite
RGBComposite(float) - constructor for class com.jhlabs.composite.RGBComposite
RIDGED - static field in class com.jhlabs.image.FBMFilter
RidgedFBM - class com.jhlabs.math.RidgedFBM
RippleFilter - class com.jhlabs.image.RippleFilter
A filter which distorts an image by rippling it in the X or Y directions.
RippleFilter() - constructor for class com.jhlabs.image.RippleFilter
Construct a RippleFilter.
ROBERTS_H - static field in class com.jhlabs.image.EdgeFilter
ROBERTS_V - static field in class com.jhlabs.image.EdgeFilter
RotateFilter - class com.jhlabs.image.RotateFilter
A filter which rotates an image.
RotateFilter() - constructor for class com.jhlabs.image.RotateFilter
Construct a RotateFilter.
RotateFilter(float) - constructor for class com.jhlabs.image.RotateFilter
Construct a RotateFilter.
RotateFilter(float,boolean) - constructor for class com.jhlabs.image.RotateFilter
Construct a RotateFilter.
rotX(float) - method in class com.jhlabs.vecmath.Matrix4f
rotY(float) - method in class com.jhlabs.vecmath.Matrix4f
rotZ(float) - method in class com.jhlabs.vecmath.Matrix4f
rows - field in class com.jhlabs.image.WarpGrid
rTable - field in class com.jhlabs.image.TransferFilter
rule - field in class com.jhlabs.composite.MiscComposite
RULE_NAMES - static field in class com.jhlabs.composite.MiscComposite

S

SATURATION - static field in class com.jhlabs.composite.MiscComposite
SATURATION - static field in class com.jhlabs.image.PixelUtils
SaturationComposite - class com.jhlabs.composite.SaturationComposite
SaturationComposite(float) - constructor for class com.jhlabs.composite.SaturationComposite
SaturationFilter - class com.jhlabs.image.SaturationFilter
A filter to change the saturation of an image.
SaturationFilter() - constructor for class com.jhlabs.image.SaturationFilter
Construct a SaturationFilter.
SaturationFilter(float) - constructor for class com.jhlabs.image.SaturationFilter
Construct a SaturationFilter.
SAWTOOTH - static field in class com.jhlabs.image.RippleFilter
Sawtooth wave ripples.
scale - field in class com.jhlabs.image.CellularFilter
scale(float) - method in class com.jhlabs.vecmath.Tuple3f
scale(float) - method in class com.jhlabs.vecmath.Tuple4f
scaleAdd(float,com.jhlabs.vecmath.Tuple3f) - method in class com.jhlabs.vecmath.Tuple3f
ScaleFilter - class com.jhlabs.image.ScaleFilter
Scales an image using the area-averaging algorithm, which can't be done with AffineTransformOp.
ScaleFilter() - constructor for class com.jhlabs.image.ScaleFilter
Construct a ScaleFilter.
ScaleFilter(int,int) - constructor for class com.jhlabs.image.ScaleFilter
Construct a ScaleFilter.
SCNoise - class com.jhlabs.math.SCNoise
Sparse Convolution Noise.
SCNOISE - static field in class com.jhlabs.image.FBMFilter
ScratchFilter - class com.jhlabs.image.ScratchFilter
ScratchFilter() - constructor for class com.jhlabs.image.ScratchFilter
SCREEN - static field in class com.jhlabs.composite.MiscComposite
SCREEN - static field in class com.jhlabs.image.PixelUtils
ScreenComposite - class com.jhlabs.composite.ScreenComposite
ScreenComposite(float) - constructor for class com.jhlabs.composite.ScreenComposite
set(Color) - method in class com.jhlabs.vecmath.Color4f
set(com.jhlabs.vecmath.AxisAngle4f) - method in class com.jhlabs.vecmath.AxisAngle4f
set(com.jhlabs.vecmath.AxisAngle4f) - method in class com.jhlabs.vecmath.Matrix4f
set(com.jhlabs.vecmath.AxisAngle4f) - method in class com.jhlabs.vecmath.Quat4f
set(com.jhlabs.vecmath.Matrix4f) - method in class com.jhlabs.vecmath.Matrix4f
set(com.jhlabs.vecmath.Matrix4f) - method in class com.jhlabs.vecmath.Quat4f
set(com.jhlabs.vecmath.Quat4f) - method in class com.jhlabs.vecmath.Matrix4f
set(com.jhlabs.vecmath.Tuple3f) - method in class com.jhlabs.vecmath.Tuple3f
set(com.jhlabs.vecmath.Tuple4f) - method in class com.jhlabs.vecmath.Tuple4f
set(float) - method in class com.jhlabs.vecmath.Matrix4f
set(float,float,float) - method in class com.jhlabs.vecmath.Tuple3f
set(float,float,float,float) - method in class com.jhlabs.vecmath.AxisAngle4f
set(float,float,float,float) - method in class com.jhlabs.vecmath.Tuple4f
set(float[]) - method in class com.jhlabs.vecmath.Matrix4f
set(float[]) - method in class com.jhlabs.vecmath.Tuple3f
set(float[]) - method in class com.jhlabs.vecmath.Tuple4f
setA(float) - method in class com.jhlabs.image.QuiltFilter
setAddMargins(boolean) - method in class com.jhlabs.image.ShadowFilter
Set whether to increase the size of the output image to accomodate the shadow.
setAmount(float) - method in class com.jhlabs.image.BrushedMetalFilter
Set the amount of noise to add in the range 0..1.
setAmount(float) - method in class com.jhlabs.image.CausticsFilter
Set the amount of effect.
setAmount(float) - method in class com.jhlabs.image.CellularFilter
Set the amount of effect.
setAmount(float) - method in class com.jhlabs.image.ChromeFilter
Set the amount of effect.
setAmount(float) - method in class com.jhlabs.image.DisplaceFilter
Set the amount of distortion.
setAmount(float) - method in class com.jhlabs.image.FBMFilter
Set the amount of effect.
setAmount(float) - method in class com.jhlabs.image.FieldWarpFilter
Set the amount of warp.
setAmount(float) - method in class com.jhlabs.image.GlintFilter
Set the amount of glint.
setAmount(float) - method in class com.jhlabs.image.GlowFilter
Set the amount of glow.
setAmount(float) - method in class com.jhlabs.image.MarbleFilter
Set the amount of effect.
setAmount(float) - method in class com.jhlabs.image.PinchFilter
Set the amount of pinch.
setAmount(float) - method in class com.jhlabs.image.SaturationFilter
Set the amount of saturation change.
setAmount(float) - method in class com.jhlabs.image.SwimFilter
Set the amount of swim.
setAmount(float) - method in class com.jhlabs.image.TextureFilter
Set the amount of texture.
setAmount(float) - method in class com.jhlabs.image.UnsharpFilter
Set the amount of sharpening.
setAmount(int) - method in class com.jhlabs.image.NoiseFilter
Set the amount of effect.
setAmount(int) - method in class com.jhlabs.image.SparkleFilter
Set the amount of sparkle.
setAmplitude(float) - method in class com.jhlabs.image.WaterFilter
Set the amplitude of the ripples.
setAngle(float) - method in class com.jhlabs.image.CellularFilter
Specifies the angle of the texture.
setAngle(float) - method in class com.jhlabs.image.CheckFilter
Set the angle of the texture.
setAngle(float) - method in class com.jhlabs.image.CircleFilter
Set the angle of the arc.
setAngle(float) - method in class com.jhlabs.image.FadeFilter
Specifies the angle of the texture.
setAngle(float) - method in class com.jhlabs.image.FBMFilter
Specifies the angle of the texture.
setAngle(float) - method in class com.jhlabs.image.FeedbackFilter
Specifies the angle of each iteration.
setAngle(float) - method in class com.jhlabs.image.GradientFilter
Specifies the angle of the texture.
setAngle(float) - method in class com.jhlabs.image.KaleidoscopeFilter
Set the angle of the kaleidoscope.
setAngle(float) - method in class com.jhlabs.image.MirrorFilter
Specifies the angle of the mirror.
setAngle(float) - method in class com.jhlabs.image.MotionBlur
Specifies the angle of blur.
setAngle(float) - method in class com.jhlabs.image.MotionBlurFilter
Specifies the angle of blur.
setAngle(float) - method in class com.jhlabs.image.MotionBlurOp
Specifies the angle of blur.
setAngle(float) - method in class com.jhlabs.image.PinchFilter
Set the angle of twirl in radians.
setAngle(float) - method in class com.jhlabs.image.RotateFilter
Specifies the angle of rotation.
setAngle(float) - method in class com.jhlabs.image.ScratchFilter
setAngle(float) - method in class com.jhlabs.image.ShadowFilter
Specifies the angle of the shadow.
setAngle(float) - method in class com.jhlabs.image.SmearFilter
Specifies the angle of the texture.
setAngle(float) - method in class com.jhlabs.image.SwimFilter
Specifies the angle of the effect.
setAngle(float) - method in class com.jhlabs.image.TextureFilter
Specifies the angle of the texture.
setAngle(float) - method in class com.jhlabs.image.TwirlFilter
Set the angle of twirl in radians.
setAngle(float) - method in class com.jhlabs.image.WoodFilter
Specifies the angle of the texture.
setAngle2(float) - method in class com.jhlabs.image.KaleidoscopeFilter
Set the secondary angle of the kaleidoscope.
setAngleCoefficient(float) - method in class com.jhlabs.image.CellularFilter
setAngleVariation(float) - method in class com.jhlabs.image.ScratchFilter
setAzimuth(float) - method in class com.jhlabs.image.EmbossFilter
setAzimuth(float) - method in class com.jhlabs.image.LightFilter.Light
setB(float) - method in class com.jhlabs.image.QuiltFilter
setBackground(boolean) - method in class com.jhlabs.image.SmearFilter
setBackground(int) - method in class com.jhlabs.image.CheckFilter
Set the background color.
setBaseAmount(float) - method in class com.jhlabs.image.FlareFilter
setBasis(com.jhlabs.math.Function2D) - method in class com.jhlabs.math.FBM
setBasis(com.jhlabs.math.Function2D) - method in class com.jhlabs.image.FBMFilter
setBasisType(int) - method in class com.jhlabs.image.FBMFilter
setBFactor(float) - method in class com.jhlabs.image.HSBAdjustFilter
setBFactor(float) - method in class com.jhlabs.image.RGBAdjustFilter
setBgColor(int) - method in class com.jhlabs.image.CausticsFilter
Set the background color.
setBias(float) - method in class com.jhlabs.image.FBMFilter
setBias(float) - method in class com.jhlabs.image.GainFilter
Set the bias.
setBlack(int) - method in class com.jhlabs.image.StampFilter
Set the color to be used for pixels below the lower threshold.
setBlack(int) - method in class com.jhlabs.image.ThresholdFilter
Set the color to be used for pixels below the lower threshold.
setBlockSize(int) - method in class com.jhlabs.image.BlockFilter
Set the pixel block size.
setBloom(float) - method in class com.jhlabs.image.LensBlurFilter
Set the bloom factor.
setBloomThreshold(float) - method in class com.jhlabs.image.LensBlurFilter
Set the bloom threshold.
setBlueGreen(int) - method in class com.jhlabs.image.ChannelMixFilter
setBlur(float) - method in class com.jhlabs.image.GlintFilter
Set the blur that is applied before thresholding.
setBlurMask(BufferedImage) - method in class com.jhlabs.image.VariableBlurFilter
Set the mask used to give the amount of blur at each point.
setBorderPaint(Paint) - method in class com.jhlabs.image.BorderFilter
Set the border paint.
setBottomBorder(int) - method in class com.jhlabs.image.BorderFilter
Set the border size on the bottom edge.
setBrightness(float) - method in class com.jhlabs.image.ContrastFilter
Set the filter brightness.
setBrightness(int) - method in class com.jhlabs.image.CausticsFilter
Set the brightness.
setBTolerance(float) - method in class com.jhlabs.image.KeyFilter
Set the brightness tolerance of the image in the range 0..1.
setBumpFunction(com.jhlabs.math.Function2D) - method in class com.jhlabs.image.LightFilter
setBumpHeight(float) - method in class com.jhlabs.image.EmbossFilter
setBumpHeight(float) - method in class com.jhlabs.image.LightFilter
setBumpSoftness(float) - method in class com.jhlabs.image.LightFilter
setBumpSource(int) - method in class com.jhlabs.image.LightFilter
setC(float) - method in class com.jhlabs.image.QuiltFilter
setCentre(Point2D) - method in class com.jhlabs.image.CircleFilter
Set the centre of the effect as a proportion of the image size.
setCentre(Point2D) - method in class com.jhlabs.image.FeedbackFilter
Set the centre of the effect as a proportion of the image size.
setCentre(Point2D) - method in class com.jhlabs.image.FlareFilter
setCentre(Point2D) - method in class com.jhlabs.image.KaleidoscopeFilter
Set the centre of the effect as a proportion of the image size.
setCentre(Point2D) - method in class com.jhlabs.image.MotionBlur
Set the centre of the effect as a proportion of the image size.
setCentre(Point2D) - method in class com.jhlabs.image.MotionBlurFilter
Set the centre of the effect as a proportion of the image size.
setCentre(Point2D) - method in class com.jhlabs.image.MotionBlurOp
Set the centre of the effect as a proportion of the image size.
setCentre(Point2D) - method in class com.jhlabs.image.PinchFilter
Set the centre of the effect as a proportion of the image size.
setCentre(Point2D) - method in class com.jhlabs.image.SphereFilter
Set the centre of the effect as a proportion of the image size.
setCentre(Point2D) - method in class com.jhlabs.image.TwirlFilter
Set the centre of the effect as a proportion of the image size.
setCentre(Point2D) - method in class com.jhlabs.image.WaterFilter
Set the centre of the effect as a proportion of the image size.
setCentreX(float) - method in class com.jhlabs.image.CircleFilter
Set the centre of the effect in the Y direction as a proportion of the image size.
setCentreX(float) - method in class com.jhlabs.image.FeedbackFilter
Set the centre of the effect in the X direction as a proportion of the image size.
setCentreX(float) - method in class com.jhlabs.image.KaleidoscopeFilter
Set the centre of the effect in the X direction as a proportion of the image size.
setCentreX(float) - method in class com.jhlabs.image.LightFilter.Light
Set the centre of the light in the X direction as a proportion of the image size.
setCentreX(float) - method in class com.jhlabs.image.MotionBlur
Set the centre of the effect in the X direction as a proportion of the image size.
setCentreX(float) - method in class com.jhlabs.image.MotionBlurFilter
Set the centre of the effect in the X direction as a proportion of the image size.
setCentreX(float) - method in class com.jhlabs.image.MotionBlurOp
Set the centre of the effect in the X direction as a proportion of the image size.
setCentreX(float) - method in class com.jhlabs.image.PinchFilter
Set the centre of the effect in the X direction as a proportion of the image size.
setCentreX(float) - method in class com.jhlabs.image.SphereFilter
Set the centre of the effect in the X direction as a proportion of the image size.
setCentreX(float) - method in class com.jhlabs.image.TwirlFilter
Set the centre of the effect in the X direction as a proportion of the image size.
setCentreX(float) - method in class com.jhlabs.image.WaterFilter
Set the centre of the effect in the X direction as a proportion of the image size.
setCentreY(float) - method in class com.jhlabs.image.CircleFilter
Set the centre of the effect in the Y direction as a proportion of the image size.
setCentreY(float) - method in class com.jhlabs.image.FeedbackFilter
Set the centre of the effect in the Y direction as a proportion of the image size.
setCentreY(float) - method in class com.jhlabs.image.KaleidoscopeFilter
Set the centre of the effect in the Y direction as a proportion of the image size.
setCentreY(float) - method in class com.jhlabs.image.LightFilter.Light
Set the centre of the light in the Y direction as a proportion of the image size.
setCentreY(float) - method in class com.jhlabs.image.MirrorFilter
setCentreY(float) - method in class com.jhlabs.image.MotionBlur
Set the centre of the effect in the Y direction as a proportion of the image size.
setCentreY(float) - method in class com.jhlabs.image.MotionBlurFilter
Set the centre of the effect in the Y direction as a proportion of the image size.
setCentreY(float) - method in class com.jhlabs.image.MotionBlurOp
Set the centre of the effect in the Y direction as a proportion of the image size.
setCentreY(float) - method in class com.jhlabs.image.PinchFilter
Set the centre of the effect in the Y direction as a proportion of the image size.
setCentreY(float) - method in class com.jhlabs.image.SphereFilter
Set the centre of the effect in the Y direction as a proportion of the image size.
setCentreY(float) - method in class com.jhlabs.image.TwirlFilter
Set the centre of the effect in the Y direction as a proportion of the image size.
setCentreY(float) - method in class com.jhlabs.image.WaterFilter
Set the centre of the effect in the Y direction as a proportion of the image size.
setCleanImage(BufferedImage) - method in class com.jhlabs.image.KeyFilter
Get the clean image.
setClip(boolean) - method in class com.jhlabs.image.PerspectiveFilter
setCoefficient(int,float) - method in class com.jhlabs.image.CellularFilter
setCoefficient(int,float) - method in class com.jhlabs.math.CellularFunction2D
setColor(int) - method in class com.jhlabs.image.BrushedMetalFilter
Set the color of the metal.
setColor(int) - method in class com.jhlabs.image.FlareFilter
setColor(int) - method in class com.jhlabs.image.LightFilter.Light
setColor(int) - method in class com.jhlabs.image.ScratchFilter
setColor(int) - method in class com.jhlabs.image.SparkleFilter
setColor(int,int) - method in class com.jhlabs.image.ArrayColormap
Set one element of the colormap to a given color.
setColor(int,int) - method in class com.jhlabs.image.Gradient
Set a knot color.
setColor1(int) - method in class com.jhlabs.image.LinearColormap
Set the first color.
setColor2(int) - method in class com.jhlabs.image.LinearColormap
Set the second color.
setColorDither(boolean) - method in class com.jhlabs.image.DiffusionFilter
Set whether to use a color dither.
setColorInterpolated(int,int,int,int) - method in class com.jhlabs.image.ArrayColormap
Set the color at "index" to "color".
setColormap(com.jhlabs.image.Colormap) - method in class com.jhlabs.image.BinaryFilter
Set the colormap to be used for the filter.
setColormap(com.jhlabs.image.Colormap) - method in class com.jhlabs.image.CellularFilter
Set the colormap to be used for the filter.
setColormap(com.jhlabs.image.Colormap) - method in class com.jhlabs.image.FBMFilter
Set the colormap to be used for the filter.
setColormap(com.jhlabs.image.Colormap) - method in class com.jhlabs.image.GlintFilter
Set the colormap to be used for the filter.
setColormap(com.jhlabs.image.Colormap) - method in class com.jhlabs.image.GradientFilter
Set the colormap to be used for the filter.
setColormap(com.jhlabs.image.Colormap) - method in class com.jhlabs.image.LookupFilter
Set the colormap to be used for the filter.
setColormap(com.jhlabs.image.Colormap) - method in class com.jhlabs.image.PlasmaFilter
Set the colormap to be used for the filter.
setColormap(com.jhlabs.image.Colormap) - method in class com.jhlabs.image.QuiltFilter
Set the colormap to be used for the filter.
setColormap(com.jhlabs.image.Colormap) - method in class com.jhlabs.image.RaysFilter
Set the colormap to be used for the filter.
setColormap(com.jhlabs.image.Colormap) - method in class com.jhlabs.image.ShapeFilter
Set the colormap to be used for the filter.
setColormap(com.jhlabs.image.Colormap) - method in class com.jhlabs.image.TextureFilter
Set the colormap to be used for the filter.
setColormap(com.jhlabs.image.Colormap) - method in class com.jhlabs.image.WoodFilter
Set the colormap to be used for the filter.
setColorNE(int) - method in class com.jhlabs.image.FourColorFilter
setColorNW(int) - method in class com.jhlabs.image.FourColorFilter
setColorRange(int,int,int) - method in class com.jhlabs.image.ArrayColormap
Set a range of the colormap to a single color.
setColorRange(int,int,int,int) - method in class com.jhlabs.image.ArrayColormap
Set a range of the colormap, interpolating between two colors.
setColorSE(int) - method in class com.jhlabs.image.FourColorFilter
setColorSource(int) - method in class com.jhlabs.image.LightFilter
setColorSW(int) - method in class com.jhlabs.image.FourColorFilter
setComposite(Composite) - method in class com.jhlabs.image.CompositeFilter
Set the composite.
setComposite(Composite) - method in class com.jhlabs.image.RenderTextFilter
Set the composite with which to paint the text.
setConeAngle(float) - method in class com.jhlabs.image.LightFilter.Light
setContourColor(int) - method in class com.jhlabs.image.ContourFilter
setContrast(float) - method in class com.jhlabs.image.ContrastFilter
Set the filter contrast.
Set the new positions of the image corners.
setCoverage(float) - method in class com.jhlabs.image.GlintFilter
setCrossings(int[][]) - method in class com.jhlabs.image.WeaveFilter
setCurve(com.jhlabs.image.Curve) - method in class com.jhlabs.image.CurvesFilter
setCurves(com.jhlabs.image.Curve[]) - method in class com.jhlabs.image.CurvesFilter
setCyanScreenAngle(float) - method in class com.jhlabs.image.ColorHalftoneFilter
Set the cyan screen angle.
setD(float) - method in class com.jhlabs.image.QuiltFilter
setDensity(float) - method in class com.jhlabs.image.DissolveFilter
Set the density of the image in the range 0..1.
setDensity(float) - method in class com.jhlabs.image.GradientWipeFilter
Set the density of the image in the range 0..1.
setDensity(float) - method in class com.jhlabs.image.NoiseFilter
Set the density of the noise.
setDensity(float) - method in class com.jhlabs.image.ScratchFilter
setDensity(float) - method in class com.jhlabs.image.SmearFilter
setDestGrid(com.jhlabs.image.WarpGrid) - method in class com.jhlabs.image.WarpFilter
Set the destination warp grid.
setDestination(BufferedImage) - method in class com.jhlabs.image.ApplyMaskFilter
Set the destination image.
setDestination(BufferedImage) - method in class com.jhlabs.image.InterpolateFilter
Set the destination image.
setDestination(BufferedImage) - method in class com.jhlabs.image.KeyFilter
Set the destination image.
setDestination(BufferedImage) - method in class com.jhlabs.image.TransitionFilter
Set the destination image.
setDiffuseColor(int) - method in class com.jhlabs.image.LightFilter
setDiffuseColor(int) - method in class com.jhlabs.image.LightFilter.Material
setDimensions(int,int) - method in class com.jhlabs.image.FadeFilter
setDimensions(int,int) - method in class com.jhlabs.image.FlareFilter
setDimensions(int,int) - method in class com.jhlabs.image.FourColorFilter
setDimensions(int,int) - method in class com.jhlabs.image.PointFilter
setDimensions(int,int) - method in class com.jhlabs.image.SparkleFilter
setDispersion(float) - method in class com.jhlabs.image.CausticsFilter
Set the dispersion.
setDisplacementMap(BufferedImage) - method in class com.jhlabs.image.DisplaceFilter
Set the displacement map.
setDistance(float) - method in class com.jhlabs.image.FeedbackFilter
Specifies the distance to move on each iteration.
setDistance(float) - method in class com.jhlabs.image.LightFilter.Light
setDistance(float) - method in class com.jhlabs.image.MirrorFilter
setDistance(float) - method in class com.jhlabs.image.MotionBlur
Set the distance of blur.
setDistance(float) - method in class com.jhlabs.image.MotionBlurFilter
Set the distance of blur.
setDistance(float) - method in class com.jhlabs.image.MotionBlurOp
Set the distance of blur.
setDistance(float) - method in class com.jhlabs.image.ShadowFilter
Set the distance of the shadow.
setDistance(int) - method in class com.jhlabs.image.SmearFilter
setDistancePower(float) - method in class com.jhlabs.image.CellularFilter
setDistortion(float) - method in class com.jhlabs.math.VLNoise
setDistribution(int) - method in class com.jhlabs.image.NoiseFilter
Set the distribution of the noise.
setDither(boolean) - method in class com.jhlabs.image.QuantizeFilter
Set whether to use dithering or not.
setdotRadius(float) - method in class com.jhlabs.image.ColorHalftoneFilter
Set the pixel block size.
setEdgeAction(int) - method in class com.jhlabs.image.ConvolveFilter
Set the action to perfomr for pixels off the image edges.
setEdgeAction(int) - method in class com.jhlabs.math.ImageFunction2D
setEdgeAction(int) - method in class com.jhlabs.image.TransformFilter
Set the action to perform for pixels off the edge of the image.
setEdgeColor(int) - method in class com.jhlabs.image.CrystallizeFilter
setEdgeColor(int) - method in class com.jhlabs.image.PointillizeFilter
setEdgeThickness(float) - method in class com.jhlabs.image.CrystallizeFilter
setEdgeThickness(float) - method in class com.jhlabs.image.PointillizeFilter
setElevation(float) - method in class com.jhlabs.image.EmbossFilter
setElevation(float) - method in class com.jhlabs.image.LightFilter.Light
setEmboss(boolean) - method in class com.jhlabs.image.EmbossFilter
setEndAlpha(float) - method in class com.jhlabs.image.FeedbackFilter
Set the alpha value at the last iteration.
setEnvironmentMap(BufferedImage) - method in class com.jhlabs.image.LightFilter
setExposure(float) - method in class com.jhlabs.image.ChromeFilter
Set the exppsure of the effect.
setExposure(float) - method in class com.jhlabs.image.ExposureFilter
Set the exposure level.
setF1(float) - method in class com.jhlabs.image.CellularFilter
setF2(float) - method in class com.jhlabs.image.CellularFilter
setF3(float) - method in class com.jhlabs.image.CellularFilter
setF4(float) - method in class com.jhlabs.image.CellularFilter
setFactor(float) - method in class com.jhlabs.image.ShapeFilter
setFadeEdges(boolean) - method in class com.jhlabs.image.CrystallizeFilter
setFadeEdges(boolean) - method in class com.jhlabs.image.PointillizeFilter
setFadeout(int) - method in class com.jhlabs.image.SmearFilter
setFadeStart(float) - method in class com.jhlabs.image.FadeFilter
setFadeWidth(float) - method in class com.jhlabs.image.FadeFilter
setFibres(float) - method in class com.jhlabs.image.WoodFilter
Specifies the amount of fibres in the texture.
setFillColor(int) - method in class com.jhlabs.image.FillFilter
Set the fill color.
setFocus(float) - method in class com.jhlabs.image.LightFilter.Light
setFont(Font) - method in class com.jhlabs.image.RenderTextFilter
Set the font with which to paint the text.
setForeground(int) - method in class com.jhlabs.image.CheckFilter
Set the foreground color.
setFrames(int) - method in class com.jhlabs.image.WarpFilter
setFromRGB(com.jhlabs.vecmath.Color4f,int) - method in class com.jhlabs.image.LightFilter
setFunction(com.jhlabs.math.Function2D) - method in class com.jhlabs.image.TextureFilter
setFuzziness(float) - method in class com.jhlabs.image.PointillizeFilter
setFuzziness(int) - method in class com.jhlabs.image.CheckFilter
Set the fuzziness of the texture.
setGain(float) - method in class com.jhlabs.image.FBMFilter
setGain(float) - method in class com.jhlabs.image.GainFilter
Set the gain.
setGain(float) - method in class com.jhlabs.image.WoodFilter
Specifies the gain of the texture.
setGamma(float) - method in class com.jhlabs.image.GammaFilter
Set the gamma level.
setGamma(float,float,float) - method in class com.jhlabs.image.GammaFilter
Set the gamma levels.
setGap(float) - method in class com.jhlabs.image.MirrorFilter
setGFactor(float) - method in class com.jhlabs.image.RGBAdjustFilter
setGlintOnly(boolean) - method in class com.jhlabs.image.GlintFilter
Set whether to render the stars and the image or only the stars.
setGradientCoefficient(float) - method in class com.jhlabs.image.CellularFilter
setGreenRed(int) - method in class com.jhlabs.image.ChannelMixFilter
setGridType(int) - method in class com.jhlabs.image.CellularFilter
setH(float) - method in class com.jhlabs.image.FBMFilter
setHEdgeMatrix(float[]) - method in class com.jhlabs.image.EdgeFilter
setHeight(float) - method in class com.jhlabs.image.CircleFilter
Set the height of the arc.
setHeight(int) - method in class com.jhlabs.image.CropFilter
Set the height of the crop rectangle.
setHeight(int) - method in class com.jhlabs.image.TileImageFilter
Set the output image height.
setHFactor(float) - method in class com.jhlabs.image.HSBAdjustFilter
setHighColor(int) - method in class com.jhlabs.image.TritoneFilter
Set the high color.
setHighLevel(float) - method in class com.jhlabs.image.LevelsFilter
setHighOutputLevel(float) - method in class com.jhlabs.image.LevelsFilter
setHRadius(float) - method in class com.jhlabs.image.BoxBlurFilter
Set the horizontal size of the blur.
setHRadius(int) - method in class com.jhlabs.image.SmartBlurFilter
Set the horizontal size of the blur.
setHRadius(int) - method in class com.jhlabs.image.VariableBlurFilter
Set the horizontal size of the blur.
setHTolerance(float) - method in class com.jhlabs.image.KeyFilter
Set the hue tolerance of the image in the range 0..1.
setIdentity() - method in class com.jhlabs.vecmath.Matrix4f
setIntensity(float) - method in class com.jhlabs.image.LightFilter.Light
setInterpolation(float) - method in class com.jhlabs.image.InterpolateFilter
Set the interpolation factor.
setInterpolation(int) - method in class com.jhlabs.image.GradientFilter
setInterpolation(int) - method in class com.jhlabs.image.TransformFilter
Set the type of interpolation to perform.
setIntoB(int) - method in class com.jhlabs.image.ChannelMixFilter
setIntoG(int) - method in class com.jhlabs.image.ChannelMixFilter
setIntoR(int) - method in class com.jhlabs.image.ChannelMixFilter
setInvert(boolean) - method in class com.jhlabs.image.DoGFilter
setInvert(boolean) - method in class com.jhlabs.image.FadeFilter
setInvert(boolean) - method in class com.jhlabs.image.GradientWipeFilter
setInvert(boolean) - method in class com.jhlabs.image.HalftoneFilter
setInvert(boolean) - method in class com.jhlabs.image.ShapeFilter
setIterations(int) - method in class com.jhlabs.image.BinaryFilter
Set the number of iterations the effect is performed.
setIterations(int) - method in class com.jhlabs.image.BoxBlurFilter
Set the number of iterations the blur is performed.
setIterations(int) - method in class com.jhlabs.image.FeedbackFilter
Set the number of iterations.
setIterations(int) - method in class com.jhlabs.image.QuiltFilter
Set the number of iterations the effect is performed.
setIterations(int) - method in class com.jhlabs.image.VariableBlurFilter
Set the number of iterations the blur is performed.
setK(int) - method in class com.jhlabs.image.QuiltFilter
setKernel(Kernel) - method in class com.jhlabs.image.ConvolveFilter
Set the convolution kernel.
setKnot(int,int) - method in class com.jhlabs.image.Gradient
Set a knot color.
setKnot(int,int) - method in class com.jhlabs.image.SplineColormap
Set a knot color.
setKnotBlend(int,int) - method in class com.jhlabs.image.Gradient
Set a knot blend type.
setKnotPosition(int,int) - method in class com.jhlabs.image.Gradient
Set a knot position.
setKnotPosition(int,int) - method in class com.jhlabs.image.SplineColormap
Set a knot position.
setKnots(int[],int[],byte[]) - method in class com.jhlabs.image.Gradient
Set the values of all the knots.
setKnots(int[],int[],byte[],int,int) - method in class com.jhlabs.image.Gradient
Set the values of a set of knots.
setKnotType(int,int) - method in class com.jhlabs.image.Gradient
Set a knot type.
setLacunarity(float) - method in class com.jhlabs.image.FBMFilter
setLeftBorder(int) - method in class com.jhlabs.image.BorderFilter
Set the border size on the left edge.
setLength(float) - method in class com.jhlabs.image.ScratchFilter
setLength(int) - method in class com.jhlabs.image.GlintFilter
Set the length of the stars.
setLevels(float) - method in class com.jhlabs.image.ContourFilter
setLevels(int) - method in class com.jhlabs.image.DiffusionFilter
Set the number of dither levels.
setLevels(int) - method in class com.jhlabs.image.DitherFilter
Set the number of dither levels.
setLevels(int) - method in class com.jhlabs.image.OilFilter
Set the number of levels for the effect.
setLightOnly(boolean) - method in class com.jhlabs.image.SparkleFilter
setLowerThreshold(int) - method in class com.jhlabs.image.ThresholdFilter
Set the lower threshold value.
setLowLevel(float) - method in class com.jhlabs.image.LevelsFilter
setLowOutputLevel(float) - method in class com.jhlabs.image.LevelsFilter
setMagentaScreenAngle(float) - method in class com.jhlabs.image.ColorHalftoneFilter
Set the magenta screen angle.
setMap(int[]) - method in class com.jhlabs.image.ArrayColormap
Set the array of colors for the colormap.
setMask(BufferedImage) - method in class com.jhlabs.image.GradientWipeFilter
setMask(BufferedImage) - method in class com.jhlabs.image.HalftoneFilter
Set the halftone mask.
setMask(int) - method in class com.jhlabs.image.MaskFilter
setMaskImage(BufferedImage) - method in class com.jhlabs.image.ApplyMaskFilter
Set the mask image.
setMatrix(int[]) - method in class com.jhlabs.image.DiffusionFilter
Set the dither matrix.
setMatrix(int[]) - method in class com.jhlabs.image.DitherFilter
Set the dither matrix.
setMatrix(int[]) - method in class com.jhlabs.image.SwizzleFilter
Set the swizzle matrix.
setMerge(boolean) - method in class com.jhlabs.image.ShapeFilter
setMidColor(int) - method in class com.jhlabs.image.TritoneFilter
Set the mid color.
setMix(float) - method in class com.jhlabs.image.SmearFilter
setMode(int) - method in class com.jhlabs.image.DeinterlaceFilter
setMonochrome(boolean) - method in class com.jhlabs.image.BrushedMetalFilter
Set the type of noise to add.
setMonochrome(boolean) - method in class com.jhlabs.image.HalftoneFilter
Set whether to do monochrome halftoning.
setMonochrome(boolean) - method in class com.jhlabs.image.NoiseFilter
Set whether to use monochrome noise.
setMorphImage(BufferedImage) - method in class com.jhlabs.image.WarpFilter
For morphing, sets the image we're morphing to.
setNewColor(int) - method in class com.jhlabs.image.BinaryFilter
setNormalize(boolean) - method in class com.jhlabs.image.DoGFilter
setNumColors(int) - method in class com.jhlabs.image.QuantizeFilter
Set the number of colors to quantize to.
setNumLevels(int) - method in class com.jhlabs.image.PosterizeFilter
Set the number of levels in the output image.
setOctaves(float) - method in class com.jhlabs.image.FBMFilter
setOctaves(float) - method in class com.jhlabs.math.TurbulenceFunction
setOffset(float) - method in class com.jhlabs.image.ContourFilter
setOpacity(float) - method in class com.jhlabs.image.MirrorFilter
Set the opacity of the reflection.
setOpacity(float) - method in class com.jhlabs.image.RaysFilter
Set the opacity of the rays.
setOpacity(float) - method in class com.jhlabs.image.ShadowFilter
Set the opacity of the shadow.
setOpacity(int) - method in class com.jhlabs.image.OpacityFilter
Set the opacity.
setOperation(int) - method in class com.jhlabs.image.FBMFilter
setOperation(int) - method in class com.jhlabs.image.FlipFilter
Set the filter operation.
setOperation(int) - method in class com.jhlabs.image.TextureFilter
setPaint(Paint) - method in class com.jhlabs.image.RenderTextFilter
Set the paint with which to paint the text.
setPaintMode(int) - method in class com.jhlabs.image.GradientFilter
setPhase(float) - method in class com.jhlabs.image.WaterFilter
Set the phase of the ripples.
setPoint1(Point) - method in class com.jhlabs.image.GradientFilter
setPoint2(Point) - method in class com.jhlabs.image.GradientFilter
setPower(float) - method in class com.jhlabs.image.FieldWarpFilter
setPremultiplyAlpha(boolean) - method in class com.jhlabs.image.BoxBlurFilter
Set whether to premultiply the alpha channel.
setPremultiplyAlpha(boolean) - method in class com.jhlabs.image.ConvolveFilter
Set whether to premultiply the alpha channel.
setPremultiplyAlpha(boolean) - method in class com.jhlabs.image.MotionBlurFilter
Set whether to premultiply the alpha channel.
setPremultiplyAlpha(boolean) - method in class com.jhlabs.image.VariableBlurFilter
Set whether to premultiply the alpha channel.
setRadius(float) - method in class com.jhlabs.image.BoxBlurFilter
Set both the horizontal and vertical sizes of the blur.
setRadius(float) - method in class com.jhlabs.image.CircleFilter
Set the radius of the effect.
setRadius(float) - method in class com.jhlabs.image.ErodeAlphaFilter
setRadius(float) - method in class com.jhlabs.image.FlareFilter
Set the radius of the effect.
setRadius(float) - method in class com.jhlabs.image.GaussianFilter
Set the radius of the kernel, and hence the amount of blur.
setRadius(float) - method in class com.jhlabs.image.KaleidoscopeFilter
Set the radius of the effect.
setRadius(float) - method in class com.jhlabs.image.LensBlurFilter
Set the radius of the kernel, and hence the amount of blur.
setRadius(float) - method in class com.jhlabs.image.PinchFilter
Set the radius of the effect.
setRadius(float) - method in class com.jhlabs.image.ShadowFilter
Set the radius of the kernel, and hence the amount of blur.
setRadius(float) - method in class com.jhlabs.image.SphereFilter
Set the radius of the effect.
setRadius(float) - method in class com.jhlabs.image.StampFilter
Set the radius of the effect.
setRadius(float) - method in class com.jhlabs.image.TwirlFilter
Set the radius of the effect.
setRadius(float) - method in class com.jhlabs.image.WaterFilter
Set the radius of the effect.
setRadius(int) - method in class com.jhlabs.image.BrushedMetalFilter
Set the horizontal size of the blur.
setRadius(int) - method in class com.jhlabs.image.SmartBlurFilter
Set the radius of the effect.
setRadius(int) - method in class com.jhlabs.image.SparkleFilter
Set the radius of the effect.
setRadius(int) - method in class com.jhlabs.image.VariableBlurFilter
Set the radius of the effect.
setRadius1(float) - method in class com.jhlabs.image.DoGFilter
Set the radius of the kernel, and hence the amount of blur.
setRadius2(float) - method in class com.jhlabs.image.DoGFilter
Set the radius of the kernel, and hence the amount of blur.
setRandomness(float) - method in class com.jhlabs.image.CellularFilter
setRandomness(int) - method in class com.jhlabs.image.SparkleFilter
setRange(int) - method in class com.jhlabs.image.OilFilter
Set the range of the effect in pixels.
setRayAmount(float) - method in class com.jhlabs.image.FlareFilter
setRays(int) - method in class com.jhlabs.image.SparkleFilter
setRaysOnly(boolean) - method in class com.jhlabs.image.RaysFilter
Set whether to render only the rays.
setRedBlue(int) - method in class com.jhlabs.image.ChannelMixFilter
setRefractionIndex(float) - method in class com.jhlabs.image.SphereFilter
Set the index of refaction.
setRelativeCentreX(float) - method in class com.jhlabs.image.PolarFilter
setRelativeCentreX(float) - method in class com.jhlabs.image.SparkleFilter
setRelativeCentreY(float) - method in class com.jhlabs.image.PolarFilter
setRelativeCentreY(float) - method in class com.jhlabs.image.SparkleFilter
setRelativeX(float) - method in class com.jhlabs.image.OffsetFilter
setRelativeY(float) - method in class com.jhlabs.image.OffsetFilter
setResize(boolean) - method in class com.jhlabs.image.ShearFilter
setRFactor(float) - method in class com.jhlabs.image.RGBAdjustFilter
A convenience method for setting ARGB pixels in an image.
setRGB(BufferedImage,int,int,int,int,int[]) - static method in class com.jhlabs.image.ImageUtils
A convenience method for setting ARGB pixels in an image.
setRightBorder(int) - method in class com.jhlabs.image.BorderFilter
Set the border size on the right edge.
setRingAmount(float) - method in class com.jhlabs.image.FlareFilter
setRings(float) - method in class com.jhlabs.image.WoodFilter
Specifies the rings value.
setRingWidth(float) - method in class com.jhlabs.image.FlareFilter
setRotation(float) - method in class com.jhlabs.image.FeedbackFilter
Specifies the amount of rotation on each iteration.
setRotation(float) - method in class com.jhlabs.image.MirrorFilter
setRotation(float) - method in class com.jhlabs.image.MotionBlur
Set the blur rotation.
setRotation(float) - method in class com.jhlabs.image.MotionBlurFilter
Set the blur rotation.
setRotation(float) - method in class com.jhlabs.image.MotionBlurOp
Set the blur rotation.
setRoundThreads(boolean) - method in class com.jhlabs.image.WeaveFilter
setSamples(int) - method in class com.jhlabs.image.CausticsFilter
Set the number of samples per pixel.
setScale(float) - method in class com.jhlabs.image.CausticsFilter
Specifies the scale of the texture.
setScale(float) - method in class com.jhlabs.image.CellularFilter
Specifies the scale of the texture.
setScale(float) - method in class com.jhlabs.image.ContourFilter
Specifies the scale of the contours.
setScale(float) - method in class com.jhlabs.image.DiffuseFilter
Specifies the scale of the texture.
setScale(float) - method in class com.jhlabs.image.FBMFilter
Specifies the scale of the texture.
setScale(float) - method in class com.jhlabs.image.RescaleFilter
Specifies the scale factor.
setScale(float) - method in class com.jhlabs.image.SwimFilter
Specifies the scale of the distortion.
setScale(float) - method in class com.jhlabs.image.TextureFilter
Specifies the scale of the texture.
setScale(float) - method in class com.jhlabs.image.WoodFilter
Specifies the scale of the texture.
setScaling(float) - method in class com.jhlabs.image.PlasmaFilter
setScatter(float) - method in class com.jhlabs.image.SmearFilter
setSeed(int) - method in class com.jhlabs.image.PlasmaFilter
setSeed(int) - method in class com.jhlabs.image.ScratchFilter
setSerpentine(boolean) - method in class com.jhlabs.image.DiffusionFilter
Set whether to use a serpentine pattern for return or not.
setSerpentine(boolean) - method in class com.jhlabs.image.QuantizeFilter
Set whether to use a serpentine pattern for return or not.
setSFactor(float) - method in class com.jhlabs.image.HSBAdjustFilter
setShadeCrossings(boolean) - method in class com.jhlabs.image.WeaveFilter
setShadowColor(int) - method in class com.jhlabs.image.ShadowFilter
Set the color of the shadow.
setShadowColor(int) - method in class com.jhlabs.image.TritoneFilter
Set the shadow color.
setShadowOnly(boolean) - method in class com.jhlabs.image.ShadowFilter
Set whether to only draw the shadow without the original image.
setShape(int) - method in class com.jhlabs.image.SmearFilter
setShine(float) - method in class com.jhlabs.image.BrushedMetalFilter
Set the amount of shine to add to the range 0..1.
setSides(int) - method in class com.jhlabs.image.FadeFilter
setSides(int) - method in class com.jhlabs.image.KaleidoscopeFilter
Set the number of sides of the kaleidoscope.
setSides(int) - method in class com.jhlabs.image.LensBlurFilter
Set the number of sides of the aperture.
setSoftness(float) - method in class com.jhlabs.image.DissolveFilter
Set the softness of the dissolve in the range 0..1.
setSoftness(float) - method in class com.jhlabs.image.ErodeAlphaFilter
setSoftness(float) - method in class com.jhlabs.image.GradientWipeFilter
Set the softness of the dissolve in the range 0..1.
setSoftness(float) - method in class com.jhlabs.image.HalftoneFilter
Set the softness of the effect in the range 0..1.
setSoftness(float) - method in class com.jhlabs.image.StampFilter
Set the softness of the effect in the range 0..1.
setSourceGrid(com.jhlabs.image.WarpGrid) - method in class com.jhlabs.image.WarpFilter
Set the source warp grid.
setSpreadAngle(float) - method in class com.jhlabs.image.CircleFilter
Set the spread angle of the arc.
setStartAlpha(float) - method in class com.jhlabs.image.FeedbackFilter
Set the alpha value at the first iteration.
setSTolerance(float) - method in class com.jhlabs.image.KeyFilter
Set the saturation tolerance of the image in the range 0..1.
setStrength(float) - method in class com.jhlabs.image.FieldWarpFilter
setStrength(float) - method in class com.jhlabs.image.RaysFilter
Set the strength of the rays.
setStretch(float) - method in class com.jhlabs.image.CellularFilter
Specifies the stretch factor of the texture.
setStretch(float) - method in class com.jhlabs.image.FBMFilter
Specifies the stretch factor of the texture.
setStretch(float) - method in class com.jhlabs.image.SwimFilter
Specifies the stretch factor of the distortion.
setStretch(float) - method in class com.jhlabs.image.TextureFilter
Specifies the stretch factor of the texture.
setStretch(float) - method in class com.jhlabs.image.WoodFilter
Specifies the stretch factor of the texture.
setText(String) - method in class com.jhlabs.image.RenderTextFilter
Set the text to paint.
setThreshold(float) - method in class com.jhlabs.image.ErodeAlphaFilter
setThreshold(float) - method in class com.jhlabs.image.GlintFilter
Set the threshold value.
setThreshold(float) - method in class com.jhlabs.image.RaysFilter
Set the threshold value.
setThreshold(float) - method in class com.jhlabs.image.StampFilter
Set the threshold value.
setThreshold(int) - method in class com.jhlabs.image.DilateFilter
Set the threshold - the number of neighbouring pixels for dilation to occur.
setThreshold(int) - method in class com.jhlabs.image.ErodeFilter
Set the threshold - the number of neighbouring pixels for dilation to occur.
setThreshold(int) - method in class com.jhlabs.image.SmartBlurFilter
Set the threshold value.
setThreshold(int) - method in class com.jhlabs.image.UnsharpFilter
Set the threshold value.
setTime(float) - method in class com.jhlabs.image.CausticsFilter
Set the time.
setTime(float) - method in class com.jhlabs.image.SwimFilter
Specifies the time.
setTime(float) - method in class com.jhlabs.image.WarpFilter
setTopBorder(int) - method in class com.jhlabs.image.BorderFilter
Set the border size on the top edge.
setTransform(AffineTransform) - method in class com.jhlabs.image.CompositeFilter
Set the transform.
setTransform(AffineTransform) - method in class com.jhlabs.image.RenderTextFilter
Set the transform with which to paint the text.
setTransition(float) - method in class com.jhlabs.image.TransitionFilter
Set the transition of the image in the range 0..1.
setTranslation(com.jhlabs.vecmath.Vector3f) - method in class com.jhlabs.vecmath.Matrix4f
setTurbulence(float) - method in class com.jhlabs.image.CausticsFilter
Specifies the turbulence of the texture.
setTurbulence(float) - method in class com.jhlabs.image.CellularFilter
Specifies the turbulence of the texture.
setTurbulence(float) - method in class com.jhlabs.image.MarbleFilter
Specifies the turbulence of the effect.
setTurbulence(float) - method in class com.jhlabs.image.PlasmaFilter
Specifies the turbulence of the texture.
setTurbulence(float) - method in class com.jhlabs.image.SwimFilter
Specifies the turbulence of the texture.
setTurbulence(float) - method in class com.jhlabs.image.TextureFilter
Specifies the turbulence of the texture.
setTurbulence(float) - method in class com.jhlabs.image.WoodFilter
Specifies the turbulence of the texture.
setType(int) - method in class com.jhlabs.image.GradientFilter
setType(int) - method in class com.jhlabs.image.PolarFilter
Set the distortion type.
setType(int) - method in class com.jhlabs.image.ShapeFilter
setup() - method in class com.jhlabs.image.FieldWarpFilter.Line
setup(int) - method in class com.jhlabs.image.OctTreeQuantizer
Initialize the quantizer.
setup(int) - method in class com.jhlabs.image.Quantizer
Initialize the quantizer.
setUpperThreshold(int) - method in class com.jhlabs.image.ThresholdFilter
Set the upper threshold value.
setUseAlpha(boolean) - method in class com.jhlabs.image.ConvolveFilter
Set whether to convolve the alpha channel.
setUseAlpha(boolean) - method in class com.jhlabs.image.ShapeFilter
setUseColormap(boolean) - method in class com.jhlabs.image.PlasmaFilter
setUseImageColors(boolean) - method in class com.jhlabs.image.PlasmaFilter
setUseImageColors(boolean) - method in class com.jhlabs.image.WeaveFilter
setUseRelative(boolean) - method in class com.jhlabs.image.OffsetFilter
When useRelative is set, the relative settings overwrite the absolute settings
setVEdgeMatrix(float[]) - method in class com.jhlabs.image.EdgeFilter
setViewDistance(float) - method in class com.jhlabs.image.LightFilter
setVRadius(float) - method in class com.jhlabs.image.BoxBlurFilter
Set the vertical size of the blur.
setVRadius(int) - method in class com.jhlabs.image.SmartBlurFilter
Set the vertical size of the blur.
setVRadius(int) - method in class com.jhlabs.image.VariableBlurFilter
Set the vertical size of the blur.
setWavelength(float) - method in class com.jhlabs.image.WaterFilter
Set the wavelength of the ripples.
setWaveType(int) - method in class com.jhlabs.image.RippleFilter
Set the wave type.
setWhite(int) - method in class com.jhlabs.image.StampFilter
Set the color to be used for pixels above the upper threshold.
setWhite(int) - method in class com.jhlabs.image.ThresholdFilter
Set the color to be used for pixels above the upper threshold.
setWidth(float) - method in class com.jhlabs.image.ScratchFilter
setWidth(int) - method in class com.jhlabs.image.CropFilter
Set the width of the crop rectangle.
setWidth(int) - method in class com.jhlabs.image.TileImageFilter
Set the output image width.
setWrap(boolean) - method in class com.jhlabs.image.OffsetFilter
setWrapEdges(boolean) - method in class com.jhlabs.image.MotionBlurFilter
Set whether to wrap at the image edges.
setX(int) - method in class com.jhlabs.image.CropFilter
Set the left edge of the crop rectangle.
setXAmplitude(float) - method in class com.jhlabs.image.RippleFilter
Set the amplitude of ripple in the X direction.
setXAngle(float) - method in class com.jhlabs.image.ShearFilter
setXGap(float) - method in class com.jhlabs.image.WeaveFilter
setXMapFunction(com.jhlabs.math.Function2D) - method in class com.jhlabs.image.MapFilter
setXOffset(int) - method in class com.jhlabs.image.OffsetFilter
setXScale(float) - method in class com.jhlabs.image.MarbleFilter
Set the X scale of the effect.
setXScale(int) - method in class com.jhlabs.image.CheckFilter
Set the X scale of the texture.
setXWavelength(float) - method in class com.jhlabs.image.RippleFilter
Set the wavelength of ripple in the X direction.
setXWidth(float) - method in class com.jhlabs.image.WeaveFilter
setY(int) - method in class com.jhlabs.image.CropFilter
Set the top edge of the crop rectangle.
setYAmplitude(float) - method in class com.jhlabs.image.RippleFilter
Set the amplitude of ripple in the Y direction.
setYAngle(float) - method in class com.jhlabs.image.ShearFilter
setYellowScreenAngle(float) - method in class com.jhlabs.image.ColorHalftoneFilter
Set the yellow screen angle.
setYGap(float) - method in class com.jhlabs.image.WeaveFilter
setYMapFunction(com.jhlabs.math.Function2D) - method in class com.jhlabs.image.MapFilter
setYOffset(int) - method in class com.jhlabs.image.OffsetFilter
setYScale(float) - method in class com.jhlabs.image.MarbleFilter
Set the Y scale of the effect.
setYScale(int) - method in class com.jhlabs.image.CheckFilter
Set the Y scale of the texture.
setYWavelength(float) - method in class com.jhlabs.image.RippleFilter
Set the wavelength of ripple in the Y direction.
setYWidth(float) - method in class com.jhlabs.image.WeaveFilter
setZoom(float) - method in class com.jhlabs.image.FeedbackFilter
Specifies the amount to scale on each iteration.
setZoom(float) - method in class com.jhlabs.image.MotionBlur
Set the blur zoom.
setZoom(float) - method in class com.jhlabs.image.MotionBlurFilter
Set the blur zoom.
setZoom(float) - method in class com.jhlabs.image.MotionBlurOp
Set the blur zoom.
sFactor - field in class com.jhlabs.image.HSBAdjustFilter
ShadowFilter - class com.jhlabs.image.ShadowFilter
A filter which draws a drop shadow based on the alpha channel of the image.
ShadowFilter() - constructor for class com.jhlabs.image.ShadowFilter
Construct a ShadowFilter.
ShadowFilter(float,float,float,float) - constructor for class com.jhlabs.image.ShadowFilter
Construct a ShadowFilter.
ShapeFilter - class com.jhlabs.image.ShapeFilter
ShapeFilter() - constructor for class com.jhlabs.image.ShapeFilter
SharpenFilter - class com.jhlabs.image.SharpenFilter
A filter which performs a simple 3x3 sharpening operation.
SharpenFilter() - constructor for class com.jhlabs.image.SharpenFilter
ShearFilter - class com.jhlabs.image.ShearFilter
ShearFilter() - constructor for class com.jhlabs.image.ShearFilter
SILHOUETTE - static field in class com.jhlabs.composite.MiscComposite
SIN - static field in class com.jhlabs.math.MathFunction1D
SINE - static field in class com.jhlabs.image.RippleFilter
Sine wave ripples.
SkeletonFilter - class com.jhlabs.image.SkeletonFilter
A filter which reduces a binary image to a skeleton.
SkeletonFilter() - constructor for class com.jhlabs.image.SkeletonFilter
SmartBlurFilter - class com.jhlabs.image.SmartBlurFilter
A filter which performs a "smart blur".
SmearFilter - class com.jhlabs.image.SmearFilter
SmearFilter() - constructor for class com.jhlabs.image.SmearFilter
Construct a WholeImageFilter.
SMOOTH - static field in class com.jhlabs.image.ShapeFilter
smoothPulse(float,float,float,float,float) - static method in class com.jhlabs.image.ImageMath
A smoothed pulse function.
smoothStep(float,float,float) - static method in class com.jhlabs.image.ImageMath
A smoothed step function.
SOBEL_H - static field in class com.jhlabs.image.EdgeFilter
SOBEL_V - static field in class com.jhlabs.image.EdgeFilter
SOFT_LIGHT - static field in class com.jhlabs.composite.MiscComposite
SoftLightComposite - class com.jhlabs.composite.SoftLightComposite
SoftLightComposite(float) - constructor for class com.jhlabs.composite.SoftLightComposite
SolarizeFilter - class com.jhlabs.image.SolarizeFilter
A filter which solarizes an image.
SparkleFilter - class com.jhlabs.image.SparkleFilter
SparkleFilter() - constructor for class com.jhlabs.image.SparkleFilter
Spectrum - class com.jhlabs.image.Spectrum
A class for calulating the colors of the spectrum.
SpectrumColormap - class com.jhlabs.image.SpectrumColormap
A colormap with the colors of the spectrum.
SpectrumColormap() - constructor for class com.jhlabs.image.SpectrumColormap
Construct a spcetrum color map.
SphereFilter - class com.jhlabs.image.SphereFilter
A filter which simulates a lens placed over an image.
SphereFilter() - constructor for class com.jhlabs.image.SphereFilter
SPLINE - static field in class com.jhlabs.image.Gradient
Interpolate using a spline.
spline(float,int,float[]) - static method in class com.jhlabs.image.ImageMath
Compute a Catmull-Rom spline.
spline(float,int,int[],int[]) - static method in class com.jhlabs.image.ImageMath
Compute a Catmull-Rom spline, but with variable knot spacing.
SplineColormap - class com.jhlabs.image.SplineColormap
A Colormap implemented using Catmull-Rom colour splines.
SplineColormap() - constructor for class com.jhlabs.image.SplineColormap
Construct a SplineColormap.
SplineColormap(int[],int[]) - constructor for class com.jhlabs.image.SplineColormap
Construct a SplineColormap.
splitSpan(int) - method in class com.jhlabs.image.Gradient
Split a span into two by adding a knot in the middle.
SPOT - static field in class com.jhlabs.image.LightFilter
SpotLight() - constructor for class com.jhlabs.image.LightFilter.SpotLight
SQR - static field in class com.jhlabs.math.MathFunction1D
SQRT - static field in class com.jhlabs.math.MathFunction1D
SQUARE - static field in class com.jhlabs.image.CellularFilter
SQUARE - static field in class com.jhlabs.image.GradientFilter
SQUARES - static field in class com.jhlabs.image.SmearFilter
StampFilter - class com.jhlabs.image.StampFilter
A filter which produces a rubber-stamp type of effect by performing a thresholded blur.
StampFilter() - constructor for class com.jhlabs.image.StampFilter
Construct a StampFilter.
StampFilter(float) - constructor for class com.jhlabs.image.StampFilter
Construct a StampFilter.
STENCIL - static field in class com.jhlabs.composite.MiscComposite
step(float,float) - static method in class com.jhlabs.image.ImageMath
The step function.
stretch - field in class com.jhlabs.image.CellularFilter
sub(com.jhlabs.vecmath.Tuple3f) - method in class com.jhlabs.vecmath.Tuple3f
sub(com.jhlabs.vecmath.Tuple4f) - method in class com.jhlabs.vecmath.Tuple4f
SUBTRACT - static field in class com.jhlabs.composite.MiscComposite
SUBTRACT - static field in class com.jhlabs.image.PixelUtils
SubtractComposite - class com.jhlabs.composite.SubtractComposite
SubtractComposite(float) - constructor for class com.jhlabs.composite.SubtractComposite
SwimFilter - class com.jhlabs.image.SwimFilter
A filter which distorts an image as if it were underwater.
SwimFilter() - constructor for class com.jhlabs.image.SwimFilter
SwizzleFilter - class com.jhlabs.image.SwizzleFilter
A filter which allows channels to be swapped.
SwizzleFilter() - constructor for class com.jhlabs.image.SwizzleFilter
symmetry(float,float) - method in class com.jhlabs.image.FadeFilter

T

TAN - static field in class com.jhlabs.math.MathFunction1D
TextureFilter - class com.jhlabs.image.TextureFilter
TextureFilter() - constructor for class com.jhlabs.image.TextureFilter
theMatrix - static field in class com.jhlabs.image.AverageFilter
The convolution kernal for the averaging.
ThresholdFilter - class com.jhlabs.image.ThresholdFilter
A filter which performs a threshold operation on an image.
ThresholdFilter() - constructor for class com.jhlabs.image.ThresholdFilter
Construct a ThresholdFilter.
ThresholdFilter(int) - constructor for class com.jhlabs.image.ThresholdFilter
Construct a ThresholdFilter.
TileImageFilter - class com.jhlabs.image.TileImageFilter
A filter which tiles an image into a lerger one.
TileImageFilter() - constructor for class com.jhlabs.image.TileImageFilter
Construct a TileImageFilter.
TileImageFilter(int,int) - constructor for class com.jhlabs.image.TileImageFilter
Construct a TileImageFilter.
toString() - method in class com.jhlabs.image.ApplyMaskFilter
toString() - method in class com.jhlabs.image.AverageFilter
toString() - method in class com.jhlabs.vecmath.AxisAngle4f
toString() - method in class com.jhlabs.image.BicubicScaleFilter
toString() - method in class com.jhlabs.image.BlockFilter
toString() - method in class com.jhlabs.image.BlurFilter
toString() - method in class com.jhlabs.image.BorderFilter
toString() - method in class com.jhlabs.image.BoxBlurFilter
toString() - method in class com.jhlabs.image.BrushedMetalFilter
toString() - method in class com.jhlabs.image.BumpFilter
toString() - method in class com.jhlabs.image.CausticsFilter
toString() - method in class com.jhlabs.image.CellularFilter
toString() - method in class com.jhlabs.image.ChannelMixFilter
toString() - method in class com.jhlabs.image.CheckFilter
toString() - method in class com.jhlabs.image.ChromeFilter
toString() - method in class com.jhlabs.image.CircleFilter
toString() - method in class com.jhlabs.image.ColorHalftoneFilter
toString() - method in class com.jhlabs.image.CompositeFilter
toString() - method in class com.jhlabs.image.ContourFilter
toString() - method in class com.jhlabs.image.ContrastFilter
toString() - method in class com.jhlabs.image.ConvolveFilter
toString() - method in class com.jhlabs.image.CropFilter
toString() - method in class com.jhlabs.image.CrystallizeFilter
toString() - method in class com.jhlabs.image.CurvesFilter
toString() - method in class com.jhlabs.image.DeinterlaceFilter
toString() - method in class com.jhlabs.image.DespeckleFilter
toString() - method in class com.jhlabs.image.DiffuseFilter
toString() - method in class com.jhlabs.image.DiffusionFilter
toString() - method in class com.jhlabs.image.DilateFilter
toString() - method in class com.jhlabs.image.DisplaceFilter
toString() - method in class com.jhlabs.image.DissolveFilter
toString() - method in class com.jhlabs.image.DitherFilter
toString() - method in class com.jhlabs.image.DoGFilter
toString() - method in class com.jhlabs.image.EdgeFilter
toString() - method in class com.jhlabs.image.EmbossFilter
toString() - method in class com.jhlabs.image.EqualizeFilter
toString() - method in class com.jhlabs.image.ErodeAlphaFilter
toString() - method in class com.jhlabs.image.ErodeFilter
toString() - method in class com.jhlabs.image.ExposureFilter
toString() - method in class com.jhlabs.image.FadeFilter
toString() - method in class com.jhlabs.image.FBMFilter
toString() - method in class com.jhlabs.image.FeedbackFilter
toString() - method in class com.jhlabs.image.FieldWarpFilter
toString() - method in class com.jhlabs.image.FlareFilter
toString() - method in class com.jhlabs.image.FlipFilter
toString() - method in class com.jhlabs.image.Flush3DFilter
toString() - method in class com.jhlabs.image.FourColorFilter
toString() - method in class com.jhlabs.image.GainFilter
toString() - method in class com.jhlabs.image.GammaFilter
toString() - method in class com.jhlabs.image.GaussianFilter
toString() - method in class com.jhlabs.image.GlintFilter
toString() - method in class com.jhlabs.image.GlowFilter
toString() - method in class com.jhlabs.image.GradientFilter
toString() - method in class com.jhlabs.image.GradientWipeFilter
toString() - method in class com.jhlabs.image.GrayFilter
toString() - method in class com.jhlabs.image.GrayscaleFilter
toString() - method in class com.jhlabs.image.HalftoneFilter
toString() - method in class com.jhlabs.image.HighPassFilter
toString() - method in class com.jhlabs.image.HSBAdjustFilter
toString() - method in class com.jhlabs.image.InterpolateFilter
toString() - method in class com.jhlabs.image.InvertAlphaFilter
toString() - method in class com.jhlabs.image.InvertFilter
toString() - method in class com.jhlabs.image.JavaLnFFilter
toString() - method in class com.jhlabs.image.KaleidoscopeFilter
toString() - method in class com.jhlabs.image.KeyFilter
toString() - method in class com.jhlabs.image.LaplaceFilter
toString() - method in class com.jhlabs.image.LensBlurFilter
toString() - method in class com.jhlabs.image.LevelsFilter
toString() - method in class com.jhlabs.image.LifeFilter
toString() - method in class com.jhlabs.image.LightFilter
toString() - method in class com.jhlabs.image.LightFilter.AmbientLight
toString() - method in class com.jhlabs.image.LightFilter.DistantLight
toString() - method in class com.jhlabs.image.LightFilter.Light
toString() - method in class com.jhlabs.image.LightFilter.PointLight
toString() - method in class com.jhlabs.image.LightFilter.SpotLight
toString() - method in class com.jhlabs.image.LookupFilter
toString() - method in class com.jhlabs.image.MapFilter
toString() - method in class com.jhlabs.image.MarbleFilter
toString() - method in class com.jhlabs.image.MaskFilter
toString() - method in class com.jhlabs.image.MaximumFilter
toString() - method in class com.jhlabs.image.MedianFilter
toString() - method in class com.jhlabs.image.MinimumFilter
toString() - method in class com.jhlabs.image.MirrorFilter
toString() - method in class com.jhlabs.image.MotionBlurFilter
toString() - method in class com.jhlabs.image.MotionBlurOp
toString() - method in class com.jhlabs.image.NoiseFilter
toString() - method in class com.jhlabs.image.OffsetFilter
toString() - method in class com.jhlabs.image.OilFilter
toString() - method in class com.jhlabs.image.OpacityFilter
toString() - method in class com.jhlabs.image.OutlineFilter
toString() - method in class com.jhlabs.image.PerspectiveFilter
toString() - method in class com.jhlabs.image.PinchFilter
toString() - method in class com.jhlabs.image.PlasmaFilter
toString() - method in class com.jhlabs.image.PointillizeFilter
toString() - method in class com.jhlabs.image.PolarFilter
toString() - method in class com.jhlabs.image.PosterizeFilter
toString() - method in class com.jhlabs.image.PremultiplyFilter
toString() - method in class com.jhlabs.image.QuantizeFilter
toString() - method in class com.jhlabs.image.QuiltFilter
toString() - method in class com.jhlabs.image.RaysFilter
toString() - method in class com.jhlabs.image.ReduceNoiseFilter
toString() - method in class com.jhlabs.image.RescaleFilter
toString() - method in class com.jhlabs.image.RGBAdjustFilter
toString() - method in class com.jhlabs.image.RippleFilter
toString() - method in class com.jhlabs.image.RotateFilter
toString() - method in class com.jhlabs.image.SaturationFilter
toString() - method in class com.jhlabs.image.ScaleFilter
toString() - method in class com.jhlabs.image.ScratchFilter
toString() - method in class com.jhlabs.image.ShadowFilter
toString() - method in class com.jhlabs.image.ShapeFilter
toString() - method in class com.jhlabs.image.SharpenFilter
toString() - method in class com.jhlabs.image.ShearFilter
toString() - method in class com.jhlabs.image.SkeletonFilter
toString() - method in class com.jhlabs.image.SmartBlurFilter
toString() - method in class com.jhlabs.image.SmearFilter
toString() - method in class com.jhlabs.image.SolarizeFilter
toString() - method in class com.jhlabs.image.SparkleFilter
toString() - method in class com.jhlabs.image.SphereFilter
toString() - method in class com.jhlabs.image.StampFilter
toString() - method in class com.jhlabs.image.SwimFilter
toString() - method in class com.jhlabs.image.SwizzleFilter
toString() - method in class com.jhlabs.image.TextureFilter
toString() - method in class com.jhlabs.image.ThresholdFilter
toString() - method in class com.jhlabs.image.TileImageFilter
toString() - method in class com.jhlabs.image.TransitionFilter
toString() - method in class com.jhlabs.image.TritoneFilter
toString() - method in class com.jhlabs.vecmath.Tuple3f
toString() - method in class com.jhlabs.vecmath.Tuple4f
toString() - method in class com.jhlabs.image.TwirlFilter
toString() - method in class com.jhlabs.image.UnpremultiplyFilter
toString() - method in class com.jhlabs.image.UnsharpFilter
toString() - method in class com.jhlabs.image.VariableBlurFilter
toString() - method in class com.jhlabs.image.WarpFilter
toString() - method in class com.jhlabs.image.WaterFilter
toString() - method in class com.jhlabs.image.WeaveFilter
toString() - method in class com.jhlabs.image.WoodFilter
TransferFilter - class com.jhlabs.image.TransferFilter
TransferFilter() - constructor for class com.jhlabs.image.TransferFilter
transferFunction(float) - method in class com.jhlabs.image.ContrastFilter
transferFunction(float) - method in class com.jhlabs.image.ExposureFilter
transferFunction(float) - method in class com.jhlabs.image.GainFilter
transferFunction(float) - method in class com.jhlabs.image.RescaleFilter
transferFunction(float) - method in class com.jhlabs.image.SolarizeFilter
transferFunction(float) - method in class com.jhlabs.image.TransferFilter
transform(com.jhlabs.vecmath.Point3f) - method in class com.jhlabs.vecmath.Matrix4f
transform(com.jhlabs.vecmath.Vector3f) - method in class com.jhlabs.vecmath.Matrix4f
transform(int,int,Point) - method in class com.jhlabs.image.FieldWarpFilter
transform1D(float[],float[],int,int,boolean) - method in class com.jhlabs.math.FFT
transform2D(float[],float[],int,int,boolean) - method in class com.jhlabs.math.FFT
transformedSpace - field in class com.jhlabs.image.TransformFilter
The output image rectangle.
transformedSpace - field in class com.jhlabs.image.WholeImageFilter
The output image bounds.
TransformFilter - class com.jhlabs.image.TransformFilter
An abstract superclass for filters which distort images in some way.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.CircleFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.DiffuseFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.DisplaceFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.FieldWarpFilter
transformInverse(int,int,float[]) - method in class com.jhlabs.image.KaleidoscopeFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.MapFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.MarbleFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.OffsetFilter
transformInverse(int,int,float[]) - method in class com.jhlabs.image.PerspectiveFilter
transformInverse(int,int,float[]) - method in class com.jhlabs.image.PinchFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.PolarFilter
transformInverse(int,int,float[]) - method in class com.jhlabs.image.RippleFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.RotateFilter
transformInverse(int,int,float[]) - method in class com.jhlabs.image.ShearFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.SphereFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.SwimFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.TransformFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.TwirlFilter
Inverse transform a point.
transformInverse(int,int,float[]) - method in class com.jhlabs.image.WaterFilter
transformSpace(Rectangle) - method in class com.jhlabs.image.PerspectiveFilter
transformSpace(Rectangle) - method in class com.jhlabs.image.RippleFilter
Forward transform a rectangle.
transformSpace(Rectangle) - method in class com.jhlabs.image.RotateFilter
transformSpace(Rectangle) - method in class com.jhlabs.image.ShearFilter
Forward transform a rectangle.
transformSpace(Rectangle) - method in class com.jhlabs.image.TransformFilter
Forward transform a rectangle.
transformSpace(Rectangle) - method in class com.jhlabs.image.WarpFilter
transformSpace(Rectangle) - method in class com.jhlabs.image.WholeImageFilter
Calculate output bounds for given input bounds.
TransitionFilter - class com.jhlabs.image.TransitionFilter
A filter which uses another filter to perform a transition.
Construct a TransitionFilter.
TRIANGLE - static field in class com.jhlabs.image.RippleFilter
Triangle wave ripples.
triangle(float) - static method in class com.jhlabs.image.ImageMath
The triangle function.
TRIANGULAR - static field in class com.jhlabs.image.CellularFilter
TritoneFilter - class com.jhlabs.image.TritoneFilter
A filter which performs a tritone conversion on an image.
Tuple3f - class com.jhlabs.vecmath.Tuple3f
Vector math package, converted to look similar to javax.vecmath.
Tuple3f() - constructor for class com.jhlabs.vecmath.Tuple3f
Tuple3f(com.jhlabs.vecmath.Tuple3f) - constructor for class com.jhlabs.vecmath.Tuple3f
Tuple3f(float,float,float) - constructor for class com.jhlabs.vecmath.Tuple3f
Tuple3f(float[]) - constructor for class com.jhlabs.vecmath.Tuple3f
Tuple4f - class com.jhlabs.vecmath.Tuple4f
Vector math package, converted to look similar to javax.vecmath.
Tuple4f() - constructor for class com.jhlabs.vecmath.Tuple4f
Tuple4f(com.jhlabs.vecmath.Tuple4f) - constructor for class com.jhlabs.vecmath.Tuple4f
Tuple4f(float,float,float,float) - constructor for class com.jhlabs.vecmath.Tuple4f
Tuple4f(float[]) - constructor for class com.jhlabs.vecmath.Tuple4f
turbulence - field in class com.jhlabs.image.CellularFilter
turbulence - field in class com.jhlabs.image.PlasmaFilter
turbulence - field in class com.jhlabs.image.TextureFilter
turbulence2(float,float,float) - method in class com.jhlabs.image.CellularFilter
turbulence2(float,float,float) - static method in class com.jhlabs.math.Noise
Compute turbulence using Perlin noise.
turbulence3(float,float,float,float) - static method in class com.jhlabs.math.Noise
Compute turbulence using Perlin noise.
TurbulenceFunction - class com.jhlabs.math.TurbulenceFunction
TwirlFilter - class com.jhlabs.image.TwirlFilter
A Filter which distorts an image by twisting it from the centre out.
TwirlFilter() - constructor for class com.jhlabs.image.TwirlFilter
Construct a TwirlFilter with no distortion.
TWO_PI - static field in class com.jhlabs.image.ImageMath
The value of two pi as a float.

U

UNIFORM - static field in class com.jhlabs.image.NoiseFilter
Uniform distribution for the noise.
Set the transform to map the unit square onto a quadrilateral.
unpremultiply(int[],int,int) - static method in class com.jhlabs.image.ImageMath
Premultiply a block of pixels
UnpremultiplyFilter - class com.jhlabs.image.UnpremultiplyFilter
A filter which unpremultiplies an image's alpha.
UnpremultiplyFilter() - constructor for class com.jhlabs.image.UnpremultiplyFilter
UnsharpFilter - class com.jhlabs.image.UnsharpFilter
A filter which subtracts Gaussian blur from an image, sharpening it.
UnsharpFilter() - constructor for class com.jhlabs.image.UnsharpFilter
Construct a Gaussian filter.
useColor - field in class com.jhlabs.image.CellularFilter

V

VALUE - static field in class com.jhlabs.composite.MiscComposite
VALUE - static field in class com.jhlabs.image.PixelUtils
ValueComposite - class com.jhlabs.composite.ValueComposite
ValueComposite(float) - constructor for class com.jhlabs.composite.ValueComposite
VariableBlurFilter - class com.jhlabs.image.VariableBlurFilter
A filter which performs a box blur with a different blur radius at each pixel.
Vector3f - class com.jhlabs.vecmath.Vector3f
Vector math package, converted to look similar to javax.vecmath.
Vector3f() - constructor for class com.jhlabs.vecmath.Vector3f
Vector3f(com.jhlabs.vecmath.Tuple3f) - constructor for class com.jhlabs.vecmath.Vector3f
Vector3f(com.jhlabs.vecmath.Vector3f) - constructor for class com.jhlabs.vecmath.Vector3f
Vector3f(float,float,float) - constructor for class com.jhlabs.vecmath.Vector3f
Vector3f(float[]) - constructor for class com.jhlabs.vecmath.Vector3f
Vector4f - class com.jhlabs.vecmath.Vector4f
Vector math package, converted to look similar to javax.vecmath.
Vector4f() - constructor for class com.jhlabs.vecmath.Vector4f
Vector4f(com.jhlabs.vecmath.Tuple4f) - constructor for class com.jhlabs.vecmath.Vector4f
Vector4f(com.jhlabs.vecmath.Vector4f) - constructor for class com.jhlabs.vecmath.Vector4f
Vector4f(float,float,float,float) - constructor for class com.jhlabs.vecmath.Vector4f
Vector4f(float[]) - constructor for class com.jhlabs.vecmath.Vector4f
vEdgeMatrix - field in class com.jhlabs.image.EdgeFilter
VLNoise - class com.jhlabs.math.VLNoise
VLNOISE - static field in class com.jhlabs.image.FBMFilter

W

w - field in class com.jhlabs.vecmath.Tuple4f
w1 - field in class com.jhlabs.math.FFT
w2 - field in class com.jhlabs.math.FFT
w3 - field in class com.jhlabs.math.FFT
WarpFilter - class com.jhlabs.image.WarpFilter
A filter for warping images using the gridwarp algorithm.
WarpFilter() - constructor for class com.jhlabs.image.WarpFilter
Create a WarpFilter.
Create a WarpFilter with two warp grids.
WarpGrid - class com.jhlabs.image.WarpGrid
A warp grid.
WarpGrid(int,int,int,int) - constructor for class com.jhlabs.image.WarpGrid
WaterFilter - class com.jhlabs.image.WaterFilter
A filter which produces a water ripple distortion.
WaterFilter() - constructor for class com.jhlabs.image.WaterFilter
wavelengthToRGB(float) - static method in class com.jhlabs.image.Spectrum
Convert a wavelength to an RGB value.
WeaveFilter - class com.jhlabs.image.WeaveFilter
WeaveFilter() - constructor for class com.jhlabs.image.WeaveFilter
WholeImageFilter - class com.jhlabs.image.WholeImageFilter
A filter which acts as a superclass for filters which need to have the whole image in memory to do their stuff.
WholeImageFilter() - constructor for class com.jhlabs.image.WholeImageFilter
Construct a WholeImageFilter.
width - field in class com.jhlabs.math.ImageFunction2D
WoodFilter - class com.jhlabs.image.WoodFilter
A filter which produces a simulated wood texture.
WoodFilter() - constructor for class com.jhlabs.image.WoodFilter
Construct a WoodFilter.
WRAP - static field in class com.jhlabs.math.ImageFunction2D
WRAP - static field in class com.jhlabs.image.TransformFilter
Wrap pixels off the edge onto the oppsoite edge.
WRAP_EDGES - static field in class com.jhlabs.image.ConvolveFilter
Wrap pixels off the edge to the opposite edge.

X

x - field in class com.jhlabs.vecmath.AxisAngle4f
x - field in class com.jhlabs.image.CellularFilter.Point
x - field in class com.jhlabs.image.Curve
x - field in class com.jhlabs.vecmath.Tuple3f
x - field in class com.jhlabs.vecmath.Tuple4f
x1 - field in class com.jhlabs.image.FieldWarpFilter.Line
x2 - field in class com.jhlabs.image.FieldWarpFilter.Line
xGrid - field in class com.jhlabs.image.WarpGrid

Y

y - field in class com.jhlabs.vecmath.AxisAngle4f
y - field in class com.jhlabs.image.CellularFilter.Point
y - field in class com.jhlabs.image.Curve
y - field in class com.jhlabs.vecmath.Tuple3f
y - field in class com.jhlabs.vecmath.Tuple4f
y1 - field in class com.jhlabs.image.FieldWarpFilter.Line
y2 - field in class com.jhlabs.image.FieldWarpFilter.Line
yGrid - field in class com.jhlabs.image.WarpGrid

Z

z - field in class com.jhlabs.vecmath.AxisAngle4f
z - field in class com.jhlabs.vecmath.Tuple3f
z - field in class com.jhlabs.vecmath.Tuple4f
ZERO - static field in class com.jhlabs.math.ImageFunction2D
ZERO - static field in class com.jhlabs.image.TransformFilter
Treat pixels off the edge as zero.
ZERO_EDGES - static field in class com.jhlabs.image.ConvolveFilter
Treat pixels off the edge as zero.