Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- absolute() - Method in class com.jhlabs.vecmath.Tuple3f
- absolute() - Method in class com.jhlabs.vecmath.Tuple4f
- absolute(Tuple3f) - Method in class com.jhlabs.vecmath.Tuple3f
- absolute(Tuple4f) - Method in class com.jhlabs.vecmath.Tuple4f
- AbstractBufferedImageOp - Class in com.jhlabs.image
-
A convenience class which implements those methods of BufferedImageOp which are rarely changed.
- AbstractBufferedImageOp() - Constructor for class com.jhlabs.image.AbstractBufferedImageOp
- ACOS - Static variable in class com.jhlabs.math.MathFunction1D
- add(Tuple3f) - Method in class com.jhlabs.vecmath.Tuple3f
- add(Tuple3f, Tuple3f) - Method in class com.jhlabs.vecmath.Tuple3f
- add(Tuple4f) - Method in class com.jhlabs.vecmath.Tuple4f
- add(Tuple4f, Tuple4f) - Method in class com.jhlabs.vecmath.Tuple4f
- ADD - Static variable in class com.jhlabs.composite.MiscComposite
- ADD - Static variable in class com.jhlabs.image.PixelUtils
- addCol(int) - Method in class com.jhlabs.image.WarpGrid
-
Add a new column to the grid.
- AddComposite - Class in com.jhlabs.composite
- AddComposite(float) - Constructor for class com.jhlabs.composite.AddComposite
- addKnot(int, int) - Method in class com.jhlabs.image.SplineColormap
- addKnot(int, int, int) - Method in class com.jhlabs.image.Gradient
- addLight(LightFilter.Light) - Method in class com.jhlabs.image.LightFilter
- addPixels(int[], int, int) - Method in class com.jhlabs.image.OctTreeQuantizer
-
Add pixels to the quantizer.
- addPixels(int[], int, int) - Method in interface 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 - Variable in class com.jhlabs.image.ConvolveFilter
- alpha - Variable in class com.jhlabs.math.ImageFunction2D
- ALPHA - Static variable in class com.jhlabs.image.PixelUtils
- ALPHA_TO_GRAY - Static variable in class com.jhlabs.image.PixelUtils
- AMBIENT - Static variable in class com.jhlabs.image.LightFilter
- AmbientLight() - Constructor for class com.jhlabs.image.LightFilter.AmbientLight
- amount - Variable in class com.jhlabs.image.CausticsFilter
- amount - Variable in class com.jhlabs.image.CellularFilter
- amount - Variable in class com.jhlabs.image.MarbleFilter
- amount - Variable in class com.jhlabs.image.TextureFilter
- angle - Variable in class com.jhlabs.image.CellularFilter
- angle - Variable in class com.jhlabs.vecmath.AxisAngle4f
- angle(Vector3f) - Method in class com.jhlabs.vecmath.Vector3f
- angleCoefficient - Variable in class com.jhlabs.image.CellularFilter
- angular - Variable in class com.jhlabs.math.CellularFunction2D
- ApplyMaskFilter - Class in com.jhlabs.image
-
A filter which uses the alpha channel of a "mask" image to interpolate between two source images.
- ApplyMaskFilter() - Constructor for class com.jhlabs.image.ApplyMaskFilter
- ArrayColormap - Class in com.jhlabs.image
-
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 variable in class com.jhlabs.math.MathFunction1D
- ATAN - Static variable in class com.jhlabs.math.MathFunction1D
- AVERAGE - Static variable in class com.jhlabs.composite.MiscComposite
- AVERAGE - Static variable in class com.jhlabs.image.PixelUtils
- AverageComposite - Class in com.jhlabs.composite
- AverageComposite(float) - Constructor for class com.jhlabs.composite.AverageComposite
- AverageFilter - Class in com.jhlabs.image
-
A filter which averages the 3x3 neighbourhood of each pixel, providing a simple blur.
- AverageFilter() - Constructor for class com.jhlabs.image.AverageFilter
- AxisAngle4f - Class in com.jhlabs.vecmath
-
Vector math package, converted to look similar to javax.vecmath.
- AxisAngle4f() - Constructor for class com.jhlabs.vecmath.AxisAngle4f
- AxisAngle4f(float[]) - Constructor for class com.jhlabs.vecmath.AxisAngle4f
- AxisAngle4f(float, float, float, float) - Constructor for class com.jhlabs.vecmath.AxisAngle4f
- AxisAngle4f(AxisAngle4f) - Constructor for class com.jhlabs.vecmath.AxisAngle4f
- AxisAngle4f(Vector3f, float) - Constructor for class com.jhlabs.vecmath.AxisAngle4f
B
- backgroundImage - Static variable in class com.jhlabs.image.ImageUtils
- basis - Variable in class com.jhlabs.math.CompoundFunction2D
- basis - Variable in class com.jhlabs.math.FBM
- bFactor - Variable in class com.jhlabs.image.HSBAdjustFilter
- bFactor - Variable in class com.jhlabs.image.RGBAdjustFilter
- bias - Variable in class com.jhlabs.image.CellularFilter
- bias - Variable 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 variable in class com.jhlabs.image.GradientFilter
- BicubicScaleFilter - Class in com.jhlabs.image
-
Scales an image using bi-cubic interpolation, which can't be done with AffineTransformOp.
- BicubicScaleFilter() - Constructor for class com.jhlabs.image.BicubicScaleFilter
- 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 variable in class com.jhlabs.image.GradientFilter
- BILINEAR - Static variable in class com.jhlabs.image.TransformFilter
- bilinearInterpolate(float, float, int, int, int, int) - Static method in class com.jhlabs.image.ImageMath
-
Bilinear interpolation of ARGB values.
- BinaryFilter - Class in com.jhlabs.image
- BinaryFilter() - Constructor for class com.jhlabs.image.BinaryFilter
- BinaryFunction - Interface in com.jhlabs.math
- blackFunction - Variable in class com.jhlabs.image.BinaryFilter
- BlackFunction - Class in com.jhlabs.math
- BlackFunction() - Constructor for class com.jhlabs.math.BlackFunction
- BLEND - Static variable in class com.jhlabs.composite.MiscComposite
- BlockFilter - Class in com.jhlabs.image
-
A Filter to pixellate images.
- BlockFilter() - Constructor for class com.jhlabs.image.BlockFilter
- BLUE - Static variable in class com.jhlabs.image.Histogram
- blueGreen - Variable in class com.jhlabs.image.ChannelMixFilter
- blur(int[], int[], int, int) - Method in class com.jhlabs.image.BrushedMetalFilter
- blur(int[], int[], int, int, int) - Static method in class com.jhlabs.image.BoxBlurFilter
- blur(int[], int[], int, int, int, int) - Method in class com.jhlabs.image.VariableBlurFilter
- BlurFilter - Class in com.jhlabs.image
-
A simple blur filter.
- BlurFilter() - Constructor for class com.jhlabs.image.BlurFilter
- blurMatrix - Static variable in class com.jhlabs.image.BlurFilter
- blurRadiusAt(int, int, int, int) - Method in class com.jhlabs.image.VariableBlurFilter
- BorderFilter - Class in com.jhlabs.image
-
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
- BorderFilter(int, int, int, int, Paint) - Constructor for class com.jhlabs.image.BorderFilter
- BoxBlurFilter - Class in com.jhlabs.image
-
A filter which performs a box blur on an image.
- BoxBlurFilter() - Constructor for class com.jhlabs.image.BoxBlurFilter
- BoxBlurFilter(int, int, int) - Constructor for class com.jhlabs.image.BoxBlurFilter
- brightness - Variable in class com.jhlabs.image.CausticsFilter
- 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 in com.jhlabs.image
-
A filter which produces an image simulating brushed metal.
- BrushedMetalFilter() - Constructor for class com.jhlabs.image.BrushedMetalFilter
- BrushedMetalFilter(int, int, float, boolean, float) - Constructor for class com.jhlabs.image.BrushedMetalFilter
- bTable - Variable in class com.jhlabs.image.TransferFilter
- buildColorTable() - Method in class com.jhlabs.image.OctTreeQuantizer
- buildColorTable() - Method in interface com.jhlabs.image.Quantizer
- buildColorTable(int[], int[]) - Method in class com.jhlabs.image.OctTreeQuantizer
-
A quick way to use the quantizer.
- BumpFilter - Class in com.jhlabs.image
-
A simple embossing filter.
- BumpFilter() - Constructor for class com.jhlabs.image.BumpFilter
- BUMPS_FROM_BEVEL - Static variable in class com.jhlabs.image.LightFilter
- BUMPS_FROM_BEVEL - Static variable in class com.jhlabs.image.ShadeFilter
- BUMPS_FROM_IMAGE - Static variable in class com.jhlabs.image.LightFilter
- BUMPS_FROM_IMAGE - Static variable in class com.jhlabs.image.ShadeFilter
- BUMPS_FROM_IMAGE_ALPHA - Static variable in class com.jhlabs.image.LightFilter
- BUMPS_FROM_IMAGE_ALPHA - Static variable in class com.jhlabs.image.ShadeFilter
- BUMPS_FROM_MAP - Static variable in class com.jhlabs.image.LightFilter
- BUMPS_FROM_MAP - Static variable in class com.jhlabs.image.ShadeFilter
- BURN - Static variable in class com.jhlabs.composite.MiscComposite
- BurnComposite - Class in com.jhlabs.composite
- BurnComposite(float) - Constructor for class com.jhlabs.composite.BurnComposite
C
- canFilterIndexColorModel - Variable in class com.jhlabs.image.PointFilter
- catrom2(float) - Method in class com.jhlabs.math.SCNoise
- CausticsFilter - Class in com.jhlabs.image
-
A filter which simulates underwater caustics.
- CausticsFilter() - Constructor for class com.jhlabs.image.CausticsFilter
- cells - Variable in class com.jhlabs.math.CellularFunction2D
- CELLULAR - Static variable in class com.jhlabs.image.FBMFilter
- CellularFilter - Class in com.jhlabs.image
- CellularFilter() - Constructor for class com.jhlabs.image.CellularFilter
- CellularFilter.Point - Class in com.jhlabs.image
- CellularFunction2D - Class in com.jhlabs.math
- CellularFunction2D() - Constructor for class com.jhlabs.math.CellularFunction2D
- ChannelMixFilter - Class in com.jhlabs.image
-
A filter which allows the red, grren and blue channels of an image to be mixed into each other.
- ChannelMixFilter() - Constructor for class com.jhlabs.image.ChannelMixFilter
- CheckFilter - Class in com.jhlabs.image
-
A Filter to draw grids and check patterns.
- CheckFilter() - Constructor for class com.jhlabs.image.CheckFilter
- ChromeFilter - Class in com.jhlabs.image
-
A filter which simulates chrome.
- ChromeFilter() - Constructor for class com.jhlabs.image.ChromeFilter
- CIRCLE_DOWN - Static variable in class com.jhlabs.image.Gradient
- CIRCLE_DOWN - Static variable in class com.jhlabs.image.ShapeFilter
- CIRCLE_UP - Static variable in class com.jhlabs.image.Gradient
- CIRCLE_UP - Static variable in class com.jhlabs.image.ShapeFilter
- circleDown(float) - Static method in class com.jhlabs.image.ImageMath
-
A "circle down" function.
- CircleFilter - Class in com.jhlabs.image
- CircleFilter() - Constructor for class com.jhlabs.image.CircleFilter
- CIRCLES - Static variable in class com.jhlabs.image.SmearFilter
- circleUp(float) - Static method in class com.jhlabs.image.ImageMath
-
A "circle up" function.
- 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 - Static variable in class com.jhlabs.image.TransformFilter
- CLAMP - Static variable in class com.jhlabs.math.ImageFunction2D
- CLAMP_EDGES - Static variable in class com.jhlabs.image.ConvolveFilter
- CLEAR - Static variable 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
- coefficients - Variable in class com.jhlabs.image.CellularFilter
- COLOR - Static variable in class com.jhlabs.composite.MiscComposite
- COLOR - Static variable in class com.jhlabs.image.PixelUtils
- COLOR_BURN - Static variable in class com.jhlabs.composite.MiscComposite
- COLOR_DODGE - Static variable in class com.jhlabs.composite.MiscComposite
- Color4f - Class in com.jhlabs.vecmath
-
Vector math package, converted to look similar to javax.vecmath.
- Color4f() - Constructor for class com.jhlabs.vecmath.Color4f
- Color4f(float[]) - Constructor for class com.jhlabs.vecmath.Color4f
- Color4f(float, float, float, float) - Constructor for class com.jhlabs.vecmath.Color4f
- Color4f(Color4f) - Constructor for class com.jhlabs.vecmath.Color4f
- Color4f(Tuple4f) - Constructor for class com.jhlabs.vecmath.Color4f
- Color4f(Color) - Constructor for class com.jhlabs.vecmath.Color4f
- ColorBurnComposite - Class in com.jhlabs.composite
- ColorBurnComposite(float) - Constructor for class com.jhlabs.composite.ColorBurnComposite
- ColorComposite - Class in com.jhlabs.composite
- ColorComposite(float) - Constructor for class com.jhlabs.composite.ColorComposite
- colorDither - Variable in class com.jhlabs.image.DitherFilter
- ColorDodgeComposite - Class in com.jhlabs.composite
- ColorDodgeComposite(float) - Constructor for class com.jhlabs.composite.ColorDodgeComposite
- colormap - Variable in class com.jhlabs.image.BinaryFilter
- colormap - Variable in class com.jhlabs.image.CellularFilter
- colormap - Variable in class com.jhlabs.image.ShapeFilter
- Colormap - Interface in com.jhlabs.image
-
An interface for color maps.
- COLORS_CONSTANT - Static variable in class com.jhlabs.image.LightFilter
- COLORS_CONSTANT - Static variable in class com.jhlabs.image.ShadeFilter
- COLORS_FROM_IMAGE - Static variable in class com.jhlabs.image.LightFilter
- COLORS_FROM_IMAGE - Static variable in class com.jhlabs.image.ShadeFilter
- 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 - Variable in class com.jhlabs.image.DitherFilter
- cols - Variable in class com.jhlabs.image.WarpGrid
- com.jhlabs.composite - package com.jhlabs.composite
- com.jhlabs.image - package com.jhlabs.image
- com.jhlabs.math - package com.jhlabs.math
- com.jhlabs.vecmath - package com.jhlabs.vecmath
- 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
- compose(Raster, Raster, WritableRaster) - Method in class com.jhlabs.composite.RGBComposite.RGBCompositeContext
- composeRGB(int[], int[], float) - Method in class com.jhlabs.composite.RGBComposite.RGBCompositeContext
- composeThroughMask(Raster, WritableRaster, Raster) - Static method in class com.jhlabs.image.ApplyMaskFilter
- 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 in com.jhlabs.image
-
A filter which composites two images together with an optional transform.
- CompositeFilter() - Constructor for class com.jhlabs.image.CompositeFilter
- CompositeFilter(Composite) - Constructor for class com.jhlabs.image.CompositeFilter
- CompositeFilter(Composite, AffineTransform) - Constructor for class com.jhlabs.image.CompositeFilter
- CompositeFunction1D - Class in com.jhlabs.math
- CompositeFunction1D(Function1D, Function1D) - Constructor for class com.jhlabs.math.CompositeFunction1D
- CompoundFilter - Class in com.jhlabs.image
- CompoundFilter(BufferedImageOp, BufferedImageOp) - Constructor for class com.jhlabs.image.CompoundFilter
- CompoundFunction2D - Class in com.jhlabs.math
- CompoundFunction2D(Function2D) - Constructor for class com.jhlabs.math.CompoundFunction2D
- CONICAL - Static variable in class com.jhlabs.image.GradientFilter
- CONSTANT - Static variable in class com.jhlabs.image.Gradient
- ContourComposite - Class in com.jhlabs.composite
-
A special Composite used for drawing "marching ants".
- ContourComposite(int) - Constructor for class com.jhlabs.composite.ContourComposite
- ContourFilter - Class in com.jhlabs.image
- ContourFilter() - Constructor for class com.jhlabs.image.ContourFilter
- ContrastFilter - Class in com.jhlabs.image
- ContrastFilter() - Constructor for class com.jhlabs.image.ContrastFilter
- 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(Kernel, int[], int[], int, int, int) - Static method in class com.jhlabs.image.ConvolveFilter
- convolveAndTranspose(Kernel, int[], int[], int, int, boolean, int) - Static method in class com.jhlabs.image.GaussianFilter
- ConvolveFilter - Class in com.jhlabs.image
-
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(Gradient) - Method in class com.jhlabs.image.Gradient
- COS - Static variable in class com.jhlabs.math.MathFunction1D
- cosTable - Variable in class com.jhlabs.image.DiffuseFilter
- cosTable - Variable in class com.jhlabs.image.MarbleFilter
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.jhlabs.image.AbstractBufferedImageOp
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.jhlabs.image.BrushedMetalFilter
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.jhlabs.image.ConvolveFilter
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.jhlabs.image.VariableBlurFilter
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.AddComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.AverageComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.BurnComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.ColorBurnComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.ColorComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.ColorDodgeComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.ContourComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.DarkenComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.DifferenceComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.DodgeComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.ExclusionComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.HardLightComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.HueComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.LightenComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.MiscComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.MultiplyComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.NegationComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.OverlayComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.PinLightComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.SaturationComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.ScreenComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.SoftLightComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.SubtractComposite
- createContext(ColorModel, ColorModel, RenderingHints) - Method in class com.jhlabs.composite.ValueComposite
- createImage(ImageProducer) - Static method in class com.jhlabs.image.ImageUtils
- CropFilter - Class in com.jhlabs.image
-
A filter which crops an image to a given rectangle.
- CropFilter() - Constructor for class com.jhlabs.image.CropFilter
- CropFilter(int, int, int, int) - Constructor for class com.jhlabs.image.CropFilter
- cross(Vector3f, Vector3f) - Method in class com.jhlabs.vecmath.Vector3f
- crossDissolve(int[], int[], int, int, float) - Method in class com.jhlabs.image.WarpFilter
- CROSSES - Static variable in class com.jhlabs.image.SmearFilter
- CrystallizeFilter - Class in com.jhlabs.image
- CrystallizeFilter() - Constructor for class com.jhlabs.image.CrystallizeFilter
- cubeX - Variable in class com.jhlabs.image.CellularFilter.Point
- cubeY - Variable in class com.jhlabs.image.CellularFilter.Point
- CurlFilter - Class in com.jhlabs.image
-
A page curl effect.
- CurlFilter() - Constructor for class com.jhlabs.image.CurlFilter
-
Construct a CurlFilter with no distortion.
D
- DARKEN - Static variable in class com.jhlabs.composite.MiscComposite
- DarkenComposite - Class in com.jhlabs.composite
- DarkenComposite(float) - Constructor for class com.jhlabs.composite.DarkenComposite
- DespeckleFilter - Class in com.jhlabs.image
- DespeckleFilter() - Constructor for class com.jhlabs.image.DespeckleFilter
- DIFFERENCE - Static variable in class com.jhlabs.composite.MiscComposite
- DIFFERENCE - Static variable in class com.jhlabs.image.PixelUtils
- DifferenceComposite - Class in com.jhlabs.composite
- DifferenceComposite(float) - Constructor for class com.jhlabs.composite.DifferenceComposite
- DiffuseFilter - Class in com.jhlabs.image
-
This filter diffuses an image by moving its pixels in random directions.
- DiffuseFilter() - Constructor for class com.jhlabs.image.DiffuseFilter
- DiffusionFilter - Class in com.jhlabs.image
-
A filter which uses Floyd-Steinberg error diffusion dithering to halftone an image.
- DiffusionFilter() - Constructor for class com.jhlabs.image.DiffusionFilter
-
Construct a DiffusionFilter
- diffusionMatrix - Static variable in class com.jhlabs.image.DiffusionFilter
- DilateFilter - Class in com.jhlabs.image
-
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
- dispersion - Variable in class com.jhlabs.image.CausticsFilter
- DisplaceFilter - Class in com.jhlabs.image
-
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 variable in class com.jhlabs.image.PixelUtils
- DissolveFilter - Class in com.jhlabs.image
-
A filter which "dissolves" an image by thresholding the alpha channel with random numbers.
- DissolveFilter() - Constructor for class com.jhlabs.image.DissolveFilter
- distance - Variable in class com.jhlabs.image.CellularFilter.Point
- distance(Point3f) - Method in class com.jhlabs.vecmath.Point3f
- distance(Point4f) - Method in class com.jhlabs.vecmath.Point4f
- distanceL1(Point3f) - Method in class com.jhlabs.vecmath.Point3f
- distanceL1(Point4f) - Method in class com.jhlabs.vecmath.Point4f
- distanceMap(int[], int, int) - Method in class com.jhlabs.image.ShapeFilter
- distancePower - Variable in class com.jhlabs.image.CellularFilter
- distancePower - Variable in class com.jhlabs.math.CellularFunction2D
- distanceSquared(Point3f) - Method in class com.jhlabs.vecmath.Point3f
- distanceSquared(Point4f) - Method in class com.jhlabs.vecmath.Point4f
- DISTANT - Static variable in class com.jhlabs.image.LightFilter
- DistantLight() - Constructor for class com.jhlabs.image.LightFilter.DistantLight
- dither90Halftone6x6Matrix - Static variable in class com.jhlabs.image.DitherFilter
- ditherCluster3Matrix - Static variable in class com.jhlabs.image.DitherFilter
- ditherCluster4Matrix - Static variable in class com.jhlabs.image.DitherFilter
- ditherCluster8Matrix - Static variable in class com.jhlabs.image.DitherFilter
- DitherFilter - Class in com.jhlabs.image
- DitherFilter() - Constructor for class com.jhlabs.image.DitherFilter
- ditherLines4x4Matrix - Static variable in class com.jhlabs.image.DitherFilter
- ditherMagic2x2Matrix - Static variable in class com.jhlabs.image.DitherFilter
- ditherMagic4x4Matrix - Static variable in class com.jhlabs.image.DitherFilter
- ditherOrdered4x4Matrix - Static variable in class com.jhlabs.image.DitherFilter
- ditherOrdered6x6Matrix - Static variable in class com.jhlabs.image.DitherFilter
- ditherOrdered8x8Matrix - Static variable in class com.jhlabs.image.DitherFilter
- div - Variable in class com.jhlabs.image.DitherFilter
- DODGE - Static variable in class com.jhlabs.composite.MiscComposite
- DodgeComposite - Class in com.jhlabs.composite
- DodgeComposite(float) - Constructor for class com.jhlabs.composite.DodgeComposite
- dot(Vector3f) - Method in class com.jhlabs.vecmath.Vector3f
- dot(Vector4f) - Method in class com.jhlabs.vecmath.Vector4f
- DST_IN - Static variable in class com.jhlabs.image.PixelUtils
- dx - Variable in class com.jhlabs.image.CellularFilter.Point
- dx - Variable in class com.jhlabs.image.FieldWarpFilter.Line
- dy - Variable in class com.jhlabs.image.CellularFilter.Point
- dy - Variable in class com.jhlabs.image.FieldWarpFilter.Line
E
- edgeAction - Variable in class com.jhlabs.image.TransformFilter
- edgeAction - Variable in class com.jhlabs.math.ImageFunction2D
- EdgeFilter - Class in com.jhlabs.image
-
An edge-detection filter.
- EdgeFilter() - Constructor for class com.jhlabs.image.EdgeFilter
- EmbossFilter - Class in com.jhlabs.image
-
A class to emboss an image.
- EmbossFilter() - Constructor for class com.jhlabs.image.EmbossFilter
- embossMatrix - Static variable in class com.jhlabs.image.BumpFilter
- EqualizeFilter - Class in com.jhlabs.image
-
A filter to perform auto-equalization on an image.
- EqualizeFilter() - Constructor for class com.jhlabs.image.EqualizeFilter
- 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
- ErodeFilter - Class in com.jhlabs.image
-
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
- evaluate(float) - Method in class com.jhlabs.math.CompositeFunction1D
- evaluate(float) - Method in interface 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.CausticsFilter
- evaluate(float, float) - Method in class com.jhlabs.image.CellularFilter
- evaluate(float, float) - Method in class com.jhlabs.image.SkyFilter
- 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 interface 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 interface 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
- EXCHANGE - Static variable in class com.jhlabs.image.PixelUtils
- EXCLUSION - Static variable in class com.jhlabs.composite.MiscComposite
- ExclusionComposite - Class in com.jhlabs.composite
- ExclusionComposite(float) - Constructor for class com.jhlabs.composite.ExclusionComposite
- exponents - Variable in class com.jhlabs.math.FBM
- ExposureFilter - Class in com.jhlabs.image
- ExposureFilter() - Constructor for class com.jhlabs.image.ExposureFilter
- extraAlpha - Variable in class com.jhlabs.composite.MiscComposite
- extraAlpha - Variable in class com.jhlabs.composite.RGBComposite
F
- FadeFilter - Class in com.jhlabs.image
- FadeFilter() - Constructor for class com.jhlabs.image.FadeFilter
- FBM - Class in com.jhlabs.math
- FBM(float, float, float) - Constructor for class com.jhlabs.math.FBM
- FBM(float, float, float, Function2D) - Constructor for class com.jhlabs.math.FBM
- FBMFilter - Class in com.jhlabs.image
-
A filter which produces textures from fractal Brownian motion.
- FBMFilter() - Constructor for class com.jhlabs.image.FBMFilter
- FeedbackFilter - Class in com.jhlabs.image
- FeedbackFilter() - Constructor for class com.jhlabs.image.FeedbackFilter
- FeedbackFilter(float, float, float, float) - Constructor for class com.jhlabs.image.FeedbackFilter
- FFT - Class in com.jhlabs.math
- FFT(int) - Constructor for class com.jhlabs.math.FFT
- fibres - Variable in class com.jhlabs.image.WoodFilter
- FieldWarpFilter - Class in com.jhlabs.image
-
A class which warps an image using a field Warp algorithm.
- FieldWarpFilter() - Constructor for class com.jhlabs.image.FieldWarpFilter
- FieldWarpFilter.Line - Class in com.jhlabs.image
- FillFilter - Class in com.jhlabs.image
-
A filter which fills an image with a given color.
- FillFilter() - Constructor for class com.jhlabs.image.FillFilter
- FillFilter(int) - Constructor for class com.jhlabs.image.FillFilter
- filter - Variable in class com.jhlabs.image.TransitionFilter
- 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.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.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.CurlFilter
- 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.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.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.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.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.ShadowFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.ShatterFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.SkyFilter
- 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.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
- filter(Image, Image, int, int, int, int) - Method in class com.jhlabs.image.ImageCombiningFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.CausticsFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.CellularFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.ContourFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.DespeckleFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.DiffusionFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.DilateFilter
- 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
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.ErodeFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.Flush3DFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.LevelsFilter
- 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
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.MinimumFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.OilFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.OutlineFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.PlasmaFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.QuantizeFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.QuiltFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.ReduceNoiseFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.ShadeFilter
- 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
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.WarpFilter
- filterPixels(int, int, int[], Rectangle) - Method in class com.jhlabs.image.WholeImageFilter
- filterPixelsNN(BufferedImage, int, int, int[], Rectangle) - Method in class com.jhlabs.image.TransformFilter
- 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.EqualizeFilter
- 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.MarbleTexFilter
- 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.RGBAdjustFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.SkyFilter
- 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.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.WeaveFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.WoodFilter
- filterRGB(int, int, int, int) - Method in class com.jhlabs.image.ImageCombiningFilter
- findRange(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(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 in com.jhlabs.image
-
An experimental filter for rendering lens flares.
- FlareFilter() - Constructor for class com.jhlabs.image.FlareFilter
- FLIP_180 - Static variable in class com.jhlabs.image.FlipFilter
- FLIP_180 - Static variable in class com.jhlabs.image.TileImageFilter
- FLIP_90CCW - Static variable in class com.jhlabs.image.FlipFilter
- FLIP_90CW - Static variable in class com.jhlabs.image.FlipFilter
- FLIP_H - Static variable in class com.jhlabs.image.FlipFilter
- FLIP_H - Static variable in class com.jhlabs.image.TileImageFilter
- FLIP_HV - Static variable in class com.jhlabs.image.FlipFilter
- FLIP_HV - Static variable in class com.jhlabs.image.TileImageFilter
- FLIP_NONE - Static variable in class com.jhlabs.image.TileImageFilter
- FLIP_V - Static variable in class com.jhlabs.image.FlipFilter
- FLIP_V - Static variable in class com.jhlabs.image.TileImageFilter
- FlipFilter - Class in com.jhlabs.image
-
A filter which flips images or rotates by multiples of 90 degrees.
- FlipFilter() - Constructor for class com.jhlabs.image.FlipFilter
- FlipFilter(int) - Constructor for class com.jhlabs.image.FlipFilter
- floor(float) - Static method in class com.jhlabs.math.SCNoise
- Flush3DFilter - Class in com.jhlabs.image
-
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
- FourColorFilter - Class in com.jhlabs.image
-
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 in com.jhlabs.math
- FractalSumFunction(Function2D) - Constructor for class com.jhlabs.math.FractalSumFunction
- FREI_CHEN_H - Static variable in class com.jhlabs.image.EdgeFilter
- FREI_CHEN_V - Static variable in class com.jhlabs.image.EdgeFilter
- Function1D - Interface in com.jhlabs.math
- Function2D - Interface in com.jhlabs.math
- Function3D - Interface in com.jhlabs.math
G
- gain - Variable in class com.jhlabs.image.CellularFilter
- gain - Variable in class com.jhlabs.image.TextureFilter
- gain - Variable in class com.jhlabs.image.WoodFilter
- gain(float, float) - Static method in class com.jhlabs.image.ImageMath
-
A variant of the gamma function.
- GainFilter - Class in com.jhlabs.image
- GainFilter() - Constructor for class com.jhlabs.image.GainFilter
- GammaFilter - Class in com.jhlabs.image
-
A filter for changing the gamma of an image.
- GammaFilter() - Constructor for class com.jhlabs.image.GammaFilter
- GammaFilter(float) - Constructor for class com.jhlabs.image.GammaFilter
- GammaFilter(float, float, float) - Constructor for class com.jhlabs.image.GammaFilter
- GAUSSIAN - Static variable in class com.jhlabs.image.NoiseFilter
- GaussianFilter - Class in com.jhlabs.image
-
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(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
- get(AxisAngle4f) - Method in class com.jhlabs.vecmath.AxisAngle4f
- get(Matrix4f) - Method in class com.jhlabs.vecmath.Matrix4f
- get(Tuple3f) - Method in class com.jhlabs.vecmath.Tuple3f
- get(Tuple4f) - Method in class com.jhlabs.vecmath.Tuple4f
- getA() - Method in class com.jhlabs.image.QuiltFilter
- getAddMargins() - Method in class com.jhlabs.image.ShadowFilter
- getAlpha() - Method in class com.jhlabs.composite.MiscComposite
- getAlpha() - Method in class com.jhlabs.composite.RGBComposite
- getAmount() - Method in class com.jhlabs.image.BrushedMetalFilter
- getAmount() - Method in class com.jhlabs.image.CausticsFilter
- getAmount() - Method in class com.jhlabs.image.CellularFilter
- getAmount() - Method in class com.jhlabs.image.ChromeFilter
- getAmount() - Method in class com.jhlabs.image.DisplaceFilter
- getAmount() - Method in class com.jhlabs.image.FBMFilter
- getAmount() - Method in class com.jhlabs.image.FieldWarpFilter
- getAmount() - Method in class com.jhlabs.image.GlintFilter
- getAmount() - Method in class com.jhlabs.image.GlowFilter
- getAmount() - Method in class com.jhlabs.image.MarbleFilter
- getAmount() - Method in class com.jhlabs.image.NoiseFilter
- getAmount() - Method in class com.jhlabs.image.PinchFilter
- getAmount() - Method in class com.jhlabs.image.SkyFilter
- getAmount() - Method in class com.jhlabs.image.SparkleFilter
- getAmount() - Method in class com.jhlabs.image.SwimFilter
- getAmount() - Method in class com.jhlabs.image.TextureFilter
- getAmount() - Method in class com.jhlabs.image.UnsharpFilter
- getAmplitude() - Method in class com.jhlabs.image.WaterFilter
- getAngle() - Method in class com.jhlabs.image.CellularFilter
- getAngle() - Method in class com.jhlabs.image.CheckFilter
- getAngle() - Method in class com.jhlabs.image.CircleFilter
- getAngle() - Method in class com.jhlabs.image.CurlFilter
- getAngle() - Method in class com.jhlabs.image.FadeFilter
- getAngle() - Method in class com.jhlabs.image.FBMFilter
- getAngle() - Method in class com.jhlabs.image.FeedbackFilter
- getAngle() - Method in class com.jhlabs.image.GradientFilter
- getAngle() - Method in class com.jhlabs.image.KaleidoscopeFilter
- getAngle() - Method in class com.jhlabs.image.MarbleTexFilter
- getAngle() - Method in class com.jhlabs.image.MirrorFilter
- getAngle() - Method in class com.jhlabs.image.MotionBlurFilter
- getAngle() - Method in class com.jhlabs.image.MotionBlurOp
- getAngle() - Method in class com.jhlabs.image.PinchFilter
-
Get the angle of twist.
- getAngle() - Method in class com.jhlabs.image.RotateFilter
- getAngle() - Method in class com.jhlabs.image.ShadowFilter
- getAngle() - Method in class com.jhlabs.image.SkyFilter
- getAngle() - Method in class com.jhlabs.image.SmearFilter
- getAngle() - Method in class com.jhlabs.image.SwimFilter
- getAngle() - Method in class com.jhlabs.image.TextureFilter
- getAngle() - Method in class com.jhlabs.image.TwirlFilter
-
Get the angle of twist.
- getAngle() - Method in class com.jhlabs.image.WoodFilter
- getAngle2() - Method in class com.jhlabs.image.KaleidoscopeFilter
- getAngleCoefficient() - Method in class com.jhlabs.image.CellularFilter
- 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
- getBackground() - Method in class com.jhlabs.image.SmearFilter
- getBaseAmount() - Method in class com.jhlabs.image.FlareFilter
- getBasis() - Method in class com.jhlabs.image.FBMFilter
- getBasis() - Method in class com.jhlabs.math.CompoundFunction2D
- getBasisType() - Method in class com.jhlabs.image.FBMFilter
- getBasisType() - Method in class com.jhlabs.math.FBM
- getBFactor() - Method in class com.jhlabs.image.HSBAdjustFilter
- getBFactor() - Method in class com.jhlabs.image.RGBAdjustFilter
- getBgColor() - Method in class com.jhlabs.image.CausticsFilter
- getBias() - Method in class com.jhlabs.image.FBMFilter
- getBias() - Method in class com.jhlabs.image.GainFilter
- getBias() - Method in class com.jhlabs.image.SkyFilter
- getBlack() - Method in class com.jhlabs.image.StampFilter
- getBlack() - Method in class com.jhlabs.image.ThresholdFilter
- 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
- getBloomThreshold() - Method in class com.jhlabs.image.LensBlurFilter
- getBlueGreen() - Method in class com.jhlabs.image.ChannelMixFilter
- getBlur() - Method in class com.jhlabs.image.GlintFilter
- getBlurMask() - Method in class com.jhlabs.image.VariableBlurFilter
- getBottomBorder() - Method in class com.jhlabs.image.BorderFilter
- 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.VariableBlurFilter
- getBrightness() - Method in class com.jhlabs.image.CausticsFilter
- getBrightness() - Method in class com.jhlabs.image.ContrastFilter
- getBTolerance() - Method in class com.jhlabs.image.KeyFilter
- getBumpFunction() - Method in class com.jhlabs.image.LightFilter
- getBumpFunction() - Method in class com.jhlabs.image.ShadeFilter
- getBumpHeight() - Method in class com.jhlabs.image.EmbossFilter
- getBumpHeight() - Method in class com.jhlabs.image.LightFilter
- getBumpHeight() - Method in class com.jhlabs.image.ShadeFilter
- getBumpShape() - Method in class com.jhlabs.image.LightFilter
- getBumpSoftness() - Method in class com.jhlabs.image.LightFilter
- getBumpSoftness() - Method in class com.jhlabs.image.ShadeFilter
- getBumpSource() - Method in class com.jhlabs.image.LightFilter
- getBumpSource() - Method in class com.jhlabs.image.ShadeFilter
- getC() - Method in class com.jhlabs.image.QuiltFilter
- getCameraAzimuth() - Method in class com.jhlabs.image.SkyFilter
- getCameraElevation() - Method in class com.jhlabs.image.SkyFilter
- getCentre() - Method in class com.jhlabs.image.CircleFilter
- getCentre() - Method in class com.jhlabs.image.FeedbackFilter
- getCentre() - Method in class com.jhlabs.image.FlareFilter
- getCentre() - Method in class com.jhlabs.image.KaleidoscopeFilter
- getCentre() - Method in class com.jhlabs.image.MotionBlurOp
- getCentre() - Method in class com.jhlabs.image.PinchFilter
- getCentre() - Method in class com.jhlabs.image.ShatterFilter
- getCentre() - Method in class com.jhlabs.image.SphereFilter
- getCentre() - Method in class com.jhlabs.image.TwirlFilter
- getCentre() - Method in class com.jhlabs.image.WaterFilter
- getCentreX() - Method in class com.jhlabs.image.CircleFilter
- getCentreX() - Method in class com.jhlabs.image.FeedbackFilter
- getCentreX() - Method in class com.jhlabs.image.KaleidoscopeFilter
- getCentreX() - Method in class com.jhlabs.image.LightFilter.Light
- getCentreX() - Method in class com.jhlabs.image.MotionBlurOp
- getCentreX() - Method in class com.jhlabs.image.PinchFilter
- getCentreX() - Method in class com.jhlabs.image.ShatterFilter
- getCentreX() - Method in class com.jhlabs.image.SphereFilter
- getCentreX() - Method in class com.jhlabs.image.TwirlFilter
- getCentreX() - Method in class com.jhlabs.image.WaterFilter
- getCentreY() - Method in class com.jhlabs.image.CircleFilter
- getCentreY() - Method in class com.jhlabs.image.FeedbackFilter
- getCentreY() - Method in class com.jhlabs.image.KaleidoscopeFilter
- getCentreY() - Method in class com.jhlabs.image.LightFilter.Light
- getCentreY() - Method in class com.jhlabs.image.MirrorFilter
- getCentreY() - Method in class com.jhlabs.image.MotionBlurOp
- getCentreY() - Method in class com.jhlabs.image.PinchFilter
- getCentreY() - Method in class com.jhlabs.image.ShatterFilter
- getCentreY() - Method in class com.jhlabs.image.SphereFilter
- getCentreY() - Method in class com.jhlabs.image.TwirlFilter
- getCentreY() - Method in class com.jhlabs.image.WaterFilter
- getCleanImage() - Method in class com.jhlabs.image.KeyFilter
- getCloudCover() - Method in class com.jhlabs.image.SkyFilter
- getCloudSharpness() - Method in class com.jhlabs.image.SkyFilter
- 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
- getColor() - Method in class com.jhlabs.image.FlareFilter
- getColor() - Method in class com.jhlabs.image.LightFilter.Light
- 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 interface 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
- getColormap() - Method in class com.jhlabs.image.BinaryFilter
- getColormap() - Method in class com.jhlabs.image.CellularFilter
- getColormap() - Method in class com.jhlabs.image.FBMFilter
- getColormap() - Method in class com.jhlabs.image.GlintFilter
- getColormap() - Method in class com.jhlabs.image.GradientFilter
- getColormap() - Method in class com.jhlabs.image.LookupFilter
- getColormap() - Method in class com.jhlabs.image.MarbleTexFilter
- getColormap() - Method in class com.jhlabs.image.PlasmaFilter
- getColormap() - Method in class com.jhlabs.image.QuiltFilter
- getColormap() - Method in class com.jhlabs.image.RaysFilter
- getColormap() - Method in class com.jhlabs.image.ShapeFilter
- getColormap() - Method in class com.jhlabs.image.TextureFilter
- getColormap() - Method in class com.jhlabs.image.WoodFilter
- 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
- getComposite() - Method in class com.jhlabs.image.RenderTextFilter
- getConeAngle() - Method in class com.jhlabs.image.LightFilter.Light
- getContrast() - Method in class com.jhlabs.image.ContrastFilter
- getCrossings() - Method in class com.jhlabs.image.WeaveFilter
- getD() - Method in class com.jhlabs.image.QuiltFilter
- getDensity() - Method in class com.jhlabs.image.DissolveFilter
- getDensity() - Method in class com.jhlabs.image.GradientWipeFilter
- getDensity() - Method in class com.jhlabs.image.HalftoneFilter
- getDensity() - Method in class com.jhlabs.image.NoiseFilter
- 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
- getDestination() - Method in class com.jhlabs.image.InterpolateFilter
- getDestination() - Method in class com.jhlabs.image.KeyFilter
- getDestination() - Method in class com.jhlabs.image.TransitionFilter
- 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
- getDisplacementMap() - Method in class com.jhlabs.image.DisplaceFilter
- getDistance() - Method in class com.jhlabs.image.FeedbackFilter
- getDistance() - Method in class com.jhlabs.image.LightFilter.Light
- getDistance() - Method in class com.jhlabs.image.MirrorFilter
- getDistance() - Method in class com.jhlabs.image.MotionBlurFilter
- getDistance() - Method in class com.jhlabs.image.MotionBlurOp
- getDistance() - Method in class com.jhlabs.image.ShadowFilter
- getDistance() - Method in class com.jhlabs.image.ShatterFilter
- 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
- getDither() - Method in class com.jhlabs.image.QuantizeFilter
-
Return the dithering setting
- getEdgeAction() - Method in class com.jhlabs.image.ConvolveFilter
- getEdgeAction() - Method in class com.jhlabs.image.TransformFilter
- getEdgeAction() - Method in class com.jhlabs.math.ImageFunction2D
- 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
- getEndAlpha() - Method in class com.jhlabs.image.ShatterFilter
- getEnvironmentMap() - Method in class com.jhlabs.image.LightFilter
- getEnvironmentMap() - Method in class com.jhlabs.image.ShadeFilter
- getExposure() - Method in class com.jhlabs.image.ChromeFilter
- getExposure() - Method in class com.jhlabs.image.ExposureFilter
- 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
- getFillColor() - Method in class com.jhlabs.image.FillFilter
- getFocus() - Method in class com.jhlabs.image.LightFilter.Light
- getForeground() - Method in class com.jhlabs.image.CheckFilter
- getFOV() - Method in class com.jhlabs.image.SkyFilter
- 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
- getFunction() - Method in class com.jhlabs.image.WoodFilter
- getFuzziness() - Method in class com.jhlabs.image.CheckFilter
- getFuzziness() - Method in class com.jhlabs.image.PointillizeFilter
- getGain() - Method in class com.jhlabs.image.FBMFilter
- getGain() - Method in class com.jhlabs.image.GainFilter
- getGain() - Method in class com.jhlabs.image.SkyFilter
- getGain() - Method in class com.jhlabs.image.WoodFilter
- getGamma() - Method in class com.jhlabs.image.GammaFilter
- getGap() - Method in class com.jhlabs.image.MirrorFilter
- getGFactor() - Method in class com.jhlabs.image.RGBAdjustFilter
- getGlintOnly() - Method in class com.jhlabs.image.GlintFilter
- getGlow() - Method in class com.jhlabs.image.SkyFilter
- getGlowFalloff() - Method in class com.jhlabs.image.SkyFilter
- 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
- getH() - Method in class com.jhlabs.image.SkyFilter
- getHaziness() - Method in class com.jhlabs.image.SkyFilter
- getHEdgeMatrix() - Method in class com.jhlabs.image.EdgeFilter
- getHeight() - Method in class com.jhlabs.image.CircleFilter
- getHeight() - Method in class com.jhlabs.image.CropFilter
- getHeight() - Method in class com.jhlabs.image.TileImageFilter
- getHeight() - Method in class com.jhlabs.math.ImageFunction2D
- getHFactor() - Method in class com.jhlabs.image.HSBAdjustFilter
- getHighLevel() - Method in class com.jhlabs.image.LevelsFilter
- getHighOutputLevel() - Method in class com.jhlabs.image.LevelsFilter
- getHRadius() - Method in class com.jhlabs.image.BoxBlurFilter
- getHRadius() - Method in class com.jhlabs.image.SmartBlurFilter
- getHRadius() - Method in class com.jhlabs.image.VariableBlurFilter
- getHTolerance() - Method in class com.jhlabs.image.KeyFilter
- getIndexForColor(int) - Method in class com.jhlabs.image.OctTreeQuantizer
- getIndexForColor(int) - Method in interface com.jhlabs.image.Quantizer
- 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
- getInterpolation() - Method in class com.jhlabs.image.TransformFilter
- 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.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
- getIterations() - Method in class com.jhlabs.image.BoxBlurFilter
- getIterations() - Method in class com.jhlabs.image.FeedbackFilter
- getIterations() - Method in class com.jhlabs.image.QuiltFilter
- getIterations() - Method in class com.jhlabs.image.ShatterFilter
- getIterations() - Method in class com.jhlabs.image.VariableBlurFilter
- getK() - Method in class com.jhlabs.image.QuiltFilter
- getKernel() - Method in class com.jhlabs.image.ConvolveFilter
- getKnot(int) - Method in class com.jhlabs.image.Gradient
- getKnot(int) - Method in class com.jhlabs.image.SplineColormap
- getKnotBlend(int) - Method in class com.jhlabs.image.Gradient
- getKnotType(int) - Method in class com.jhlabs.image.Gradient
- getLacunarity() - Method in class com.jhlabs.image.FBMFilter
- getLacunarity() - Method in class com.jhlabs.image.SkyFilter
- getLeftBorder() - Method in class com.jhlabs.image.BorderFilter
- getLength() - Method in class com.jhlabs.image.GlintFilter
- getLevels() - Method in class com.jhlabs.image.ContourFilter
- getLevels() - Method in class com.jhlabs.image.DiffusionFilter
- getLevels() - Method in class com.jhlabs.image.DitherFilter
- getLevels() - Method in class com.jhlabs.image.OilFilter
- getLights() - Method in class com.jhlabs.image.LightFilter
- getLowerThreshold() - Method in class com.jhlabs.image.ThresholdFilter
- 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
- getMap() - Method in class com.jhlabs.image.ArrayColormap
- getMask() - Method in class com.jhlabs.image.GradientWipeFilter
- getMask() - Method in class com.jhlabs.image.HalftoneFilter
- getMask() - Method in class com.jhlabs.image.MaskFilter
- getMaskImage() - Method in class com.jhlabs.image.ApplyMaskFilter
- getMatrix() - Method in class com.jhlabs.image.DiffusionFilter
- getMatrix() - Method in class com.jhlabs.image.DitherFilter
- 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
- 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
- getMonochrome() - Method in class com.jhlabs.image.BrushedMetalFilter
- getMonochrome() - Method in class com.jhlabs.image.NoiseFilter
- getMorphImage() - Method in class com.jhlabs.image.WarpFilter
- getNewColor() - Method in class com.jhlabs.image.BinaryFilter
- getNumColors() - Method in class com.jhlabs.image.QuantizeFilter
-
Get the number of colors to quantize to.
- getNumLevels() - Method in class com.jhlabs.image.PosterizeFilter
- getNumSamples() - Method in class com.jhlabs.image.Histogram
- getOctaves() - Method in class com.jhlabs.image.FBMFilter
- getOctaves() - Method in class com.jhlabs.image.SkyFilter
- getOctaves() - Method in class com.jhlabs.math.TurbulenceFunction
- getOffset() - Method in class com.jhlabs.image.ContourFilter
- getOpacity() - Method in class com.jhlabs.image.MirrorFilter
- getOpacity() - Method in class com.jhlabs.image.OpacityFilter
-
Get the opacity setting.
- getOpacity() - Method in class com.jhlabs.image.RaysFilter
- getOpacity() - Method in class com.jhlabs.image.ShadowFilter
- getOperation() - Method in class com.jhlabs.image.CheckFilter
- getOperation() - Method in class com.jhlabs.image.FBMFilter
- getOperation() - Method in class com.jhlabs.image.FlipFilter
- getOperation() - Method in class com.jhlabs.image.SkyFilter
- getOperation() - Method in class com.jhlabs.image.TextureFilter
- getOriginX() - Method in class com.jhlabs.image.PerspectiveFilter
- getOriginY() - Method in class com.jhlabs.image.PerspectiveFilter
- getOutLines() - Method in class com.jhlabs.image.FieldWarpFilter
- getPaintMode() - Method in class com.jhlabs.image.GradientFilter
- getPhase() - Method in class com.jhlabs.image.WaterFilter
- 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.VariableBlurFilter
- getPower() - Method in class com.jhlabs.image.FieldWarpFilter
- getRadius() - Method in class com.jhlabs.image.BoxBlurFilter
- getRadius() - Method in class com.jhlabs.image.BrushedMetalFilter
- getRadius() - Method in class com.jhlabs.image.CircleFilter
- getRadius() - Method in class com.jhlabs.image.CurlFilter
- getRadius() - Method in class com.jhlabs.image.FlareFilter
- getRadius() - Method in class com.jhlabs.image.GaussianFilter
-
Get the radius of the kernel.
- getRadius() - Method in class com.jhlabs.image.KaleidoscopeFilter
- getRadius() - Method in class com.jhlabs.image.LensBlurFilter
-
Get the radius of the kernel.
- getRadius() - Method in class com.jhlabs.image.PinchFilter
- getRadius() - Method in class com.jhlabs.image.ShadowFilter
-
Get the radius of the kernel.
- getRadius() - Method in class com.jhlabs.image.SmartBlurFilter
- getRadius() - Method in class com.jhlabs.image.SparkleFilter
- getRadius() - Method in class com.jhlabs.image.SphereFilter
- getRadius() - Method in class com.jhlabs.image.StampFilter
- getRadius() - Method in class com.jhlabs.image.TwirlFilter
- getRadius() - Method in class com.jhlabs.image.VariableBlurFilter
- getRadius() - Method in class com.jhlabs.image.WaterFilter
- getRandomness() - Method in class com.jhlabs.image.CellularFilter
- getRandomness() - Method in class com.jhlabs.image.SparkleFilter
- getRange() - Method in class com.jhlabs.image.OilFilter
- getRayAmount() - Method in class com.jhlabs.image.FlareFilter
- getRays() - Method in class com.jhlabs.image.SparkleFilter
- getRaysOnly() - Method in class com.jhlabs.image.RaysFilter
- getRedBlue() - Method in class com.jhlabs.image.ChannelMixFilter
- getRefractionIndex() - Method in class com.jhlabs.image.SphereFilter
- 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
- getRGB(BufferedImage, int, int, int, int, int[]) - Method in class com.jhlabs.image.AbstractBufferedImageOp
-
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.
- getRGB(BufferedImage, int, int, int, int, int[]) - Method in class com.jhlabs.math.ImageFunction2D
-
A convenience method for getting ARGB pixels from an image.
- getRightBorder() - Method in class com.jhlabs.image.BorderFilter
- getRingAmount() - Method in class com.jhlabs.image.FlareFilter
- getRings() - Method in class com.jhlabs.image.WoodFilter
- getRingWidth() - Method in class com.jhlabs.image.FlareFilter
- getRotation() - Method in class com.jhlabs.image.FeedbackFilter
- getRotation() - Method in class com.jhlabs.image.MirrorFilter
- getRotation() - Method in class com.jhlabs.image.MotionBlurFilter
- getRotation() - Method in class com.jhlabs.image.MotionBlurOp
- getRotation() - Method in class com.jhlabs.image.ShatterFilter
- getRoundThreads() - Method in class com.jhlabs.image.WeaveFilter
- getRule() - Method in class com.jhlabs.composite.MiscComposite
- getSamples() - Method in class com.jhlabs.image.CausticsFilter
- getScale() - Method in class com.jhlabs.image.CausticsFilter
- getScale() - Method in class com.jhlabs.image.CellularFilter
- getScale() - Method in class com.jhlabs.image.ContourFilter
- getScale() - Method in class com.jhlabs.image.DiffuseFilter
- getScale() - Method in class com.jhlabs.image.FBMFilter
- getScale() - Method in class com.jhlabs.image.MarbleTexFilter
- getScale() - Method in class com.jhlabs.image.RescaleFilter
- getScale() - Method in class com.jhlabs.image.SkyFilter
- getScale() - Method in class com.jhlabs.image.SwimFilter
- getScale() - Method in class com.jhlabs.image.TextureFilter
- getScale() - Method in class com.jhlabs.image.WoodFilter
- getScaling() - Method in class com.jhlabs.image.PlasmaFilter
- getScatter() - Method in class com.jhlabs.image.SmearFilter
- getSeed() - Method in class com.jhlabs.image.PlasmaFilter
- getSelectedBounds(BufferedImage) - Static method in class com.jhlabs.image.ImageUtils
- 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
- getShadowOnly() - Method in class com.jhlabs.image.ShadowFilter
- getShape() - Method in class com.jhlabs.image.SmearFilter
- getShine() - Method in class com.jhlabs.image.BrushedMetalFilter
- getSides() - Method in class com.jhlabs.image.FadeFilter
- getSides() - Method in class com.jhlabs.image.KaleidoscopeFilter
- getSides() - Method in class com.jhlabs.image.LensBlurFilter
- getSoftness() - Method in class com.jhlabs.image.DissolveFilter
- getSoftness() - Method in class com.jhlabs.image.GradientWipeFilter
- getSoftness() - Method in class com.jhlabs.image.HalftoneFilter
- getSoftness() - Method in class com.jhlabs.image.StampFilter
- getSourceGrid() - Method in class com.jhlabs.image.WarpFilter
-
Get the source warp grid.
- getSpreadAngle() - Method in class com.jhlabs.image.CircleFilter
- getStartAlpha() - Method in class com.jhlabs.image.FeedbackFilter
- getStartAlpha() - Method in class com.jhlabs.image.ShatterFilter
- getSTolerance() - Method in class com.jhlabs.image.KeyFilter
- getStrength() - Method in class com.jhlabs.image.FieldWarpFilter
- getStrength() - Method in class com.jhlabs.image.RaysFilter
- getStretch() - Method in class com.jhlabs.image.CellularFilter
- getStretch() - Method in class com.jhlabs.image.FBMFilter
- getStretch() - Method in class com.jhlabs.image.MarbleTexFilter
- getStretch() - Method in class com.jhlabs.image.SkyFilter
- getStretch() - Method in class com.jhlabs.image.SwimFilter
- getStretch() - Method in class com.jhlabs.image.TextureFilter
- getStretch() - Method in class com.jhlabs.image.WoodFilter
- getSubimage(BufferedImage, int, int, int, int) - Static method in class com.jhlabs.image.ImageUtils
- getSunAzimuth() - Method in class com.jhlabs.image.SkyFilter
- getSunColor() - Method in class com.jhlabs.image.SkyFilter
- getSunElevation() - Method in class com.jhlabs.image.SkyFilter
- getSymmetryMatrix() - Method in class com.jhlabs.image.TileImageFilter
- getT() - Method in class com.jhlabs.image.SkyFilter
- getText() - Method in class com.jhlabs.image.RenderTextFilter
- 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.ErodeFilter
-
Return the threshold - the number of neighbouring pixels for dilation to occur.
- getThreshold() - Method in class com.jhlabs.image.GlintFilter
- getThreshold() - Method in class com.jhlabs.image.RaysFilter
- getThreshold() - Method in class com.jhlabs.image.SmartBlurFilter
- getThreshold() - Method in class com.jhlabs.image.StampFilter
- getThreshold() - Method in class com.jhlabs.image.UnsharpFilter
- getTile() - Method in class com.jhlabs.image.ShatterFilter
- getTime() - Method in class com.jhlabs.image.CausticsFilter
- getTime() - Method in class com.jhlabs.image.SkyFilter
- getTime() - Method in class com.jhlabs.image.SwimFilter
- getTime() - Method in class com.jhlabs.image.WarpFilter
- getTopBorder() - Method in class com.jhlabs.image.BorderFilter
- getTransition() - Method in class com.jhlabs.image.CurlFilter
- getTransition() - Method in class com.jhlabs.image.ShatterFilter
- getTransition() - Method in class com.jhlabs.image.TransitionFilter
- getTurbulence() - Method in class com.jhlabs.image.CausticsFilter
- getTurbulence() - Method in class com.jhlabs.image.CellularFilter
- getTurbulence() - Method in class com.jhlabs.image.MarbleFilter
- getTurbulence() - Method in class com.jhlabs.image.MarbleTexFilter
- getTurbulence() - Method in class com.jhlabs.image.PlasmaFilter
- getTurbulence() - Method in class com.jhlabs.image.SwimFilter
- getTurbulence() - Method in class com.jhlabs.image.TextureFilter
- getTurbulence() - Method in class com.jhlabs.image.WoodFilter
- getTurbulenceFactor() - Method in class com.jhlabs.image.MarbleTexFilter
- getType() - Method in class com.jhlabs.image.GradientFilter
- getType() - Method in class com.jhlabs.image.PolarFilter
- getType() - Method in class com.jhlabs.image.ShapeFilter
- getUpperThreshold() - Method in class com.jhlabs.image.ThresholdFilter
- getUseAlpha() - Method in class com.jhlabs.image.ConvolveFilter
- 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
- getVRadius() - Method in class com.jhlabs.image.SmartBlurFilter
- getVRadius() - Method in class com.jhlabs.image.VariableBlurFilter
- getWavelength() - Method in class com.jhlabs.image.WaterFilter
- getWaveType() - Method in class com.jhlabs.image.RippleFilter
- getWhite() - Method in class com.jhlabs.image.StampFilter
- getWhite() - Method in class com.jhlabs.image.ThresholdFilter
- getWidth() - Method in class com.jhlabs.image.CropFilter
- getWidth() - Method in class com.jhlabs.image.TileImageFilter
- getWidth() - Method in class com.jhlabs.math.ImageFunction2D
- getWindSpeed() - Method in class com.jhlabs.image.SkyFilter
- getWrap() - Method in class com.jhlabs.image.OffsetFilter
- getWrapEdges() - Method in class com.jhlabs.image.MotionBlurFilter
- getX() - Method in class com.jhlabs.image.CropFilter
- 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
- getXScale() - Method in class com.jhlabs.image.MarbleFilter
- 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
- 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
- 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
- getYScale() - Method in class com.jhlabs.image.MarbleFilter
- 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
- getZoom() - Method in class com.jhlabs.image.MotionBlurFilter
- getZoom() - Method in class com.jhlabs.image.MotionBlurOp
- getZoom() - Method in class com.jhlabs.image.ShatterFilter
- gFactor - Variable in class com.jhlabs.image.RGBAdjustFilter
- GlintFilter - Class in com.jhlabs.image
- GlintFilter() - Constructor for class com.jhlabs.image.GlintFilter
- GlowFilter - Class in com.jhlabs.image
-
A filter which adds Gaussian blur to an image, producing a glowing effect.
- GlowFilter() - Constructor for class com.jhlabs.image.GlowFilter
- Gradient - Class in com.jhlabs.image
-
A Colormap implemented using Catmull-Rom colour splines.
- Gradient() - Constructor for class com.jhlabs.image.Gradient
- Gradient(int[]) - Constructor for class com.jhlabs.image.Gradient
- Gradient(int[], int[]) - Constructor for class com.jhlabs.image.Gradient
- Gradient(int[], int[], byte[]) - Constructor for class com.jhlabs.image.Gradient
- GradientFilter - Class in com.jhlabs.image
-
A filter which draws a coloured gradient.
- GradientFilter() - Constructor for class com.jhlabs.image.GradientFilter
- GradientFilter(Point, Point, int, int, boolean, int, int) - Constructor for class com.jhlabs.image.GradientFilter
- GradientWipeFilter - Class in com.jhlabs.image
-
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 variable in class com.jhlabs.image.Histogram
- GrayFilter - Class in com.jhlabs.image
-
A filter which 'grays out' an image by averaging each pixel with white.
- GrayFilter() - Constructor for class com.jhlabs.image.GrayFilter
- GrayscaleColormap - Class in com.jhlabs.image
-
A grayscale colormap.
- GrayscaleColormap() - Constructor for class com.jhlabs.image.GrayscaleColormap
- GrayscaleFilter - Class in com.jhlabs.image
- GrayscaleFilter() - Constructor for class com.jhlabs.image.GrayscaleFilter
- GREEN - Static variable in class com.jhlabs.image.Histogram
- greenRed - Variable in class com.jhlabs.image.ChannelMixFilter
- gridType - Variable in class com.jhlabs.image.CellularFilter
- gTable - Variable in class com.jhlabs.image.TransferFilter
H
- H - Variable in class com.jhlabs.math.FBM
- HALF_PI - Static variable in class com.jhlabs.image.ImageMath
- HalftoneFilter - Class in com.jhlabs.image
-
A filter which can be used to produce wipes by transferring the luma of a mask image into the alpha channel of the source.
- HalftoneFilter() - Constructor for class com.jhlabs.image.HalftoneFilter
- HARD_LIGHT - Static variable in class com.jhlabs.composite.MiscComposite
- HardLightComposite - Class in com.jhlabs.composite
- 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 - Variable in class com.jhlabs.image.EdgeFilter
- height - Variable in class com.jhlabs.math.ImageFunction2D
- HEXAGONAL - Static variable in class com.jhlabs.image.CellularFilter
- hFactor - Variable in class com.jhlabs.image.HSBAdjustFilter
- highLevel - Variable in class com.jhlabs.image.LevelsFilter
- highOutputLevel - Variable in class com.jhlabs.image.LevelsFilter
- histogram - Variable in class com.jhlabs.image.Histogram
- Histogram - Class in com.jhlabs.image
-
An 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 in com.jhlabs.image
- HSBAdjustFilter() - Constructor for class com.jhlabs.image.HSBAdjustFilter
- HSBAdjustFilter(float, float, float) - Constructor for class com.jhlabs.image.HSBAdjustFilter
- HUE - Static variable in class com.jhlabs.composite.MiscComposite
- HUE - Static variable in class com.jhlabs.image.PixelUtils
- HUE_CCW - Static variable in class com.jhlabs.image.Gradient
- HUE_CW - Static variable in class com.jhlabs.image.Gradient
- HueComposite - Class in com.jhlabs.composite
- HueComposite(float) - Constructor for class com.jhlabs.composite.HueComposite
I
- ImageCombiningFilter - Class in com.jhlabs.image
- ImageCombiningFilter() - Constructor for class com.jhlabs.image.ImageCombiningFilter
- ImageFunction2D - Class in com.jhlabs.math
- ImageFunction2D(int[], int, int, int, boolean) - Constructor for class com.jhlabs.math.ImageFunction2D
- ImageFunction2D(Image) - Constructor for 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, int, boolean) - Constructor for class com.jhlabs.math.ImageFunction2D
- ImageMath - Class in com.jhlabs.image
-
A class containing static math methods useful for image processing.
- ImageMath() - Constructor for class com.jhlabs.image.ImageMath
- ImageUtils - Class in com.jhlabs.image
- ImageUtils() - Constructor for class com.jhlabs.image.ImageUtils
- index - Variable 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.DitherFilter
- initialize() - Method in class com.jhlabs.image.GammaFilter
- initialize() - Method in class com.jhlabs.image.PosterizeFilter
- initialize() - Method in class com.jhlabs.image.TransferFilter
- initialized - Variable in class com.jhlabs.image.TransferFilter
- INT_CIRCLE_DOWN - Static variable in class com.jhlabs.image.GradientFilter
- INT_CIRCLE_UP - Static variable in class com.jhlabs.image.GradientFilter
- INT_LINEAR - Static variable in class com.jhlabs.image.GradientFilter
- INT_SMOOTH - Static variable in class com.jhlabs.image.GradientFilter
- interpolate(int, int, float) - Static method in class com.jhlabs.image.PixelUtils
- interpolate(Tuple3f, float) - Method in class com.jhlabs.vecmath.Tuple3f
- interpolate(Tuple4f, float) - Method in class com.jhlabs.vecmath.Tuple4f
- InterpolateFilter - Class in com.jhlabs.image
- InterpolateFilter() - Constructor for class com.jhlabs.image.InterpolateFilter
- interpolateSpline(float[], float[], int, int, float[], int, int) - Method in class com.jhlabs.image.WarpGrid
- interpolateSpline2(float[], float[], int, float[], int, int) - Method in class com.jhlabs.image.WarpGrid
- interpolation - Variable in class com.jhlabs.image.TransformFilter
- intoB - Variable in class com.jhlabs.image.ChannelMixFilter
- intoG - Variable in class com.jhlabs.image.ChannelMixFilter
- intoR - Variable in class com.jhlabs.image.ChannelMixFilter
- invert() - Method in class com.jhlabs.vecmath.Matrix4f
- invert(Matrix4f) - Method in class com.jhlabs.vecmath.Matrix4f
- INVERT_IN_CIRCLE - Static variable in class com.jhlabs.image.PolarFilter
- InvertAlphaFilter - Class in com.jhlabs.image
-
A Filter to invert the alpha channel of an image.
- InvertAlphaFilter() - Constructor for class com.jhlabs.image.InvertAlphaFilter
- InvertFilter - Class in com.jhlabs.image
-
A filter which inverts the RGB channels of an image.
- InvertFilter() - Constructor for class com.jhlabs.image.InvertFilter
- isBlack(int) - Method in interface com.jhlabs.math.BinaryFunction
- isBlack(int) - Method in class com.jhlabs.math.BlackFunction
- isGray - Variable in class com.jhlabs.image.Histogram
- isGray() - Method in class com.jhlabs.image.Histogram
- isResize() - Method in class com.jhlabs.image.ShearFilter
- IteratedFilter - Class in com.jhlabs.image
- IteratedFilter(BufferedImageOp, int) - Constructor for class com.jhlabs.image.IteratedFilter
- iterations - Variable in class com.jhlabs.image.BinaryFilter
J
- JavaLnFFilter - Class in com.jhlabs.image
-
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 in com.jhlabs.image
-
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 - Variable in class com.jhlabs.image.ConvolveFilter
- kernel - Variable in class com.jhlabs.image.GaussianFilter
- KeyFilter - Class in com.jhlabs.image
-
A filter which can be used to produce wipes by transferring the luma of a Destination image into the alpha channel of the source.
- KeyFilter() - Constructor for class com.jhlabs.image.KeyFilter
- knotAt(int) - Method in class com.jhlabs.image.Gradient
- knotTypes - Variable in class com.jhlabs.image.Gradient
L
- lacunarity - Variable in class com.jhlabs.math.FBM
- length - Variable in class com.jhlabs.image.FieldWarpFilter.Line
- length() - Method in class com.jhlabs.vecmath.Vector3f
- length() - Method in class com.jhlabs.vecmath.Vector4f
- lengthSquared - Variable in class com.jhlabs.image.FieldWarpFilter.Line
- LensBlurFilter - Class in com.jhlabs.image
-
A filter which use FFTs to simulate lens blur on an image
- LensBlurFilter() - Constructor for class com.jhlabs.image.LensBlurFilter
- 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.
- lerp(float, WarpGrid, WarpGrid) - Method in class com.jhlabs.image.WarpGrid
- levels - Variable in class com.jhlabs.image.DiffusionFilter
- levels - Variable in class com.jhlabs.image.DitherFilter
- LevelsFilter - Class in com.jhlabs.image
-
A filter which allows levels adjustment on an image.
- LevelsFilter() - Constructor for class com.jhlabs.image.LevelsFilter
- LifeFilter - Class in com.jhlabs.image
- LifeFilter() - Constructor for class com.jhlabs.image.LifeFilter
- Light() - Constructor for class com.jhlabs.image.LightFilter.Light
- Light(float, float, float) - Constructor for class com.jhlabs.image.LightFilter.Light
- LIGHTEN - Static variable in class com.jhlabs.composite.MiscComposite
- LightenComposite - Class in com.jhlabs.composite
- LightenComposite(float) - Constructor for class com.jhlabs.composite.LightenComposite
- LightFilter - Class in com.jhlabs.image
- LightFilter() - Constructor for class com.jhlabs.image.LightFilter
- LightFilter.AmbientLight - Class in com.jhlabs.image
- LightFilter.DistantLight - Class in com.jhlabs.image
- LightFilter.Light - Class in com.jhlabs.image
- LightFilter.Material - Class in com.jhlabs.image
- LightFilter.PointLight - Class in com.jhlabs.image
- LightFilter.SpotLight - Class in com.jhlabs.image
- Line(int, int, int, int) - Constructor for class com.jhlabs.image.FieldWarpFilter.Line
- LINEAR - Static variable in class com.jhlabs.image.Gradient
- LINEAR - Static variable in class com.jhlabs.image.GradientFilter
- LINEAR - Static variable in class com.jhlabs.image.MotionBlurFilter
- LINEAR - Static variable in class com.jhlabs.image.ShapeFilter
- LinearColormap - Class in com.jhlabs.image
-
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 variable in class com.jhlabs.image.SmearFilter
- LookupFilter - Class in com.jhlabs.image
-
A filter which uses the brightness of each pixel to lookup a color from a colormap.
- LookupFilter() - Constructor for class com.jhlabs.image.LookupFilter
- LookupFilter(Colormap) - Constructor for class com.jhlabs.image.LookupFilter
- lowLevel - Variable in class com.jhlabs.image.LevelsFilter
- lowOutputLevel - Variable in class com.jhlabs.image.LevelsFilter
- lut - Variable in class com.jhlabs.image.EqualizeFilter
- lut - Variable in class com.jhlabs.image.LevelsFilter
M
- m00 - Variable in class com.jhlabs.image.CellularFilter
- m00 - Variable in class com.jhlabs.vecmath.Matrix4f
- m01 - Variable in class com.jhlabs.image.CellularFilter
- m01 - Variable in class com.jhlabs.vecmath.Matrix4f
- m02 - Variable in class com.jhlabs.vecmath.Matrix4f
- m03 - Variable in class com.jhlabs.vecmath.Matrix4f
- m10 - Variable in class com.jhlabs.image.CellularFilter
- m10 - Variable in class com.jhlabs.vecmath.Matrix4f
- m11 - Variable in class com.jhlabs.image.CellularFilter
- m11 - Variable in class com.jhlabs.vecmath.Matrix4f
- m12 - Variable in class com.jhlabs.vecmath.Matrix4f
- m13 - Variable in class com.jhlabs.vecmath.Matrix4f
- m20 - Variable in class com.jhlabs.vecmath.Matrix4f
- m21 - Variable in class com.jhlabs.vecmath.Matrix4f
- m22 - Variable in class com.jhlabs.vecmath.Matrix4f
- m23 - Variable in class com.jhlabs.vecmath.Matrix4f
- m30 - Variable in class com.jhlabs.vecmath.Matrix4f
- m31 - Variable in class com.jhlabs.vecmath.Matrix4f
- m32 - Variable in class com.jhlabs.vecmath.Matrix4f
- m33 - Variable 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.TransferFilter
- makeTable(float) - Method in class com.jhlabs.image.GammaFilter
- map - Variable in class com.jhlabs.image.ArrayColormap
-
The array of colors.
- map - Variable in class com.jhlabs.image.DitherFilter
- MapColorsFilter - Class in com.jhlabs.image
-
A filter which replaces one color by another in an image.
- MapColorsFilter() - Constructor for class com.jhlabs.image.MapColorsFilter
- MapColorsFilter(int, int) - Constructor for class com.jhlabs.image.MapColorsFilter
- MapFilter - Class in com.jhlabs.image
- MapFilter() - Constructor for class com.jhlabs.image.MapFilter
- MarbleFilter - Class in com.jhlabs.image
-
This filter applies a marbling effect to an image, displacing pixels by random amounts.
- MarbleFilter() - Constructor for class com.jhlabs.image.MarbleFilter
- MarbleFunction - Class in com.jhlabs.math
- MarbleFunction() - Constructor for class com.jhlabs.math.MarbleFunction
- MarbleFunction(Function2D) - Constructor for class com.jhlabs.math.MarbleFunction
- MarbleTexFilter - Class in com.jhlabs.image
- MarbleTexFilter() - Constructor for class com.jhlabs.image.MarbleTexFilter
- MaskFilter - Class in com.jhlabs.image
-
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
- Material() - Constructor for class com.jhlabs.image.LightFilter.Material
- MathFunction1D - Class in com.jhlabs.math
- MathFunction1D(int) - Constructor for class com.jhlabs.math.MathFunction1D
- matrix - Variable in class com.jhlabs.image.DitherFilter
- matrix - Static variable in class com.jhlabs.image.QuantizeFilter
-
Floyd-Steinberg dithering matrix.
- matrix - Variable in class com.jhlabs.image.WeaveFilter
- Matrix4f - Class in com.jhlabs.vecmath
-
Vector math package, converted to look similar to javax.vecmath.
- Matrix4f() - Constructor for class com.jhlabs.vecmath.Matrix4f
- Matrix4f(float[]) - Constructor for class com.jhlabs.vecmath.Matrix4f
- Matrix4f(Matrix4f) - Constructor for class com.jhlabs.vecmath.Matrix4f
- MAX - Static variable in class com.jhlabs.image.PixelUtils
- maxFrequency - Variable in class com.jhlabs.image.Histogram
- MaximumFilter - Class in com.jhlabs.image
- MaximumFilter() - Constructor for class com.jhlabs.image.MaximumFilter
- maxValue - Variable in class com.jhlabs.image.Histogram
- maxValue - Variable in class com.jhlabs.image.TransitionFilter
- mean - Variable in class com.jhlabs.image.Histogram
- MedianFilter - Class in com.jhlabs.image
-
A filter which performs a 3x3 median operation.
- MedianFilter() - Constructor for class com.jhlabs.image.MedianFilter
- MIN - Static variable in class com.jhlabs.image.PixelUtils
- minFrequency - Variable in class com.jhlabs.image.Histogram
- MinimumFilter - Class in com.jhlabs.image
- MinimumFilter() - Constructor for class com.jhlabs.image.MinimumFilter
- minValue - Variable in class com.jhlabs.image.Histogram
- minValue - Variable in class com.jhlabs.image.TransitionFilter
- MirrorFilter - Class in com.jhlabs.image
- MirrorFilter() - Constructor for class com.jhlabs.image.MirrorFilter
- MiscComposite - Class in com.jhlabs.composite
- MiscCompositeContext - Class in com.jhlabs.composite
- MiscCompositeContext(int, float, ColorModel, ColorModel) - Constructor for class com.jhlabs.composite.MiscCompositeContext
- mixColors(float, int, int) - Static method in class com.jhlabs.image.ImageMath
-
Linear interpolation of ARGB values.
- mod - Variable in class com.jhlabs.image.DitherFilter
- 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.
- morph(int[], int[], int[], WarpGrid, WarpGrid, int, int, float) - Method in class com.jhlabs.image.WarpFilter
- MotionBlurFilter - Class in com.jhlabs.image
-
A filter which produces motion blur the slow, but higher-quality way.
- MotionBlurFilter() - Constructor for class com.jhlabs.image.MotionBlurFilter
- MotionBlurOp - Class in com.jhlabs.image
- MotionBlurOp() - Constructor for class com.jhlabs.image.MotionBlurOp
- MotionBlurOp(float, float, float, float) - Constructor for class com.jhlabs.image.MotionBlurOp
- mul(Matrix4f) - Method in class com.jhlabs.vecmath.Matrix4f
- MULTIPLY - Static variable in class com.jhlabs.composite.MiscComposite
- MULTIPLY - Static variable in class com.jhlabs.image.PixelUtils
- MultiplyComposite - Class in com.jhlabs.composite
- MultiplyComposite(float) - Constructor for class com.jhlabs.composite.MultiplyComposite
- MutatableFilter - Interface in com.jhlabs.image
- mutate(float) - Method in class com.jhlabs.image.Gradient
- mutate(float, BufferedImageOp, boolean, boolean) - Method in class com.jhlabs.image.CellularFilter
- mutate(float, BufferedImageOp, boolean, boolean) - Method in interface com.jhlabs.image.MutatableFilter
N
- nearColors(int, int, int) - Static method in class com.jhlabs.image.PixelUtils
- NEAREST_NEIGHBOUR - Static variable in class com.jhlabs.image.TransformFilter
- negate() - Method in class com.jhlabs.vecmath.Tuple3f
- negate() - Method in class com.jhlabs.vecmath.Tuple4f
- negate(Tuple3f) - Method in class com.jhlabs.vecmath.Tuple3f
- negate(Tuple4f) - Method in class com.jhlabs.vecmath.Tuple4f
- NEGATION - Static variable in class com.jhlabs.composite.MiscComposite
- NegationComposite - Class in com.jhlabs.composite
- NegationComposite(float) - Constructor for class com.jhlabs.composite.NegationComposite
- newColor - Variable in class com.jhlabs.image.BinaryFilter
- Noise - Class in com.jhlabs.math
-
Perlin Noise functions
- Noise() - Constructor for class com.jhlabs.math.Noise
- NOISE - Static variable in class com.jhlabs.image.FBMFilter
- NOISE - Static variable in class com.jhlabs.image.RippleFilter
- 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 in com.jhlabs.image
-
A filter which adds random noise into an image.
- NoiseFilter() - Constructor for class com.jhlabs.image.NoiseFilter
- NORMAL - Static variable 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
- numKnots - Variable in class com.jhlabs.image.Gradient
- numKnots - Variable in class com.jhlabs.image.SplineColormap
- numSamples - Variable in class com.jhlabs.image.Histogram
O
- OCTAGONAL - Static variable in class com.jhlabs.image.CellularFilter
- octaves - Variable in class com.jhlabs.math.FBM
- OctTreeQuantizer - Class in com.jhlabs.image
-
An image Quantizer based on the Octree algorithm.
- OctTreeQuantizer() - Constructor for class com.jhlabs.image.OctTreeQuantizer
- OffsetFilter - Class in com.jhlabs.image
- OffsetFilter() - Constructor for class com.jhlabs.image.OffsetFilter
- OffsetFilter(int, int, boolean) - Constructor for class com.jhlabs.image.OffsetFilter
- OilFilter - Class in com.jhlabs.image
- OilFilter() - Constructor for class com.jhlabs.image.OilFilter
- OpacityFilter - Class in com.jhlabs.image
-
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 - Variable in class com.jhlabs.image.TextureFilter
- originalSpace - Variable in class com.jhlabs.image.TransformFilter
- originalSpace - Variable in class com.jhlabs.image.WholeImageFilter
- OutlineFilter - Class in com.jhlabs.image
-
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
- OVERLAY - Static variable in class com.jhlabs.composite.MiscComposite
- OVERLAY - Static variable in class com.jhlabs.image.PixelUtils
- OverlayComposite - Class in com.jhlabs.composite
- OverlayComposite(float) - Constructor for class com.jhlabs.composite.OverlayComposite
P
- paintCheckedBackground(Component, Graphics, int, int, int, int) - Static method in class com.jhlabs.image.ImageUtils
- pepperAndSalt(short, short, short) - Method in class com.jhlabs.image.DespeckleFilter
- perm - Variable in class com.jhlabs.math.SCNoise
- PerspectiveFilter - Class in com.jhlabs.image
- PerspectiveFilter() - Constructor for class com.jhlabs.image.PerspectiveFilter
- PerspectiveFilter(float, float, float, float, float, float, float, float) - Constructor for class com.jhlabs.image.PerspectiveFilter
- phongShade(Vector3f, Vector3f, Vector3f, Color4f, Color4f, LightFilter.Material, LightFilter.Light[]) - Method in class com.jhlabs.image.LightFilter
- PI - Static variable in class com.jhlabs.image.ImageMath
- PIN_LIGHT - Static variable in class com.jhlabs.composite.MiscComposite
- PinchFilter - Class in com.jhlabs.image
- PinchFilter() - Constructor for class com.jhlabs.image.PinchFilter
- PinLightComposite - Class in com.jhlabs.composite
- PinLightComposite(float) - Constructor for class com.jhlabs.composite.PinLightComposite
- pixels - Variable in class com.jhlabs.math.ImageFunction2D
- PixelUtils - Class in com.jhlabs.image
-
Some more useful math functions for image processing.
- PixelUtils() - Constructor for class com.jhlabs.image.PixelUtils
- PlasmaFilter - Class in com.jhlabs.image
- PlasmaFilter() - Constructor for class com.jhlabs.image.PlasmaFilter
- Point() - Constructor for class com.jhlabs.image.CellularFilter.Point
- POINT - Static variable in class com.jhlabs.image.LightFilter
- Point3f - Class in com.jhlabs.vecmath
-
Vector math package, converted to look similar to javax.vecmath.
- Point3f() - Constructor for class com.jhlabs.vecmath.Point3f
- Point3f(float[]) - Constructor for class com.jhlabs.vecmath.Point3f
- Point3f(float, float, float) - Constructor for class com.jhlabs.vecmath.Point3f
- Point3f(Point3f) - Constructor for class com.jhlabs.vecmath.Point3f
- Point3f(Tuple3f) - Constructor for class com.jhlabs.vecmath.Point3f
- Point4f - Class in com.jhlabs.vecmath
-
Vector math package, converted to look similar to javax.vecmath.
- Point4f() - Constructor for class com.jhlabs.vecmath.Point4f
- Point4f(float[]) - Constructor for class com.jhlabs.vecmath.Point4f
- Point4f(float, float, float, float) - Constructor for class com.jhlabs.vecmath.Point4f
- Point4f(Point4f) - Constructor for class com.jhlabs.vecmath.Point4f
- Point4f(Tuple4f) - Constructor for class com.jhlabs.vecmath.Point4f
- PointFilter - Class in com.jhlabs.image
-
An abstract superclass for point filters.
- PointFilter() - Constructor for class com.jhlabs.image.PointFilter
- PointillizeFilter - Class in com.jhlabs.image
- PointillizeFilter() - Constructor for class com.jhlabs.image.PointillizeFilter
- PointLight() - Constructor for class com.jhlabs.image.LightFilter.PointLight
- POLAR_TO_RECT - Static variable in class com.jhlabs.image.PolarFilter
- PolarFilter - Class in com.jhlabs.image
- PolarFilter() - Constructor for class com.jhlabs.image.PolarFilter
- PolarFilter(int) - Constructor for class com.jhlabs.image.PolarFilter
- PosterizeFilter - Class in com.jhlabs.image
- PosterizeFilter() - Constructor for class com.jhlabs.image.PosterizeFilter
- prepare(int, int) - Method in class com.jhlabs.image.LightFilter.Light
- prepareFilter(float) - Method in class com.jhlabs.image.TransitionFilter
- PREWITT_H - Static variable in class com.jhlabs.image.EdgeFilter
- PREWITT_V - Static variable in class com.jhlabs.image.EdgeFilter
- pulse(float, float, float) - Static method in class com.jhlabs.image.ImageMath
-
The pulse function.
Q
- quantize(int[], int[], int, int, int, boolean, boolean) - Method in class com.jhlabs.image.QuantizeFilter
- QuantizeFilter - Class in com.jhlabs.image
-
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.
- QuantizeFilter() - Constructor for class com.jhlabs.image.QuantizeFilter
- Quantizer - Interface in com.jhlabs.image
-
The interface for an image quantizer.
- QUARTER_PI - Static variable in class com.jhlabs.image.ImageMath
- Quat4f - Class in com.jhlabs.vecmath
-
Vector math package, converted to look similar to javax.vecmath.
- Quat4f() - Constructor for class com.jhlabs.vecmath.Quat4f
- Quat4f(float[]) - Constructor for class com.jhlabs.vecmath.Quat4f
- Quat4f(float, float, float, float) - Constructor for class com.jhlabs.vecmath.Quat4f
- Quat4f(Quat4f) - Constructor for class com.jhlabs.vecmath.Quat4f
- Quat4f(Tuple4f) - Constructor for class com.jhlabs.vecmath.Quat4f
- QuiltFilter - Class in com.jhlabs.image
- QuiltFilter() - Constructor for class com.jhlabs.image.QuiltFilter
R
- R2 - Static variable in class com.jhlabs.image.EdgeFilter
- r255 - Static variable in class com.jhlabs.image.LightFilter
- r255 - Static variable in class com.jhlabs.image.ShadeFilter
- RADIAL - Static variable in class com.jhlabs.image.GradientFilter
- RADIAL - Static variable in class com.jhlabs.image.MotionBlurFilter
- radius - Variable in class com.jhlabs.image.GaussianFilter
- radius - Variable in class com.jhlabs.image.StampFilter
- random - Variable in class com.jhlabs.image.CellularFilter
- random - Variable in class com.jhlabs.image.FBMFilter
- random - Variable in class com.jhlabs.image.SkyFilter
- RANDOM - Static variable in class com.jhlabs.image.CellularFilter
- randomGradient() - Static method in class com.jhlabs.image.Gradient
- randomize() - Method in class com.jhlabs.image.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 - Variable in class com.jhlabs.image.CellularFilter
- RaysFilter - Class in com.jhlabs.image
- RaysFilter() - Constructor for class com.jhlabs.image.RaysFilter
- rebuild() - Method in class com.jhlabs.image.Gradient
- RECT_TO_POLAR - Static variable in class com.jhlabs.image.PolarFilter
- RED - Static variable in class com.jhlabs.image.Histogram
- redBlue - Variable in class com.jhlabs.image.ChannelMixFilter
- ReduceNoiseFilter - Class in com.jhlabs.image
-
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.Gradient
- removeKnot(int) - Method in class com.jhlabs.image.SplineColormap
- removeLight(LightFilter.Light) - Method in class com.jhlabs.image.LightFilter
- removeRow(int) - Method in class com.jhlabs.image.WarpGrid
-
Remove a row from the grid.
- RenderTextFilter - Class in com.jhlabs.image
-
A filter which renders text onto an image.
- RenderTextFilter() - Constructor for class com.jhlabs.image.RenderTextFilter
- RenderTextFilter(String, Font, Paint, Composite, AffineTransform) - Constructor for class com.jhlabs.image.RenderTextFilter
- REPLACE - Static variable 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 in com.jhlabs.image
- RescaleFilter() - Constructor for class com.jhlabs.image.RescaleFilter
- results - Variable in class com.jhlabs.image.CellularFilter
- rFactor - Variable in class com.jhlabs.image.RGBAdjustFilter
- RGB - Static variable in class com.jhlabs.image.Gradient
- RGBAdjustFilter - Class in com.jhlabs.image
- RGBAdjustFilter() - Constructor for class com.jhlabs.image.RGBAdjustFilter
- RGBAdjustFilter(float, float, float) - Constructor for class com.jhlabs.image.RGBAdjustFilter
- RGBComposite - Class in com.jhlabs.composite
- RGBComposite() - Constructor for class com.jhlabs.composite.RGBComposite
- RGBComposite(float) - Constructor for class com.jhlabs.composite.RGBComposite
- RGBComposite.RGBCompositeContext - Class in com.jhlabs.composite
- RGBCompositeContext(float, ColorModel, ColorModel) - Constructor for class com.jhlabs.composite.RGBComposite.RGBCompositeContext
- RIDGED - Static variable in class com.jhlabs.image.FBMFilter
- RidgedFBM - Class in com.jhlabs.math
- RidgedFBM() - Constructor for class com.jhlabs.math.RidgedFBM
- rings - Variable in class com.jhlabs.image.WoodFilter
- RippleFilter - Class in com.jhlabs.image
-
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 variable in class com.jhlabs.image.EdgeFilter
- ROBERTS_V - Static variable in class com.jhlabs.image.EdgeFilter
- RotateFilter - Class in com.jhlabs.image
- RotateFilter() - Constructor for class com.jhlabs.image.RotateFilter
- RotateFilter(float) - Constructor for class com.jhlabs.image.RotateFilter
- RotateFilter(float, boolean) - Constructor for class com.jhlabs.image.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 - Variable in class com.jhlabs.image.DitherFilter
- rows - Variable in class com.jhlabs.image.WarpGrid
- rTable - Variable in class com.jhlabs.image.TransferFilter
- rule - Variable in class com.jhlabs.composite.MiscComposite
- RULE_NAMES - Static variable in class com.jhlabs.composite.MiscComposite
S
- SATURATION - Static variable in class com.jhlabs.composite.MiscComposite
- SATURATION - Static variable in class com.jhlabs.image.PixelUtils
- SaturationComposite - Class in com.jhlabs.composite
- SaturationComposite(float) - Constructor for class com.jhlabs.composite.SaturationComposite
- SAWTOOTH - Static variable in class com.jhlabs.image.RippleFilter
- scale - Variable in class com.jhlabs.image.CellularFilter
- scale - Variable in class com.jhlabs.image.DiffuseFilter
- scale(float) - Method in class com.jhlabs.vecmath.Tuple3f
- scale(float) - Method in class com.jhlabs.vecmath.Tuple4f
- scaleAdd(float, Tuple3f) - Method in class com.jhlabs.vecmath.Tuple3f
- scaleAdd(float, Tuple3f, Tuple3f) - Method in class com.jhlabs.vecmath.Tuple3f
- ScaleFilter - Class in com.jhlabs.image
-
Scales an image using the area-averaging algorithm, which can't be done with AffineTransformOp.
- ScaleFilter() - Constructor for class com.jhlabs.image.ScaleFilter
- ScaleFilter(int, int) - Constructor for class com.jhlabs.image.ScaleFilter
- SCNoise - Class in com.jhlabs.math
-
Sparse Convolution Noise.
- SCNoise() - Constructor for class com.jhlabs.math.SCNoise
- SCNOISE - Static variable in class com.jhlabs.image.FBMFilter
- SCREEN - Static variable in class com.jhlabs.composite.MiscComposite
- SCREEN - Static variable in class com.jhlabs.image.PixelUtils
- ScreenComposite - Class in com.jhlabs.composite
- ScreenComposite(float) - Constructor for class com.jhlabs.composite.ScreenComposite
- SELECTED - Static variable in class com.jhlabs.image.ImageUtils
- set(float) - Method in class com.jhlabs.vecmath.Matrix4f
- 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
- 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(AxisAngle4f) - Method in class com.jhlabs.vecmath.AxisAngle4f
- set(AxisAngle4f) - Method in class com.jhlabs.vecmath.Matrix4f
- set(AxisAngle4f) - Method in class com.jhlabs.vecmath.Quat4f
- set(Matrix4f) - Method in class com.jhlabs.vecmath.Matrix4f
- set(Matrix4f) - Method in class com.jhlabs.vecmath.Quat4f
- set(Quat4f) - Method in class com.jhlabs.vecmath.Matrix4f
- set(Tuple3f) - Method in class com.jhlabs.vecmath.Tuple3f
- set(Tuple4f) - Method in class com.jhlabs.vecmath.Tuple4f
- set(Color) - Method in class com.jhlabs.vecmath.Color4f
- setA(float) - Method in class com.jhlabs.image.QuiltFilter
- setAddMargins(boolean) - Method in class com.jhlabs.image.ShadowFilter
- setAmount(float) - Method in class com.jhlabs.image.BrushedMetalFilter
- setAmount(float) - Method in class com.jhlabs.image.CausticsFilter
- setAmount(float) - Method in class com.jhlabs.image.CellularFilter
- setAmount(float) - Method in class com.jhlabs.image.ChromeFilter
- setAmount(float) - Method in class com.jhlabs.image.DisplaceFilter
- setAmount(float) - Method in class com.jhlabs.image.FBMFilter
- setAmount(float) - Method in class com.jhlabs.image.FieldWarpFilter
- setAmount(float) - Method in class com.jhlabs.image.GlintFilter
- setAmount(float) - Method in class com.jhlabs.image.GlowFilter
- setAmount(float) - Method in class com.jhlabs.image.MarbleFilter
- setAmount(float) - Method in class com.jhlabs.image.PinchFilter
- setAmount(float) - Method in class com.jhlabs.image.SkyFilter
- setAmount(float) - Method in class com.jhlabs.image.SwimFilter
- setAmount(float) - Method in class com.jhlabs.image.TextureFilter
- setAmount(float) - Method in class com.jhlabs.image.UnsharpFilter
- setAmount(int) - Method in class com.jhlabs.image.NoiseFilter
- setAmount(int) - Method in class com.jhlabs.image.SparkleFilter
- setAmplitude(float) - Method in class com.jhlabs.image.WaterFilter
- setAngle(float) - Method in class com.jhlabs.image.CellularFilter
- setAngle(float) - Method in class com.jhlabs.image.CheckFilter
- setAngle(float) - Method in class com.jhlabs.image.CircleFilter
- setAngle(float) - Method in class com.jhlabs.image.CurlFilter
- setAngle(float) - Method in class com.jhlabs.image.FadeFilter
- setAngle(float) - Method in class com.jhlabs.image.FBMFilter
- setAngle(float) - Method in class com.jhlabs.image.FeedbackFilter
- setAngle(float) - Method in class com.jhlabs.image.GradientFilter
- setAngle(float) - Method in class com.jhlabs.image.KaleidoscopeFilter
- setAngle(float) - Method in class com.jhlabs.image.MarbleTexFilter
- setAngle(float) - Method in class com.jhlabs.image.MirrorFilter
- setAngle(float) - Method in class com.jhlabs.image.MotionBlurFilter
- setAngle(float) - Method in class com.jhlabs.image.MotionBlurOp
- 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
- setAngle(float) - Method in class com.jhlabs.image.ShadowFilter
- setAngle(float) - Method in class com.jhlabs.image.SkyFilter
- setAngle(float) - Method in class com.jhlabs.image.SmearFilter
- setAngle(float) - Method in class com.jhlabs.image.SwimFilter
- setAngle(float) - Method in class com.jhlabs.image.TextureFilter
- 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
- setAngle2(float) - Method in class com.jhlabs.image.KaleidoscopeFilter
- setAngleCoefficient(float) - Method in class com.jhlabs.image.CellularFilter
- 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
- setBaseAmount(float) - Method in class com.jhlabs.image.FlareFilter
- setBasis(Function2D) - Method in class com.jhlabs.image.FBMFilter
- setBasis(Function2D) - Method in class com.jhlabs.math.CompoundFunction2D
- setBasis(Function2D) - Method in class com.jhlabs.math.FBM
- 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
- setBias(float) - Method in class com.jhlabs.image.FBMFilter
- setBias(float) - Method in class com.jhlabs.image.GainFilter
- setBias(float) - Method in class com.jhlabs.image.SkyFilter
- setBlack(int) - Method in class com.jhlabs.image.StampFilter
- setBlack(int) - Method in class com.jhlabs.image.ThresholdFilter
- setBlackFunction(BinaryFunction) - Method in class com.jhlabs.image.BinaryFilter
- setBlockSize(int) - Method in class com.jhlabs.image.BlockFilter
-
Set the pixel block size
- setBloom(float) - Method in class com.jhlabs.image.LensBlurFilter
- setBloomThreshold(float) - Method in class com.jhlabs.image.LensBlurFilter
- setBlueGreen(int) - Method in class com.jhlabs.image.ChannelMixFilter
- setBlur(float) - Method in class com.jhlabs.image.GlintFilter
- setBlurMask(BufferedImage) - Method in class com.jhlabs.image.VariableBlurFilter
- setBottomBorder(int) - Method in class com.jhlabs.image.BorderFilter
- setBrightness(float) - Method in class com.jhlabs.image.ContrastFilter
- setBrightness(int) - Method in class com.jhlabs.image.CausticsFilter
- setBTolerance(float) - Method in class com.jhlabs.image.KeyFilter
- setBumpFunction(Function2D) - Method in class com.jhlabs.image.LightFilter
- setBumpFunction(Function2D) - Method in class com.jhlabs.image.ShadeFilter
- setBumpHeight(float) - Method in class com.jhlabs.image.EmbossFilter
- setBumpHeight(float) - Method in class com.jhlabs.image.LightFilter
- setBumpHeight(float) - Method in class com.jhlabs.image.ShadeFilter
- setBumpShape(int) - Method in class com.jhlabs.image.LightFilter
- setBumpSoftness(float) - Method in class com.jhlabs.image.LightFilter
- setBumpSoftness(float) - Method in class com.jhlabs.image.ShadeFilter
- setBumpSource(int) - Method in class com.jhlabs.image.LightFilter
- setBumpSource(int) - Method in class com.jhlabs.image.ShadeFilter
- setC(float) - Method in class com.jhlabs.image.QuiltFilter
- setCameraAzimuth(float) - Method in class com.jhlabs.image.SkyFilter
- setCameraElevation(float) - Method in class com.jhlabs.image.SkyFilter
- setCentre(Point2D) - Method in class com.jhlabs.image.CircleFilter
- setCentre(Point2D) - Method in class com.jhlabs.image.FeedbackFilter
- setCentre(Point2D) - Method in class com.jhlabs.image.FlareFilter
- setCentre(Point2D) - Method in class com.jhlabs.image.KaleidoscopeFilter
- setCentre(Point2D) - Method in class com.jhlabs.image.MotionBlurOp
- setCentre(Point2D) - Method in class com.jhlabs.image.PinchFilter
- setCentre(Point2D) - Method in class com.jhlabs.image.ShatterFilter
- setCentre(Point2D) - Method in class com.jhlabs.image.SphereFilter
- setCentre(Point2D) - Method in class com.jhlabs.image.TwirlFilter
- setCentre(Point2D) - Method in class com.jhlabs.image.WaterFilter
- setCentreX(float) - Method in class com.jhlabs.image.CircleFilter
- setCentreX(float) - Method in class com.jhlabs.image.FeedbackFilter
- setCentreX(float) - Method in class com.jhlabs.image.KaleidoscopeFilter
- setCentreX(float) - Method in class com.jhlabs.image.LightFilter.Light
- setCentreX(float) - Method in class com.jhlabs.image.MotionBlurOp
- setCentreX(float) - Method in class com.jhlabs.image.PinchFilter
- setCentreX(float) - Method in class com.jhlabs.image.ShatterFilter
- setCentreX(float) - Method in class com.jhlabs.image.SphereFilter
- setCentreX(float) - Method in class com.jhlabs.image.TwirlFilter
- setCentreX(float) - Method in class com.jhlabs.image.WaterFilter
- setCentreY(float) - Method in class com.jhlabs.image.CircleFilter
- setCentreY(float) - Method in class com.jhlabs.image.FeedbackFilter
- setCentreY(float) - Method in class com.jhlabs.image.KaleidoscopeFilter
- setCentreY(float) - Method in class com.jhlabs.image.LightFilter.Light
- setCentreY(float) - Method in class com.jhlabs.image.MirrorFilter
- setCentreY(float) - Method in class com.jhlabs.image.MotionBlurOp
- setCentreY(float) - Method in class com.jhlabs.image.PinchFilter
- setCentreY(float) - Method in class com.jhlabs.image.ShatterFilter
- setCentreY(float) - Method in class com.jhlabs.image.SphereFilter
- setCentreY(float) - Method in class com.jhlabs.image.TwirlFilter
- setCentreY(float) - Method in class com.jhlabs.image.WaterFilter
- setCleanImage(BufferedImage) - Method in class com.jhlabs.image.KeyFilter
- setCloudCover(float) - Method in class com.jhlabs.image.SkyFilter
- setCloudSharpness(float) - Method in class com.jhlabs.image.SkyFilter
- 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
- 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.SparkleFilter
- setColor(int, int) - Method in class com.jhlabs.image.ArrayColormap
- setColor(int, int) - Method in class com.jhlabs.image.Gradient
- 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
- setColorInterpolated(int, int, int, int) - Method in class com.jhlabs.image.ArrayColormap
-
Set the color at "index" to "color".
- setColormap(Colormap) - Method in class com.jhlabs.image.BinaryFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.CellularFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.FBMFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.GlintFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.GradientFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.LookupFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.MarbleTexFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.PlasmaFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.QuiltFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.RaysFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.ShapeFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.TextureFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.WoodFilter
- 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
- setColorRange(int, int, int, int) - Method in class com.jhlabs.image.ArrayColormap
- 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
- setComposite(Composite) - Method in class com.jhlabs.image.RenderTextFilter
- setComposite(String) - Method in class com.jhlabs.image.RenderTextFilter
- setConeAngle(float) - Method in class com.jhlabs.image.LightFilter.Light
- setContrast(float) - Method in class com.jhlabs.image.ContrastFilter
- setCorners(float, float, float, float, float, float, float, float) - Method in class com.jhlabs.image.PerspectiveFilter
- setCrossings(int[][]) - Method in class com.jhlabs.image.WeaveFilter
- 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.HalftoneFilter
-
Set the density of the image in the range 0..1.
- setDensity(float) - Method in class com.jhlabs.image.NoiseFilter
- setDensity(float) - Method in class com.jhlabs.image.SmearFilter
- setDestGrid(WarpGrid) - Method in class com.jhlabs.image.WarpFilter
-
Set the destination warp grid.
- setDestination(BufferedImage) - Method in class com.jhlabs.image.ApplyMaskFilter
- setDestination(BufferedImage) - Method in class com.jhlabs.image.InterpolateFilter
- setDestination(BufferedImage) - Method in class com.jhlabs.image.KeyFilter
- setDestination(BufferedImage) - Method in class com.jhlabs.image.TransitionFilter
- setDiffuseColor(int) - Method in class com.jhlabs.image.LightFilter.Material
- setDiffuseColor(int) - Method in class com.jhlabs.image.LightFilter
- 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
- setDisplacementMap(BufferedImage) - Method in class com.jhlabs.image.DisplaceFilter
- setDistance(float) - Method in class com.jhlabs.image.FeedbackFilter
- 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.MotionBlurFilter
- setDistance(float) - Method in class com.jhlabs.image.MotionBlurOp
- setDistance(float) - Method in class com.jhlabs.image.ShadowFilter
- setDistance(float) - Method in class com.jhlabs.image.ShatterFilter
- 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
- setDither(boolean) - Method in class com.jhlabs.image.QuantizeFilter
-
Set whether to use dithering or not.
- setEdgeAction(int) - Method in class com.jhlabs.image.ConvolveFilter
- setEdgeAction(int) - Method in class com.jhlabs.image.TransformFilter
- setEdgeAction(int) - Method in class com.jhlabs.math.ImageFunction2D
- 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
- setEndAlpha(float) - Method in class com.jhlabs.image.ShatterFilter
- setEnvironmentMap(BufferedImage) - Method in class com.jhlabs.image.LightFilter
- setEnvironmentMap(BufferedImage) - Method in class com.jhlabs.image.ShadeFilter
- setExposure(float) - Method in class com.jhlabs.image.ChromeFilter
- setExposure(float) - Method in class com.jhlabs.image.ExposureFilter
- 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
- setFillColor(int) - Method in class com.jhlabs.image.FillFilter
- setFocus(float) - Method in class com.jhlabs.image.LightFilter.Light
- setForeground(int) - Method in class com.jhlabs.image.CheckFilter
- setFOV(float) - Method in class com.jhlabs.image.SkyFilter
- setFrames(int) - Method in class com.jhlabs.image.WarpFilter
- setFromRGB(Color4f, int) - Method in class com.jhlabs.image.LightFilter
- setFromRGB(Color4f, int) - Method in class com.jhlabs.image.ShadeFilter
- setFunction(Function2D) - Method in class com.jhlabs.image.TextureFilter
- setFunction(Function2D) - Method in class com.jhlabs.image.WoodFilter
- setFuzziness(float) - Method in class com.jhlabs.image.PointillizeFilter
- setFuzziness(int) - Method in class com.jhlabs.image.CheckFilter
- setgain(float) - Method in class com.jhlabs.image.WoodFilter
- setGain(float) - Method in class com.jhlabs.image.FBMFilter
- setGain(float) - Method in class com.jhlabs.image.GainFilter
- setGain(float) - Method in class com.jhlabs.image.SkyFilter
- setGamma(float) - Method in class com.jhlabs.image.GammaFilter
- setGamma(float, float, float) - Method in class com.jhlabs.image.GammaFilter
- 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
- setGlow(float) - Method in class com.jhlabs.image.SkyFilter
- setGlowFalloff(float) - Method in class com.jhlabs.image.SkyFilter
- 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
- setH(float) - Method in class com.jhlabs.image.SkyFilter
- setHaziness(float) - Method in class com.jhlabs.image.SkyFilter
- setHEdgeMatrix(float[]) - Method in class com.jhlabs.image.EdgeFilter
- setHeight(float) - Method in class com.jhlabs.image.CircleFilter
- setHeight(int) - Method in class com.jhlabs.image.CropFilter
- setHeight(int) - Method in class com.jhlabs.image.TileImageFilter
- setHFactor(float) - Method in class com.jhlabs.image.HSBAdjustFilter
- setHighLevel(float) - Method in class com.jhlabs.image.LevelsFilter
- setHighOutputLevel(float) - Method in class com.jhlabs.image.LevelsFilter
- setHRadius(int) - Method in class com.jhlabs.image.BoxBlurFilter
- setHRadius(int) - Method in class com.jhlabs.image.SmartBlurFilter
- setHRadius(int) - Method in class com.jhlabs.image.VariableBlurFilter
- setHTolerance(float) - Method in class com.jhlabs.image.KeyFilter
-
Set the tolerance of the image in the range 0..1.
- setIdentity() - Method in class com.jhlabs.vecmath.Matrix4f
- setInLines(FieldWarpFilter.Line[]) - Method in class com.jhlabs.image.FieldWarpFilter
- setIntensity(float) - Method in class com.jhlabs.image.LightFilter.Light
- setInterpolation(float) - Method in class com.jhlabs.image.InterpolateFilter
- setInterpolation(int) - Method in class com.jhlabs.image.GradientFilter
- setInterpolation(int) - Method in class com.jhlabs.image.TransformFilter
- 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.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
- setIterations(int) - Method in class com.jhlabs.image.BoxBlurFilter
- setIterations(int) - Method in class com.jhlabs.image.FeedbackFilter
- setIterations(int) - Method in class com.jhlabs.image.QuiltFilter
- setIterations(int) - Method in class com.jhlabs.image.ShatterFilter
- setIterations(int) - Method in class com.jhlabs.image.VariableBlurFilter
- setK(int) - Method in class com.jhlabs.image.QuiltFilter
- setKernel(Kernel) - Method in class com.jhlabs.image.ConvolveFilter
- setKnot(int, int) - Method in class com.jhlabs.image.Gradient
- setKnot(int, int) - Method in class com.jhlabs.image.SplineColormap
- setKnotBlend(int, int) - Method in class com.jhlabs.image.Gradient
- setKnotPosition(int, int) - Method in class com.jhlabs.image.Gradient
- setKnotPosition(int, int) - Method in class com.jhlabs.image.SplineColormap
- setKnots(int[], int[], byte[]) - Method in class com.jhlabs.image.Gradient
- setKnots(int[], int[], byte[], int, int) - Method in class com.jhlabs.image.Gradient
- setKnotType(int, int) - Method in class com.jhlabs.image.Gradient
- setLacunarity(float) - Method in class com.jhlabs.image.FBMFilter
- setLacunarity(float) - Method in class com.jhlabs.image.SkyFilter
- setLeftBorder(int) - Method in class com.jhlabs.image.BorderFilter
- setLength(int) - Method in class com.jhlabs.image.GlintFilter
- setLevels(float) - Method in class com.jhlabs.image.ContourFilter
- setLevels(int) - Method in class com.jhlabs.image.DiffusionFilter
- setLevels(int) - Method in class com.jhlabs.image.DitherFilter
- setLevels(int) - Method in class com.jhlabs.image.OilFilter
- setLowerThreshold(int) - Method in class com.jhlabs.image.ThresholdFilter
- setLowLevel(float) - Method in class com.jhlabs.image.LevelsFilter
- setLowOutputLevel(float) - Method in class com.jhlabs.image.LevelsFilter
- setMap(int[]) - Method in class com.jhlabs.image.ArrayColormap
- setMask(int) - Method in class com.jhlabs.image.MaskFilter
- setMask(BufferedImage) - Method in class com.jhlabs.image.GradientWipeFilter
- setMask(BufferedImage) - Method in class com.jhlabs.image.HalftoneFilter
- setMaskImage(BufferedImage) - Method in class com.jhlabs.image.ApplyMaskFilter
- setMatrix(int[]) - Method in class com.jhlabs.image.DiffusionFilter
- setMatrix(int[]) - Method in class com.jhlabs.image.DitherFilter
- setMerge(boolean) - Method in class com.jhlabs.image.ShapeFilter
- setMix(float) - Method in class com.jhlabs.image.SmearFilter
- setMonochrome(boolean) - Method in class com.jhlabs.image.BrushedMetalFilter
- setMonochrome(boolean) - Method in class com.jhlabs.image.NoiseFilter
- 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
- 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
- setOctaves(float) - Method in class com.jhlabs.image.FBMFilter
- setOctaves(float) - Method in class com.jhlabs.image.SkyFilter
- 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
- setOpacity(float) - Method in class com.jhlabs.image.RaysFilter
- setOpacity(float) - Method in class com.jhlabs.image.ShadowFilter
- setOpacity(int) - Method in class com.jhlabs.image.OpacityFilter
-
Set the opacity.
- setOperation(int) - Method in class com.jhlabs.image.CheckFilter
- setOperation(int) - Method in class com.jhlabs.image.FBMFilter
- setOperation(int) - Method in class com.jhlabs.image.FlipFilter
- setOperation(int) - Method in class com.jhlabs.image.SkyFilter
- setOperation(int) - Method in class com.jhlabs.image.TextureFilter
- setOutLines(FieldWarpFilter.Line[]) - Method in class com.jhlabs.image.FieldWarpFilter
- setPaintMode(int) - Method in class com.jhlabs.image.GradientFilter
- setPhase(float) - Method in class com.jhlabs.image.WaterFilter
- 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
- setRadius(float) - Method in class com.jhlabs.image.CircleFilter
- setRadius(float) - Method in class com.jhlabs.image.CurlFilter
- setRadius(float) - Method in class com.jhlabs.image.FlareFilter
- 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
- 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
- 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
- setRadius(float) - Method in class com.jhlabs.image.StampFilter
- setRadius(float) - Method in class com.jhlabs.image.TwirlFilter
- setRadius(float) - Method in class com.jhlabs.image.WaterFilter
- setRadius(int) - Method in class com.jhlabs.image.BoxBlurFilter
- setRadius(int) - Method in class com.jhlabs.image.BrushedMetalFilter
- setRadius(int) - Method in class com.jhlabs.image.SmartBlurFilter
- setRadius(int) - Method in class com.jhlabs.image.SparkleFilter
- setRadius(int) - Method in class com.jhlabs.image.VariableBlurFilter
- 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
- 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
- setRedBlue(int) - Method in class com.jhlabs.image.ChannelMixFilter
- setRefractionIndex(float) - Method in class com.jhlabs.image.SphereFilter
- setResize(boolean) - Method in class com.jhlabs.image.ShearFilter
- setRFactor(float) - Method in class com.jhlabs.image.RGBAdjustFilter
- setRGB(BufferedImage, int, int, int, int, int[]) - Method in class com.jhlabs.image.AbstractBufferedImageOp
-
A convenience method for setting ARGB pixels in an image.
- setRGB(BufferedImage, int, int, int, int, int[]) - Method in class com.jhlabs.image.BrushedMetalFilter
-
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
- setRingAmount(float) - Method in class com.jhlabs.image.FlareFilter
- setRings(float) - Method in class com.jhlabs.image.WoodFilter
- setRingWidth(float) - Method in class com.jhlabs.image.FlareFilter
- setRotation(float) - Method in class com.jhlabs.image.FeedbackFilter
- setRotation(float) - Method in class com.jhlabs.image.MirrorFilter
- setRotation(float) - Method in class com.jhlabs.image.MotionBlurFilter
- setRotation(float) - Method in class com.jhlabs.image.MotionBlurOp
- setRotation(float) - Method in class com.jhlabs.image.ShatterFilter
- setRoundThreads(boolean) - Method in class com.jhlabs.image.WeaveFilter
- setSamples(int) - Method in class com.jhlabs.image.CausticsFilter
- setScale(float) - Method in class com.jhlabs.image.CausticsFilter
- setScale(float) - Method in class com.jhlabs.image.CellularFilter
- setScale(float) - Method in class com.jhlabs.image.ContourFilter
- setScale(float) - Method in class com.jhlabs.image.DiffuseFilter
- setScale(float) - Method in class com.jhlabs.image.FBMFilter
- setScale(float) - Method in class com.jhlabs.image.MarbleTexFilter
- setScale(float) - Method in class com.jhlabs.image.RescaleFilter
- setScale(float) - Method in class com.jhlabs.image.SkyFilter
- setScale(float) - Method in class com.jhlabs.image.SwimFilter
- setScale(float) - Method in class com.jhlabs.image.TextureFilter
- setScale(float) - Method in class com.jhlabs.image.WoodFilter
- 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
- 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
- setShadowOnly(boolean) - Method in class com.jhlabs.image.ShadowFilter
- setShape(int) - Method in class com.jhlabs.image.SmearFilter
- setShine(float) - Method in class com.jhlabs.image.BrushedMetalFilter
- setSides(int) - Method in class com.jhlabs.image.FadeFilter
- setSides(int) - Method in class com.jhlabs.image.KaleidoscopeFilter
- setSides(int) - Method in class com.jhlabs.image.LensBlurFilter
- setSoftness(float) - Method in class com.jhlabs.image.DissolveFilter
-
Set the density of the dissolve in the range 0..1.
- setSoftness(float) - Method in class com.jhlabs.image.GradientWipeFilter
- setSoftness(float) - Method in class com.jhlabs.image.HalftoneFilter
- setSoftness(float) - Method in class com.jhlabs.image.StampFilter
- setSourceGrid(WarpGrid) - Method in class com.jhlabs.image.WarpFilter
-
Set the source warp grid.
- setSpreadAngle(float) - Method in class com.jhlabs.image.CircleFilter
- setStartAlpha(float) - Method in class com.jhlabs.image.FeedbackFilter
- setStartAlpha(float) - Method in class com.jhlabs.image.ShatterFilter
- setSTolerance(float) - Method in class com.jhlabs.image.KeyFilter
- setStrength(float) - Method in class com.jhlabs.image.FieldWarpFilter
- setStrength(float) - Method in class com.jhlabs.image.RaysFilter
- setStretch(float) - Method in class com.jhlabs.image.CellularFilter
- setStretch(float) - Method in class com.jhlabs.image.FBMFilter
- setStretch(float) - Method in class com.jhlabs.image.MarbleTexFilter
- setStretch(float) - Method in class com.jhlabs.image.SkyFilter
- setStretch(float) - Method in class com.jhlabs.image.SwimFilter
- setStretch(float) - Method in class com.jhlabs.image.TextureFilter
- setStretch(float) - Method in class com.jhlabs.image.WoodFilter
- setSunAzimuth(float) - Method in class com.jhlabs.image.SkyFilter
- setSunColor(int) - Method in class com.jhlabs.image.SkyFilter
- setSunElevation(float) - Method in class com.jhlabs.image.SkyFilter
- setSymmetryMatrix(int[][]) - Method in class com.jhlabs.image.TileImageFilter
- setT(float) - Method in class com.jhlabs.image.SkyFilter
- setThreshold(float) - Method in class com.jhlabs.image.GlintFilter
- setThreshold(float) - Method in class com.jhlabs.image.RaysFilter
- setThreshold(float) - Method in class com.jhlabs.image.StampFilter
- 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
- setThreshold(int) - Method in class com.jhlabs.image.UnsharpFilter
- setTile(int) - Method in class com.jhlabs.image.ShatterFilter
- setTime(float) - Method in class com.jhlabs.image.CausticsFilter
- setTime(float) - Method in class com.jhlabs.image.SkyFilter
- setTime(float) - Method in class com.jhlabs.image.SwimFilter
- setTime(float) - Method in class com.jhlabs.image.WarpFilter
- setTopBorder(int) - Method in class com.jhlabs.image.BorderFilter
- setTransition(float) - Method in class com.jhlabs.image.CurlFilter
- setTransition(float) - Method in class com.jhlabs.image.ShatterFilter
- setTransition(float) - Method in class com.jhlabs.image.TransitionFilter
-
Set the transition of the image in the range 0..1.
- setTranslation(Vector3f) - Method in class com.jhlabs.vecmath.Matrix4f
- setTurbulence(float) - Method in class com.jhlabs.image.CausticsFilter
- setTurbulence(float) - Method in class com.jhlabs.image.CellularFilter
- setTurbulence(float) - Method in class com.jhlabs.image.MarbleFilter
- setTurbulence(float) - Method in class com.jhlabs.image.MarbleTexFilter
- setTurbulence(float) - Method in class com.jhlabs.image.PlasmaFilter
- setTurbulence(float) - Method in class com.jhlabs.image.SwimFilter
- setTurbulence(float) - Method in class com.jhlabs.image.TextureFilter
- setTurbulence(float) - Method in class com.jhlabs.image.WoodFilter
- setTurbulenceFactor(float) - Method in class com.jhlabs.image.MarbleTexFilter
- setType(int) - Method in class com.jhlabs.image.GradientFilter
- setType(int) - Method in class com.jhlabs.image.PolarFilter
- 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 interface com.jhlabs.image.Quantizer
-
Initialize the quantizer.
- setUpperThreshold(int) - Method in class com.jhlabs.image.ThresholdFilter
- setUseAlpha(boolean) - Method in class com.jhlabs.image.ConvolveFilter
- 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
- setVEdgeMatrix(float[]) - Method in class com.jhlabs.image.EdgeFilter
- setViewDistance(float) - Method in class com.jhlabs.image.LightFilter
- setVRadius(int) - Method in class com.jhlabs.image.BoxBlurFilter
- setVRadius(int) - Method in class com.jhlabs.image.SmartBlurFilter
- setVRadius(int) - Method in class com.jhlabs.image.VariableBlurFilter
- setWavelength(float) - Method in class com.jhlabs.image.WaterFilter
- setWaveType(int) - Method in class com.jhlabs.image.RippleFilter
- setWhite(int) - Method in class com.jhlabs.image.StampFilter
- setWhite(int) - Method in class com.jhlabs.image.ThresholdFilter
- setWidth(int) - Method in class com.jhlabs.image.CropFilter
- setWidth(int) - Method in class com.jhlabs.image.TileImageFilter
- setWindSpeed(float) - Method in class com.jhlabs.image.SkyFilter
- setWrap(boolean) - Method in class com.jhlabs.image.OffsetFilter
- setWrapEdges(boolean) - Method in class com.jhlabs.image.MotionBlurFilter
- setX(int) - Method in class com.jhlabs.image.CropFilter
- 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(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
- setXScale(int) - Method in class com.jhlabs.image.CheckFilter
- 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
- 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
- setYGap(float) - Method in class com.jhlabs.image.WeaveFilter
- setYMapFunction(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
- setYScale(int) - Method in class com.jhlabs.image.CheckFilter
- 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
- setZoom(float) - Method in class com.jhlabs.image.MotionBlurFilter
- setZoom(float) - Method in class com.jhlabs.image.MotionBlurOp
- setZoom(float) - Method in class com.jhlabs.image.ShatterFilter
- sFactor - Variable in class com.jhlabs.image.HSBAdjustFilter
- ShadeFilter - Class in com.jhlabs.image
- ShadeFilter() - Constructor for class com.jhlabs.image.ShadeFilter
- ShadowFilter - Class in com.jhlabs.image
- ShadowFilter() - Constructor for class com.jhlabs.image.ShadowFilter
- ShadowFilter(float, float, float, float) - Constructor for class com.jhlabs.image.ShadowFilter
- ShapeFilter - Class in com.jhlabs.image
- ShapeFilter() - Constructor for class com.jhlabs.image.ShapeFilter
- SharpenFilter - Class in com.jhlabs.image
- SharpenFilter() - Constructor for class com.jhlabs.image.SharpenFilter
- sharpenMatrix - Static variable in class com.jhlabs.image.SharpenFilter
- ShatterFilter - Class in com.jhlabs.image
- ShatterFilter() - Constructor for class com.jhlabs.image.ShatterFilter
- ShearFilter - Class in com.jhlabs.image
- ShearFilter() - Constructor for class com.jhlabs.image.ShearFilter
- SILHOUETTE - Static variable in class com.jhlabs.composite.MiscComposite
- SIN - Static variable in class com.jhlabs.math.MathFunction1D
- SINE - Static variable in class com.jhlabs.image.RippleFilter
- sinTable - Variable in class com.jhlabs.image.DiffuseFilter
- sinTable - Variable in class com.jhlabs.image.MarbleFilter
- SkeletonFilter - Class in com.jhlabs.image
- SkeletonFilter() - Constructor for class com.jhlabs.image.SkeletonFilter
- SkyFilter - Class in com.jhlabs.image
- SkyFilter() - Constructor for class com.jhlabs.image.SkyFilter
- SmartBlurFilter - Class in com.jhlabs.image
- SmartBlurFilter() - Constructor for class com.jhlabs.image.SmartBlurFilter
- SmearFilter - Class in com.jhlabs.image
- SmearFilter() - Constructor for class com.jhlabs.image.SmearFilter
- SMOOTH - Static variable 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 variable in class com.jhlabs.image.EdgeFilter
- SOBEL_V - Static variable in class com.jhlabs.image.EdgeFilter
- SOFT_LIGHT - Static variable in class com.jhlabs.composite.MiscComposite
- SoftLightComposite - Class in com.jhlabs.composite
- SoftLightComposite(float) - Constructor for class com.jhlabs.composite.SoftLightComposite
- SolarizeFilter - Class in com.jhlabs.image
-
A filter which solarizes an image.
- SolarizeFilter() - Constructor for class com.jhlabs.image.SolarizeFilter
- SparkleFilter - Class in com.jhlabs.image
- SparkleFilter() - Constructor for class com.jhlabs.image.SparkleFilter
- Spectrum - Class in com.jhlabs.image
- Spectrum() - Constructor for class com.jhlabs.image.Spectrum
- SpectrumColormap - Class in com.jhlabs.image
-
A colormap with the colors of the spectrum.
- SpectrumColormap() - Constructor for class com.jhlabs.image.SpectrumColormap
-
Construct a spcetrum color map
- SphereFilter - Class in com.jhlabs.image
- SphereFilter() - Constructor for class com.jhlabs.image.SphereFilter
- 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.
- SPLINE - Static variable in class com.jhlabs.image.Gradient
- SplineColormap - Class in com.jhlabs.image
-
A Colormap implemented using Catmull-Rom colour splines.
- SplineColormap() - Constructor for class com.jhlabs.image.SplineColormap
- SplineColormap(int[], int[]) - Constructor for class com.jhlabs.image.SplineColormap
- splitSpan(int) - Method in class com.jhlabs.image.Gradient
- SPOT - Static variable in class com.jhlabs.image.LightFilter
- SpotLight() - Constructor for class com.jhlabs.image.LightFilter.SpotLight
- SQR - Static variable in class com.jhlabs.math.MathFunction1D
- SQRT - Static variable in class com.jhlabs.math.MathFunction1D
- SQUARE - Static variable in class com.jhlabs.image.CellularFilter
- SQUARE - Static variable in class com.jhlabs.image.GradientFilter
- SQUARES - Static variable in class com.jhlabs.image.SmearFilter
- StampFilter - Class in com.jhlabs.image
- StampFilter() - Constructor for class com.jhlabs.image.StampFilter
- StampFilter(float) - Constructor for class com.jhlabs.image.StampFilter
- STENCIL - Static variable in class com.jhlabs.composite.MiscComposite
- step(float, float) - Static method in class com.jhlabs.image.ImageMath
-
The step function.
- stretch - Variable in class com.jhlabs.image.CellularFilter
- sub(Tuple3f) - Method in class com.jhlabs.vecmath.Tuple3f
- sub(Tuple3f, Tuple3f) - Method in class com.jhlabs.vecmath.Tuple3f
- sub(Tuple4f) - Method in class com.jhlabs.vecmath.Tuple4f
- sub(Tuple4f, Tuple4f) - Method in class com.jhlabs.vecmath.Tuple4f
- SUBTRACT - Static variable in class com.jhlabs.composite.MiscComposite
- SUBTRACT - Static variable in class com.jhlabs.image.PixelUtils
- SubtractComposite - Class in com.jhlabs.composite
- SubtractComposite(float) - Constructor for class com.jhlabs.composite.SubtractComposite
- SwimFilter - Class in com.jhlabs.image
- SwimFilter() - Constructor for class com.jhlabs.image.SwimFilter
- symmetry(float, float) - Method in class com.jhlabs.image.FadeFilter
T
- TAN - Static variable in class com.jhlabs.math.MathFunction1D
- TextureFilter - Class in com.jhlabs.image
- TextureFilter() - Constructor for class com.jhlabs.image.TextureFilter
- theMatrix - Static variable in class com.jhlabs.image.AverageFilter
- threshold - Variable in class com.jhlabs.image.DilateFilter
- threshold - Variable in class com.jhlabs.image.ErodeFilter
- thresholdBlur(Kernel, int[], int[], int, int, boolean) - Method in class com.jhlabs.image.SmartBlurFilter
-
Convolve with a kernel consisting of one row
- ThresholdFilter - Class in com.jhlabs.image
- ThresholdFilter() - Constructor for class com.jhlabs.image.ThresholdFilter
- ThresholdFilter(int) - Constructor for class com.jhlabs.image.ThresholdFilter
- TileImageFilter - Class in com.jhlabs.image
- TileImageFilter() - Constructor for class com.jhlabs.image.TileImageFilter
- TileImageFilter(int, int) - Constructor for class com.jhlabs.image.TileImageFilter
- time - Variable in class com.jhlabs.image.CausticsFilter
- toString() - Method in class com.jhlabs.image.ApplyMaskFilter
- toString() - Method in class com.jhlabs.image.AverageFilter
- 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.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.CurlFilter
- 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.EdgeFilter
- toString() - Method in class com.jhlabs.image.EmbossFilter
- toString() - Method in class com.jhlabs.image.EqualizeFilter
- 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.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.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.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.LightFilter
- 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.MarbleTexFilter
- 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.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.ScaleFilter
- toString() - Method in class com.jhlabs.image.ShadeFilter
- 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.ShatterFilter
- toString() - Method in class com.jhlabs.image.ShearFilter
- toString() - Method in class com.jhlabs.image.SkeletonFilter
- toString() - Method in class com.jhlabs.image.SkyFilter
- 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.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.TwirlFilter
- 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
- toString() - Method in class com.jhlabs.vecmath.AxisAngle4f
- toString() - Method in class com.jhlabs.vecmath.Tuple3f
- toString() - Method in class com.jhlabs.vecmath.Tuple4f
- TransferFilter - Class in com.jhlabs.image
- 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(int, int, Point) - Method in class com.jhlabs.image.BlockFilter
- transform(int, int, Point) - Method in class com.jhlabs.image.FieldWarpFilter
- transform(int, int, Point) - Method in class com.jhlabs.image.RotateFilter
- transform(Point3f) - Method in class com.jhlabs.vecmath.Matrix4f
- transform(Vector3f) - Method in class com.jhlabs.vecmath.Matrix4f
- 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 - Variable in class com.jhlabs.image.TransformFilter
- transformedSpace - Variable in class com.jhlabs.image.WholeImageFilter
- TransformFilter - Class in com.jhlabs.image
-
An abstract superclass for filters which distort images in some way.
- TransformFilter() - Constructor for class com.jhlabs.image.TransformFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.BlockFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.CircleFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.CurlFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.DiffuseFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.DisplaceFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.FieldWarpFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.KaleidoscopeFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.MapFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.MarbleFilter
- 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
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.PolarFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.RippleFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.RotateFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.ShearFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.SphereFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.SwimFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.TransformFilter
- transformInverse(int, int, float[]) - Method in class com.jhlabs.image.TwirlFilter
- 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
- transformSpace(Rectangle) - Method in class com.jhlabs.image.RotateFilter
- transformSpace(Rectangle) - Method in class com.jhlabs.image.ShadowFilter
- transformSpace(Rectangle) - Method in class com.jhlabs.image.ShearFilter
- transformSpace(Rectangle) - Method in class com.jhlabs.image.TransformFilter
- transformSpace(Rectangle) - Method in class com.jhlabs.image.WarpFilter
- transformSpace(Rectangle) - Method in class com.jhlabs.image.WholeImageFilter
- TransitionFilter - Class in com.jhlabs.image
-
A filter which uses another filter to perform a transition.
- TransitionFilter(BufferedImageOp, String, float, float) - Constructor for class com.jhlabs.image.TransitionFilter
- triangle(float) - Static method in class com.jhlabs.image.ImageMath
-
The triangle function.
- TRIANGLE - Static variable in class com.jhlabs.image.RippleFilter
- TRIANGULAR - Static variable in class com.jhlabs.image.CellularFilter
- Tuple3f - Class in com.jhlabs.vecmath
-
Vector math package, converted to look similar to javax.vecmath.
- Tuple3f() - Constructor for class com.jhlabs.vecmath.Tuple3f
- Tuple3f(float[]) - Constructor for class com.jhlabs.vecmath.Tuple3f
- Tuple3f(float, float, float) - Constructor for class com.jhlabs.vecmath.Tuple3f
- Tuple3f(Tuple3f) - Constructor for class com.jhlabs.vecmath.Tuple3f
- Tuple4f - Class in com.jhlabs.vecmath
-
Vector math package, converted to look similar to javax.vecmath.
- Tuple4f() - Constructor for class com.jhlabs.vecmath.Tuple4f
- Tuple4f(float[]) - Constructor for class com.jhlabs.vecmath.Tuple4f
- Tuple4f(float, float, float, float) - Constructor for class com.jhlabs.vecmath.Tuple4f
- Tuple4f(Tuple4f) - Constructor for class com.jhlabs.vecmath.Tuple4f
- turbulence - Variable in class com.jhlabs.image.CausticsFilter
- turbulence - Variable in class com.jhlabs.image.CellularFilter
- turbulence - Variable in class com.jhlabs.image.MarbleFilter
- turbulence - Variable in class com.jhlabs.image.PlasmaFilter
- turbulence - Variable in class com.jhlabs.image.TextureFilter
- turbulence - Variable in class com.jhlabs.image.WoodFilter
- 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.
- turbulence2(float, float, float, float) - Static method in class com.jhlabs.image.CausticsFilter
- turbulence3(float, float, float, float) - Static method in class com.jhlabs.math.Noise
-
Compute turbulence using Perlin noise.
- TurbulenceFunction - Class in com.jhlabs.math
- TurbulenceFunction(Function2D, float) - Constructor for class com.jhlabs.math.TurbulenceFunction
- TwirlFilter - Class in com.jhlabs.image
-
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 variable in class com.jhlabs.image.ImageMath
U
- UNIFORM - Static variable in class com.jhlabs.image.NoiseFilter
- UNSELECTED - Static variable in class com.jhlabs.image.ImageUtils
- UnsharpFilter - Class in com.jhlabs.image
-
A filter which subtracts Gaussian blur from an image, sharpening it.
- UnsharpFilter() - Constructor for class com.jhlabs.image.UnsharpFilter
- useColor - Variable in class com.jhlabs.image.CellularFilter
V
- VALUE - Static variable in class com.jhlabs.composite.MiscComposite
- VALUE - Static variable in class com.jhlabs.image.PixelUtils
- ValueComposite - Class in com.jhlabs.composite
- ValueComposite(float) - Constructor for class com.jhlabs.composite.ValueComposite
- VariableBlurFilter - Class in com.jhlabs.image
- VariableBlurFilter() - Constructor for class com.jhlabs.image.VariableBlurFilter
- Vector3f - Class in com.jhlabs.vecmath
-
Vector math package, converted to look similar to javax.vecmath.
- Vector3f() - Constructor for class com.jhlabs.vecmath.Vector3f
- Vector3f(float[]) - Constructor for class com.jhlabs.vecmath.Vector3f
- Vector3f(float, float, float) - Constructor for class com.jhlabs.vecmath.Vector3f
- Vector3f(Tuple3f) - Constructor for class com.jhlabs.vecmath.Vector3f
- Vector3f(Vector3f) - Constructor for class com.jhlabs.vecmath.Vector3f
- Vector4f - Class in com.jhlabs.vecmath
-
Vector math package, converted to look similar to javax.vecmath.
- Vector4f() - Constructor for class com.jhlabs.vecmath.Vector4f
- Vector4f(float[]) - Constructor for class com.jhlabs.vecmath.Vector4f
- Vector4f(float, float, float, float) - Constructor for class com.jhlabs.vecmath.Vector4f
- Vector4f(Tuple4f) - Constructor for class com.jhlabs.vecmath.Vector4f
- Vector4f(Vector4f) - Constructor for class com.jhlabs.vecmath.Vector4f
- vEdgeMatrix - Variable in class com.jhlabs.image.EdgeFilter
- VLNoise - Class in com.jhlabs.math
- VLNoise() - Constructor for class com.jhlabs.math.VLNoise
- VLNOISE - Static variable in class com.jhlabs.image.FBMFilter
W
- w - Variable in class com.jhlabs.vecmath.Tuple4f
- w1 - Variable in class com.jhlabs.math.FFT
- w2 - Variable in class com.jhlabs.math.FFT
- w3 - Variable in class com.jhlabs.math.FFT
- warp(int[], int, int, WarpGrid, WarpGrid, int[]) - Method in class com.jhlabs.image.WarpGrid
- WarpFilter - Class in com.jhlabs.image
-
A filter for warping images using the gridwarp algorithm.
- WarpFilter() - Constructor for class com.jhlabs.image.WarpFilter
-
Create a WarpFilter.
- WarpFilter(WarpGrid, WarpGrid) - Constructor for class com.jhlabs.image.WarpFilter
-
Create a WarpFilter with two warp grids.
- WarpGrid - Class in com.jhlabs.image
-
A warp grid.
- WarpGrid(int, int, int, int) - Constructor for class com.jhlabs.image.WarpGrid
- WaterFilter - Class in com.jhlabs.image
- WaterFilter() - Constructor for class com.jhlabs.image.WaterFilter
- wavelengthToRGB(float) - Static method in class com.jhlabs.image.Spectrum
- WeaveFilter - Class in com.jhlabs.image
- WeaveFilter() - Constructor for class com.jhlabs.image.WeaveFilter
- WholeImageFilter - Class in com.jhlabs.image
-
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 - Variable in class com.jhlabs.math.ImageFunction2D
- WoodFilter - Class in com.jhlabs.image
- WoodFilter() - Constructor for class com.jhlabs.image.WoodFilter
- WRAP - Static variable in class com.jhlabs.image.TransformFilter
- WRAP - Static variable in class com.jhlabs.math.ImageFunction2D
- WRAP_EDGES - Static variable in class com.jhlabs.image.ConvolveFilter
X
- x - Variable in class com.jhlabs.image.CellularFilter.Point
- x - Variable in class com.jhlabs.vecmath.AxisAngle4f
- x - Variable in class com.jhlabs.vecmath.Tuple3f
- x - Variable in class com.jhlabs.vecmath.Tuple4f
- x1 - Variable in class com.jhlabs.image.FieldWarpFilter.Line
- x2 - Variable in class com.jhlabs.image.FieldWarpFilter.Line
- xAmplitude - Variable in class com.jhlabs.image.RippleFilter
- xGrid - Variable in class com.jhlabs.image.WarpGrid
- xKnots - Variable in class com.jhlabs.image.Gradient
- xKnots - Variable in class com.jhlabs.image.SplineColormap
- xScale - Variable in class com.jhlabs.image.MarbleFilter
- xWavelength - Variable in class com.jhlabs.image.RippleFilter
Y
- y - Variable in class com.jhlabs.image.CellularFilter.Point
- y - Variable in class com.jhlabs.vecmath.AxisAngle4f
- y - Variable in class com.jhlabs.vecmath.Tuple3f
- y - Variable in class com.jhlabs.vecmath.Tuple4f
- y1 - Variable in class com.jhlabs.image.FieldWarpFilter.Line
- y2 - Variable in class com.jhlabs.image.FieldWarpFilter.Line
- yAmplitude - Variable in class com.jhlabs.image.RippleFilter
- yGrid - Variable in class com.jhlabs.image.WarpGrid
- yKnots - Variable in class com.jhlabs.image.Gradient
- yKnots - Variable in class com.jhlabs.image.SplineColormap
- yScale - Variable in class com.jhlabs.image.MarbleFilter
- yWavelength - Variable in class com.jhlabs.image.RippleFilter
Z
- z - Variable in class com.jhlabs.vecmath.AxisAngle4f
- z - Variable in class com.jhlabs.vecmath.Tuple3f
- z - Variable in class com.jhlabs.vecmath.Tuple4f
- ZERO - Static variable in class com.jhlabs.image.TransformFilter
- ZERO - Static variable in class com.jhlabs.math.ImageFunction2D
- ZERO_EDGES - Static variable in class com.jhlabs.image.ConvolveFilter
- ZOOM - Static variable in class com.jhlabs.image.MotionBlurFilter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form