A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
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(float, float) - Method in class com.jhlabs.image.Curve
- addKnot(int, int) - Method in class com.jhlabs.image.SplineColormap
-
Add a new knot.
- addKnot(int, int, int) - Method in class com.jhlabs.image.Gradient
-
Add a new knot.
- 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
-
Whether to convolve alpha.
- 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.CellularFilter
- amount - Variable in class com.jhlabs.image.SaturationFilter
- 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 a source and destination image.
- ApplyMaskFilter() - Constructor for class com.jhlabs.image.ApplyMaskFilter
-
Construct an ApplyMaskFIlter.
- ApplyMaskFilter(BufferedImage, BufferedImage) - Constructor for class com.jhlabs.image.ApplyMaskFilter
-
Construct an ApplyMaskFIlter.
- ArrayColormap - Class 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.DeinterlaceFilter
- 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
- 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
-
Construct a BicubicScaleFilter which resizes to 32x32 pixels.
- BicubicScaleFilter(int, int) - Constructor for class com.jhlabs.image.BicubicScaleFilter
-
Constructor for a filter which scales the input image to the given width and height using bicubic interpolation.
- BILINEAR - Static variable in class com.jhlabs.image.GradientFilter
- BILINEAR - Static variable in class com.jhlabs.image.TransformFilter
-
Use bilinear interpolation.
- bilinearInterpolate(float, float, int, int, int, int) - Static method in class com.jhlabs.image.ImageMath
-
Bilinear interpolation of ARGB values.
- BinaryFilter - Class in com.jhlabs.image
-
The superclass for some of the filters which work on binary images.
- 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
-
Construct a BlockFilter.
- BlockFilter(int) - Constructor for class com.jhlabs.image.BlockFilter
-
Construct a BlockFilter.
- BLUE - Static variable in class com.jhlabs.image.Histogram
- blur(int[], int[], int, int) - Method in class com.jhlabs.image.BrushedMetalFilter
- blur(int[], int[], int, int, float) - Static method in class com.jhlabs.image.BoxBlurFilter
-
Blur and transpose a block of ARGB pixels.
- blur(int[], int[], int, int, int, int) - Method in class com.jhlabs.image.VariableBlurFilter
- BlurFilter - Class in com.jhlabs.image
-
A simple blur filter.
- BlurFilter() - Constructor for class com.jhlabs.image.BlurFilter
- blurFractional(int[], int[], int, int, float) - Static method in class com.jhlabs.image.BoxBlurFilter
- blurMatrix - Static variable in class com.jhlabs.image.BlurFilter
-
A 3x3 convolution kernel for a simple blur.
- blurRadiusAt(int, int, int, int) - Method in class com.jhlabs.image.VariableBlurFilter
-
Override this to get a different blur radius at eahc point.
- BorderFilter - Class 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
-
Construct a BorderFilter which does nothing.
- BorderFilter(int, int, int, int, Paint) - Constructor for class com.jhlabs.image.BorderFilter
-
Construct a 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
-
Construct a default BoxBlurFilter.
- BoxBlurFilter(float, float, int) - Constructor for class com.jhlabs.image.BoxBlurFilter
-
Construct a BoxBlurFilter.
- brightness(int) - Static method in class com.jhlabs.image.PixelUtils
- brightnessNTSC(int) - Static method in class com.jhlabs.image.ImageMath
-
Return the NTSC gray level of an RGB value.
- BrushedMetalFilter - Class in com.jhlabs.image
-
A filter which produces an image simulating brushed metal.
- BrushedMetalFilter() - Constructor for class com.jhlabs.image.BrushedMetalFilter
-
Constructs a BrushedMetalFilter object.
- BrushedMetalFilter(int, int, float, boolean, float) - Constructor for class com.jhlabs.image.BrushedMetalFilter
-
Constructs a BrushedMetalFilter object.
- bTable - Variable in class com.jhlabs.image.TransferFilter
- buildColorTable() - Method in class com.jhlabs.image.OctTreeQuantizer
-
Build the color table.
- buildColorTable() - Method in interface com.jhlabs.image.Quantizer
-
Build a color table from the added pixels.
- buildColorTable(int[], int[]) - Method in class com.jhlabs.image.OctTreeQuantizer
-
A quick way to use the quantizer.
- BumpFilter - Class 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
-
Use a custom function as the bump map.
- BUMPS_FROM_BEVEL - Static variable in class com.jhlabs.image.ShadeFilter
- BUMPS_FROM_IMAGE - Static variable in class com.jhlabs.image.LightFilter
-
Use the input image brightness as the bump map.
- BUMPS_FROM_IMAGE - Static variable in class com.jhlabs.image.ShadeFilter
- BUMPS_FROM_IMAGE_ALPHA - Static variable in class com.jhlabs.image.LightFilter
-
Use the input image alpha as the bump map.
- BUMPS_FROM_IMAGE_ALPHA - Static variable in class com.jhlabs.image.ShadeFilter
- BUMPS_FROM_MAP - Static variable in class com.jhlabs.image.LightFilter
-
Use a separate image alpha channel as the bump map.
- 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
-
A filter which produces an image with a cellular texture.
- 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, green 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
- ChromaKeyFilter - 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.
- ChromaKeyFilter() - Constructor for class com.jhlabs.image.ChromaKeyFilter
- 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
-
Interpolate with a falling circle shape curve.
- CIRCLE_DOWN - Static variable in class com.jhlabs.image.ShapeFilter
- CIRCLE_UP - Static variable in class com.jhlabs.image.Gradient
-
Interpolate with a rising circle shape curve.
- 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
-
A filter which wraps an image around a circular arc.
- CircleFilter() - Constructor for class com.jhlabs.image.CircleFilter
-
Construct a 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 pixels to the image edges.
- CLAMP - Static variable in class com.jhlabs.math.ImageFunction2D
- CLAMP_EDGES - Static variable in class com.jhlabs.image.ConvolveFilter
-
Clamp pixels off the edge to the nearest edge.
- 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
-
Clones a BufferedImage.
- 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
- ColorDodgeComposite - Class in com.jhlabs.composite
- ColorDodgeComposite(float) - Constructor for class com.jhlabs.composite.ColorDodgeComposite
- ColorHalftoneFilter - Class in com.jhlabs.image
-
A Filter to pixellate images.
- ColorHalftoneFilter() - Constructor for class com.jhlabs.image.ColorHalftoneFilter
- 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
-
Use constant material color.
- COLORS_CONSTANT - Static variable in class com.jhlabs.image.ShadeFilter
- COLORS_FROM_IMAGE - Static variable in class com.jhlabs.image.LightFilter
-
Take the output colors from the input image.
- 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.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
-
Interpolates between two rasters according to the alpha level of a mask raster.
- composeThroughMask(Raster, WritableRaster, Raster) - Static method in class com.jhlabs.image.ImageUtils
-
Compose src onto dst using the alpha of sel to interpolate between the two.
- CompositeFilter - Class in com.jhlabs.image
-
A filter which composites two images together with an optional transform.
- CompositeFilter() - Constructor for class com.jhlabs.image.CompositeFilter
-
Construct a CompositeFilter.
- CompositeFilter(Composite) - Constructor for class com.jhlabs.image.CompositeFilter
-
Construct a CompositeFilter.
- CompositeFilter(Composite, AffineTransform) - Constructor for class com.jhlabs.image.CompositeFilter
-
Construct a CompositeFilter.
- CompositeFunction1D - Class in com.jhlabs.math
- CompositeFunction1D(Function1D, Function1D) - Constructor for class com.jhlabs.math.CompositeFunction1D
- CompoundFilter - Class in com.jhlabs.image
-
A BufferedImageOp which combines two other BufferedImageOps, one after the other.
- CompoundFilter(BufferedImageOp, BufferedImageOp) - Constructor for class com.jhlabs.image.CompoundFilter
-
Construct a CompoundFilter.
- CompoundFunction2D - Class 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
-
Don't tnterpolate - just use the starting value.
- 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
-
A filter which draws contours on an image at given brightness levels.
- ContourFilter() - Constructor for class com.jhlabs.image.ContourFilter
- ContrastFilter - Class in com.jhlabs.image
-
A filter to change the brightness and contrast of an 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 a block of pixels.
- convolve(Kernel, int[], int[], int, int, int) - Static method in class com.jhlabs.image.ConvolveFilter
-
Convolve a block of pixels.
- convolveAndTranspose(Kernel, int[], int[], int, int, boolean, boolean, boolean, int) - Static method in class com.jhlabs.image.GaussianFilter
-
Blur and transpose a block of ARGB pixels.
- 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
-
Copy one Gradient into another.
- COS - Static variable in class com.jhlabs.math.MathFunction1D
- 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
-
Cretae a BufferedImage from an ImageProducer.
- CropFilter - Class in com.jhlabs.image
-
A filter which crops an image to a given rectangle.
- CropFilter() - Constructor for class com.jhlabs.image.CropFilter
-
Construct a CropFilter.
- CropFilter(int, int, int, int) - Constructor for class com.jhlabs.image.CropFilter
-
Construct a CropFilter.
- 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
-
A filter which applies a crystallizing effect to an image, by producing Voronoi cells filled with colours from the image.
- CrystallizeFilter() - Constructor for class com.jhlabs.image.CrystallizeFilter
- cubeX - 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.
- Curve - Class in com.jhlabs.image
- Curve() - Constructor for class com.jhlabs.image.Curve
- Curve(Curve) - Constructor for class com.jhlabs.image.Curve
- CurvesFilter - Class in com.jhlabs.image
- CurvesFilter() - Constructor for class com.jhlabs.image.CurvesFilter
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
- DeinterlaceFilter - Class in com.jhlabs.image
-
A filter for de-interlacing video frames.
- DeinterlaceFilter() - Constructor for class com.jhlabs.image.DeinterlaceFilter
- DespeckleFilter - Class in com.jhlabs.image
-
A filter which removes noise from an image using a "pepper and salt" algorithm.
- 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.
- 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
- 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
-
6x6 90 degree halftone.
- ditherCluster3Matrix - Static variable in class com.jhlabs.image.DitherFilter
-
Order-3 clustered dither.
- ditherCluster4Matrix - Static variable in class com.jhlabs.image.DitherFilter
-
Order-4 clustered dither.
- ditherCluster8Matrix - Static variable in class com.jhlabs.image.DitherFilter
-
Order-8 clustered dither.
- DitherFilter - Class in com.jhlabs.image
-
A filter which performs ordered dithering on an image.
- DitherFilter() - Constructor for class com.jhlabs.image.DitherFilter
-
Constuct a DitherFilter.
- ditherLines4x4Matrix - Static variable in class com.jhlabs.image.DitherFilter
-
4x4 lines.
- ditherMagic2x2Matrix - Static variable in class com.jhlabs.image.DitherFilter
-
2x2 magic square.
- ditherMagic4x4Matrix - Static variable in class com.jhlabs.image.DitherFilter
-
4x4 magic square.
- ditherOrdered4x4Matrix - Static variable in class com.jhlabs.image.DitherFilter
-
4x4 ordered dither.
- ditherOrdered6x6Matrix - Static variable in class com.jhlabs.image.DitherFilter
-
Order-6 ordered dither.
- ditherOrdered8x8Matrix - Static variable in class com.jhlabs.image.DitherFilter
-
Order-8 ordered dither.
- DODGE - Static variable in class com.jhlabs.composite.MiscComposite
- DodgeComposite - Class in com.jhlabs.composite
- DodgeComposite(float) - Constructor for class com.jhlabs.composite.DodgeComposite
- DoGFilter - Class in com.jhlabs.image
-
Edge detection by difference of Gaussians.
- DoGFilter() - Constructor for class com.jhlabs.image.DoGFilter
- 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
-
The action to take for pixels off the image edge.
- 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
- 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
- ErodeAlphaFilter - Class in com.jhlabs.image
- ErodeAlphaFilter() - Constructor for class com.jhlabs.image.ErodeAlphaFilter
- ErodeAlphaFilter(float, float, float) - Constructor for class com.jhlabs.image.ErodeAlphaFilter
- 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.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
- EVEN - Static variable in class com.jhlabs.image.DeinterlaceFilter
- 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
-
A filter which changes the exposure of an 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
-
A filter which priduces a video feedback effect by repeated transformations.
- FeedbackFilter() - Constructor for class com.jhlabs.image.FeedbackFilter
-
Construct a FeedbackFilter.
- FeedbackFilter(float, float, float, float) - Constructor for class com.jhlabs.image.FeedbackFilter
-
Construct a FeedbackFilter.
- FFT - Class in com.jhlabs.math
- FFT(int) - Constructor for class com.jhlabs.math.FFT
- 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
-
Construct a FillFilter.
- FillFilter(int) - Constructor for class com.jhlabs.image.FillFilter
-
Construct a FillFilter.
- filter - Variable in class com.jhlabs.image.TransitionFilter
-
The filter used for the transition.
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.ApplyMaskFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.BicubicScaleFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.BlockFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.BorderFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.BoxBlurFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.BrushedMetalFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.ChromaKeyFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.ChromeFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.CircleFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.ColorHalftoneFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.CompositeFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.CompoundFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.ConvolveFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.CropFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.CurlFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.DeinterlaceFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.DiffuseFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.DisplaceFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.DissolveFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.DoGFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.ErodeAlphaFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.FBMFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.FeedbackFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.FieldWarpFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.FlipFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.GaussianFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.GlintFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.GlowFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.GradientFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.GradientWipeFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.HalftoneFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.HighPassFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.InterpolateFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.IteratedFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.KaleidoscopeFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.KeyFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.LaplaceFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.LensBlurFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.MarbleFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.MirrorFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.MotionBlurFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.MotionBlurOp
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.OffsetFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.PerspectiveFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.PinchFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.PointFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.PolarFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.RaysFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.RenderTextFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.ScaleFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.ScratchFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.ShadowFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.ShatterFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.ShineFilter
- 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.TritoneFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.TwirlFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.UnsharpFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.VariableBlurFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.WaterFilter
- filter(BufferedImage, BufferedImage) - Method in class com.jhlabs.image.WholeImageFilter
- 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
-
Actually filter the pixels.
- 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.ErodeAlphaFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.FadeFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.FBMFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.FillFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.FlareFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.FourColorFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.GrayFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.GrayscaleFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.HSBAdjustFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.InvertAlphaFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.InvertFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.JavaLnFFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.LevelsFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.LookupFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.MapColorsFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.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.PremultiplyFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.RGBAdjustFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.SaturationFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.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.SwizzleFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.TextureFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.ThresholdFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.TransferFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.TritoneFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.UnpremultiplyFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.WeaveFilter
- filterRGB(int, int, int) - Method in class com.jhlabs.image.WoodFilter
- 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
-
Rotate the image 180 degrees.
- FLIP_90CCW - Static variable in class com.jhlabs.image.FlipFilter
-
Rotate the image 90 degrees counter-clockwise.
- FLIP_90CW - Static variable in class com.jhlabs.image.FlipFilter
-
Rotate the image 90 degrees clockwise.
- FLIP_H - Static variable in class com.jhlabs.image.FlipFilter
-
Flip the image horizontally.
- FLIP_HV - Static variable in class com.jhlabs.image.FlipFilter
-
Flip the image horizontally and vertically.
- FLIP_V - Static variable in class com.jhlabs.image.FlipFilter
-
Flip the image vertically.
- 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
-
Construct a FlipFilter which flips horizontally and vertically.
- FlipFilter(int) - Constructor for class com.jhlabs.image.FlipFilter
-
Construct a FlipFilter.
- floor(float) - Static method in class com.jhlabs.math.SCNoise
- Flush3DFilter - Class 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(float, float) - Static method in class com.jhlabs.image.ImageMath
-
A variant of the gamma function.
- GainFilter - Class in com.jhlabs.image
-
A filter which changes the gain and bias of an image - similar to ContrastFilter.
- 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
-
Construct a GammaFilter.
- GammaFilter(float) - Constructor for class com.jhlabs.image.GammaFilter
-
Construct a GammaFilter.
- GammaFilter(float, float, float) - Constructor for class com.jhlabs.image.GammaFilter
-
Construct a GammaFilter.
- GAUSSIAN - Static variable in class com.jhlabs.image.NoiseFilter
-
Gaussian distribution for the noise.
- 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
-
Get whether to increase the size of the output image to accomodate the shadow.
- getAlpha() - Method in class com.jhlabs.composite.MiscComposite
- getAlpha() - Method in class com.jhlabs.composite.RGBComposite
- getAmount() - Method in class com.jhlabs.image.BrushedMetalFilter
-
Get the amount of noise to add.
- getAmount() - Method in class com.jhlabs.image.CausticsFilter
-
Get the amount of effect.
- getAmount() - Method in class com.jhlabs.image.CellularFilter
-
Get the amount of texture.
- getAmount() - Method in class com.jhlabs.image.ChromeFilter
-
Get the amount of chrome.
- getAmount() - Method in class com.jhlabs.image.DisplaceFilter
-
Get the amount of distortion.
- getAmount() - Method in class com.jhlabs.image.FBMFilter
-
Get the amount of texture.
- getAmount() - Method in class com.jhlabs.image.FieldWarpFilter
-
Get the amount of warp.
- getAmount() - Method in class com.jhlabs.image.GlintFilter
-
Get the amount of glint.
- getAmount() - Method in class com.jhlabs.image.GlowFilter
-
Get the amount of glow.
- getAmount() - Method in class com.jhlabs.image.MarbleFilter
-
Get the amount of effect.
- getAmount() - Method in class com.jhlabs.image.NoiseFilter
-
Get the amount of noise.
- getAmount() - Method in class com.jhlabs.image.PinchFilter
-
Get the amount of pinch.
- getAmount() - Method in class com.jhlabs.image.SaturationFilter
-
Set the amount of saturation change.
- getAmount() - Method in class com.jhlabs.image.SkyFilter
- getAmount() - Method in class com.jhlabs.image.SparkleFilter
-
Get the amount of sparkle.
- getAmount() - Method in class com.jhlabs.image.SwimFilter
-
Get the amount of swim.
- getAmount() - Method in class com.jhlabs.image.TextureFilter
-
Get the amount of texture.
- getAmount() - Method in class com.jhlabs.image.UnsharpFilter
-
Get the amount of sharpening.
- getAmplitude() - Method in class com.jhlabs.image.WaterFilter
-
Get the amplitude of the ripples.
- getAngle() - Method in class com.jhlabs.image.CellularFilter
-
Returns the angle of the texture.
- getAngle() - Method in class com.jhlabs.image.CheckFilter
-
Get the angle of the texture.
- getAngle() - Method in class com.jhlabs.image.CircleFilter
-
Returns the angle of the arc.
- getAngle() - Method in class com.jhlabs.image.CurlFilter
- getAngle() - Method in class com.jhlabs.image.FadeFilter
-
Returns the angle of the texture.
- getAngle() - Method in class com.jhlabs.image.FBMFilter
-
Returns the angle of the texture.
- getAngle() - Method in class com.jhlabs.image.FeedbackFilter
-
Returns the angle of each iteration.
- getAngle() - Method in class com.jhlabs.image.GradientFilter
-
Returns the angle of the texture.
- getAngle() - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Get the angle of the kaleidoscope.
- getAngle() - Method in class com.jhlabs.image.MarbleTexFilter
- getAngle() - Method in class com.jhlabs.image.MirrorFilter
-
Returns the angle of the mirror.
- getAngle() - Method in class com.jhlabs.image.MotionBlurFilter
-
Returns the angle of blur.
- getAngle() - Method in class com.jhlabs.image.MotionBlurOp
-
Returns the angle of blur.
- getAngle() - Method in class com.jhlabs.image.PinchFilter
-
Get the angle of twist.
- getAngle() - Method in class com.jhlabs.image.RotateFilter
-
Returns the angle of rotation.
- getAngle() - Method in class com.jhlabs.image.ScratchFilter
- getAngle() - Method in class com.jhlabs.image.ShadowFilter
-
Returns the angle of the shadow.
- getAngle() - Method in class com.jhlabs.image.ShineFilter
- getAngle() - Method in class com.jhlabs.image.SkyFilter
- getAngle() - Method in class com.jhlabs.image.SmearFilter
-
Returns the angle of the texture.
- getAngle() - Method in class com.jhlabs.image.SwimFilter
-
Returns the angle of the effect.
- getAngle() - Method in class com.jhlabs.image.TextureFilter
-
Returns the angle of the texture.
- getAngle() - Method in class com.jhlabs.image.TwirlFilter
-
Get the angle of twist.
- getAngle() - Method in class com.jhlabs.image.WoodFilter
-
Returns the angle of the texture.
- getAngle2() - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Get the secondary angle of the kaleidoscope.
- getAngleCoefficient() - Method in class com.jhlabs.image.CellularFilter
- getAngleVariation() - Method in class com.jhlabs.image.ScratchFilter
- getAzimuth() - Method in class com.jhlabs.image.EmbossFilter
- getAzimuth() - Method in class com.jhlabs.image.LightFilter.Light
- getB() - Method in class com.jhlabs.image.QuiltFilter
- getBackground() - Method in class com.jhlabs.image.CheckFilter
-
Get the background color.
- getBackground() - Method in class com.jhlabs.image.SmearFilter
- getBaseAmount() - Method in class com.jhlabs.image.FlareFilter
- getBasis() - Method in class com.jhlabs.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
- getBevel() - Method in class com.jhlabs.image.ShineFilter
- getBFactor() - Method in class com.jhlabs.image.HSBAdjustFilter
- getBFactor() - Method in class com.jhlabs.image.RGBAdjustFilter
- getBgColor() - Method in class com.jhlabs.image.CausticsFilter
-
Get the background color.
- getBias() - Method in class com.jhlabs.image.FBMFilter
- getBias() - Method in class com.jhlabs.image.GainFilter
-
Get the bias.
- getBias() - Method in class com.jhlabs.image.SkyFilter
- getBlack() - Method in class com.jhlabs.image.StampFilter
-
Set the color to be used for pixels below the lower threshold.
- getBlack() - Method in class com.jhlabs.image.ThresholdFilter
-
Set the color to be used for pixels below the lower threshold.
- getBlackFunction() - Method in class com.jhlabs.image.BinaryFilter
- getBlockSize() - Method in class com.jhlabs.image.BlockFilter
-
Get the pixel block size.
- getBloom() - Method in class com.jhlabs.image.LensBlurFilter
-
Get the bloom factor.
- getBloomThreshold() - Method in class com.jhlabs.image.LensBlurFilter
-
Get the bloom threshold.
- getBlueGreen() - Method in class com.jhlabs.image.ChannelMixFilter
- getBlur() - Method in class com.jhlabs.image.GlintFilter
-
Set the blur that is applied before thresholding.
- getBlurMask() - Method in class com.jhlabs.image.VariableBlurFilter
-
Get the mask used to give the amount of blur at each point.
- getBorderPaint() - Method in class com.jhlabs.image.BorderFilter
-
Get the border paint.
- getBottomBorder() - Method in class com.jhlabs.image.BorderFilter
-
Returns the border border value.
- getBounds2D(BufferedImage) - Method in class com.jhlabs.image.AbstractBufferedImageOp
- getBounds2D(BufferedImage) - Method in class com.jhlabs.image.BrushedMetalFilter
- getBounds2D(BufferedImage) - Method in class com.jhlabs.image.ConvolveFilter
- getBounds2D(BufferedImage) - Method in class com.jhlabs.image.PerspectiveFilter
- getBounds2D(BufferedImage) - Method in class com.jhlabs.image.ShadowFilter
- getBounds2D(BufferedImage) - Method in class com.jhlabs.image.VariableBlurFilter
- getBrightness() - Method in class com.jhlabs.image.CausticsFilter
-
Get the brightness.
- getBrightness() - Method in class com.jhlabs.image.ContrastFilter
-
Get the filter brightness.
- getBrightness() - Method in class com.jhlabs.image.ShineFilter
- getBTolerance() - Method in class com.jhlabs.image.ChromaKeyFilter
- getBTolerance() - Method in class com.jhlabs.image.KeyFilter
-
Get the brightness tolerance.
- 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
-
Get the centre of the effect as a proportion of the image size.
- getCentre() - Method in class com.jhlabs.image.FeedbackFilter
-
Get the centre of the effect as a proportion of the image size.
- getCentre() - Method in class com.jhlabs.image.FlareFilter
- getCentre() - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Get the centre of the effect as a proportion of the image size.
- getCentre() - Method in class com.jhlabs.image.MotionBlurOp
-
Get the centre of the effect as a proportion of the image size.
- getCentre() - Method in class com.jhlabs.image.PinchFilter
-
Get the centre of the effect as a proportion of the image size.
- getCentre() - Method in class com.jhlabs.image.ShatterFilter
- getCentre() - Method in class com.jhlabs.image.SphereFilter
-
Get the centre of the effect as a proportion of the image size.
- getCentre() - Method in class com.jhlabs.image.TwirlFilter
-
Get the centre of the effect as a proportion of the image size.
- getCentre() - Method in class com.jhlabs.image.WaterFilter
-
Get the centre of the effect as a proportion of the image size.
- getCentreX() - Method in class com.jhlabs.image.CircleFilter
-
Get the centre of the effect in the X direction as a proportion of the image size.
- getCentreX() - Method in class com.jhlabs.image.FeedbackFilter
-
Get the centre of the effect in the X direction as a proportion of the image size.
- getCentreX() - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Get the centre of the effect in the X direction as a proportion of the image size.
- getCentreX() - Method in class com.jhlabs.image.LightFilter.Light
-
Get the centre of the light in the X direction as a proportion of the image size.
- getCentreX() - Method in class com.jhlabs.image.MotionBlurOp
-
Get the centre of the effect in the X direction as a proportion of the image size.
- getCentreX() - Method in class com.jhlabs.image.PinchFilter
-
Get the centre of the effect in the X direction as a proportion of the image size.
- getCentreX() - Method in class com.jhlabs.image.ShatterFilter
- getCentreX() - Method in class com.jhlabs.image.SphereFilter
- getCentreX() - Method in class com.jhlabs.image.TwirlFilter
-
Get the centre of the effect in the X direction as a proportion of the image size.
- getCentreX() - Method in class com.jhlabs.image.WaterFilter
-
Get the centre of the effect in the X direction as a proportion of the image size.
- getCentreY() - Method in class com.jhlabs.image.CircleFilter
-
Get the centre of the effect in the Y direction as a proportion of the image size.
- getCentreY() - Method in class com.jhlabs.image.FeedbackFilter
-
Get the centre of the effect in the Y direction as a proportion of the image size.
- getCentreY() - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Get the centre of the effect in the Y direction as a proportion of the image size.
- getCentreY() - Method in class com.jhlabs.image.LightFilter.Light
-
Get the centre of the light in the Y direction as a proportion of the image size.
- getCentreY() - Method in class com.jhlabs.image.MirrorFilter
- getCentreY() - Method in class com.jhlabs.image.MotionBlurOp
-
Get the centre of the effect in the Y direction as a proportion of the image size.
- getCentreY() - Method in class com.jhlabs.image.PinchFilter
-
Get the centre of the effect in the Y direction as a proportion of the image size.
- getCentreY() - Method in class com.jhlabs.image.ShatterFilter
- getCentreY() - Method in class com.jhlabs.image.SphereFilter
-
Get the centre of the effect in the Y direction as a proportion of the image size.
- getCentreY() - Method in class com.jhlabs.image.TwirlFilter
-
Get the centre of the effect in the Y direction as a proportion of the image size.
- getCentreY() - Method in class com.jhlabs.image.WaterFilter
-
Get the centre of the effect in the Y direction as a proportion of the image size.
- getCleanImage() - Method in class com.jhlabs.image.KeyFilter
-
Get the clean image.
- getClip() - Method in class com.jhlabs.image.PerspectiveFilter
- 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
-
Get the color of the metal.
- getColor() - Method in class com.jhlabs.image.ChromaKeyFilter
- getColor() - Method in class com.jhlabs.image.FlareFilter
- getColor() - Method in class com.jhlabs.image.LightFilter.Light
- getColor() - Method in class com.jhlabs.image.ScratchFilter
- getColor() - Method in class com.jhlabs.image.SparkleFilter
- getColor(float) - Method in class com.jhlabs.image.ArrayColormap
-
Convert a value in the range 0..1 to an RGB color.
- getColor(float) - Method in 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
-
Get whether to use a color dither.
- getColorDither() - Method in class com.jhlabs.image.DitherFilter
-
Get whether to use a color dither.
- getColormap() - Method in class com.jhlabs.image.BinaryFilter
-
Get the colormap to be used for the filter.
- getColormap() - Method in class com.jhlabs.image.CellularFilter
-
Get the colormap to be used for the filter.
- getColormap() - Method in class com.jhlabs.image.FBMFilter
-
Get the colormap to be used for the filter.
- getColormap() - Method in class com.jhlabs.image.GlintFilter
-
Get the colormap to be used for the filter.
- getColormap() - Method in class com.jhlabs.image.GradientFilter
-
Get the colormap to be used for the filter.
- getColormap() - Method in class com.jhlabs.image.LookupFilter
-
Get the colormap to be used for the filter.
- getColormap() - Method in class com.jhlabs.image.MarbleTexFilter
- getColormap() - Method in class com.jhlabs.image.PlasmaFilter
-
Get the colormap to be used for the filter.
- getColormap() - Method in class com.jhlabs.image.QuiltFilter
-
Get the colormap to be used for the filter.
- getColormap() - Method in class com.jhlabs.image.RaysFilter
-
Get the colormap to be used for the filter.
- getColormap() - Method in class com.jhlabs.image.ShapeFilter
-
Get the colormap to be used for the filter.
- getColormap() - Method in class com.jhlabs.image.TextureFilter
-
Get the colormap to be used for the filter.
- getColormap() - Method in class com.jhlabs.image.WoodFilter
-
Get the colormap to be used for the filter.
- getColorNE() - Method in class com.jhlabs.image.FourColorFilter
- getColorNW() - Method in class com.jhlabs.image.FourColorFilter
- getColorSE() - Method in class com.jhlabs.image.FourColorFilter
- getColorSource() - Method in class com.jhlabs.image.LightFilter
- getColorSW() - Method in class com.jhlabs.image.FourColorFilter
- getComposite() - Method in class com.jhlabs.image.CompositeFilter
-
Get the composite.
- getComposite() - Method in class com.jhlabs.image.RenderTextFilter
-
Get the composite with which to paint the text.
- getConeAngle() - Method in class com.jhlabs.image.LightFilter.Light
- getContourColor() - Method in class com.jhlabs.image.ContourFilter
- getContrast() - Method in class com.jhlabs.image.ContrastFilter
-
Get the filter contrast.
- getCrossings() - Method in class com.jhlabs.image.WeaveFilter
- getCurves() - Method in class com.jhlabs.image.CurvesFilter
- getCyanScreenAngle() - Method in class com.jhlabs.image.ColorHalftoneFilter
-
Get the cyan screen angle.
- getD() - Method in class com.jhlabs.image.QuiltFilter
- getDensity() - Method in class com.jhlabs.image.DissolveFilter
-
Get the density of the image.
- getDensity() - Method in class com.jhlabs.image.GradientWipeFilter
- getDensity() - Method in class com.jhlabs.image.NoiseFilter
-
Get the density of the noise.
- getDensity() - Method in class com.jhlabs.image.ScratchFilter
- getDensity() - Method in class com.jhlabs.image.SmearFilter
- getDestGrid() - Method in class com.jhlabs.image.WarpFilter
-
Get the destination warp grid.
- getDestination() - Method in class com.jhlabs.image.ApplyMaskFilter
-
Get the destination image.
- getDestination() - Method in class com.jhlabs.image.InterpolateFilter
-
Get the destination image.
- getDestination() - Method in class com.jhlabs.image.KeyFilter
-
Get the destination image.
- getDestination() - Method in class com.jhlabs.image.TransitionFilter
-
Get the destination image.
- getDiffuseColor() - Method in class com.jhlabs.image.LightFilter
- getDiffuseColor() - Method in class com.jhlabs.image.LightFilter.Material
- getDispersion() - Method in class com.jhlabs.image.CausticsFilter
-
Get the dispersion.
- getDisplacementMap() - Method in class com.jhlabs.image.DisplaceFilter
-
Get the displacement map.
- getDistance() - Method in class com.jhlabs.image.FeedbackFilter
-
Get the distance to move on each iteration.
- getDistance() - Method in class com.jhlabs.image.LightFilter.Light
- getDistance() - Method in class com.jhlabs.image.MirrorFilter
- getDistance() - Method in class com.jhlabs.image.MotionBlurFilter
-
Get the distance of blur.
- getDistance() - Method in class com.jhlabs.image.MotionBlurOp
-
Get the distance of blur.
- getDistance() - Method in class com.jhlabs.image.ShadowFilter
-
Get the distance of the shadow.
- getDistance() - Method in class com.jhlabs.image.ShatterFilter
- getDistance() - Method in class com.jhlabs.image.ShineFilter
- getDistance() - Method in class com.jhlabs.image.SmearFilter
- getDistancePower() - Method in class com.jhlabs.image.CellularFilter
- getDistortion() - Method in class com.jhlabs.math.VLNoise
- getDistribution() - Method in class com.jhlabs.image.NoiseFilter
-
Get the distribution of the noise.
- getDither() - Method in class com.jhlabs.image.QuantizeFilter
-
Return the dithering setting
- getdotRadius() - Method in class com.jhlabs.image.ColorHalftoneFilter
-
Get the pixel block size.
- getEdgeAction() - Method in class com.jhlabs.image.ConvolveFilter
-
Get the action to perfomr for pixels off the image edges.
- getEdgeAction() - Method in class com.jhlabs.image.TransformFilter
-
Get the action to perform for pixels off the edge of the image.
- 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
-
Get the alpha value at the last iteration.
- 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
-
Get the exppsure of the effect.
- getExposure() - Method in class com.jhlabs.image.ExposureFilter
-
Get the exposure level.
- getF1() - Method in class com.jhlabs.image.CellularFilter
- getF2() - Method in class com.jhlabs.image.CellularFilter
- getF3() - Method in class com.jhlabs.image.CellularFilter
- getF4() - Method in class com.jhlabs.image.CellularFilter
- getFactor() - Method in class com.jhlabs.image.ShapeFilter
- getFadeEdges() - Method in class com.jhlabs.image.CrystallizeFilter
- getFadeEdges() - Method in class com.jhlabs.image.PointillizeFilter
- getFadeout() - Method in class com.jhlabs.image.SmearFilter
- getFadeStart() - Method in class com.jhlabs.image.FadeFilter
- getFadeWidth() - Method in class com.jhlabs.image.FadeFilter
- getFibres() - Method in class com.jhlabs.image.WoodFilter
-
Returns the amount of fibres in the texture.
- getFillColor() - Method in class com.jhlabs.image.FillFilter
-
Get the fill color.
- getFocus() - Method in class com.jhlabs.image.LightFilter.Light
- getFont() - Method in class com.jhlabs.image.RenderTextFilter
-
Get the font with which to paint the text.
- getForeground() - Method in class com.jhlabs.image.CheckFilter
-
Get the foreground color.
- 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
- getFuzziness() - Method in class com.jhlabs.image.CheckFilter
-
Get the fuzziness of the texture.
- getFuzziness() - Method in class com.jhlabs.image.PointillizeFilter
- getGain() - Method in class com.jhlabs.image.FBMFilter
- getGain() - Method in class com.jhlabs.image.GainFilter
-
Get the gain.
- getGain() - Method in class com.jhlabs.image.SkyFilter
- getGain() - Method in class com.jhlabs.image.WoodFilter
-
Returns the gain of the texture.
- getGamma() - Method in class com.jhlabs.image.GammaFilter
-
Get the gamma level.
- getGap() - Method in class com.jhlabs.image.MirrorFilter
- getGFactor() - Method in class com.jhlabs.image.RGBAdjustFilter
- getGlintOnly() - Method in class com.jhlabs.image.GlintFilter
-
Get whether to render the stars and the image or only the stars.
- 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
-
Get the height of the arc.
- getHeight() - Method in class com.jhlabs.image.CropFilter
-
Get the height of the crop rectangle.
- getHeight() - Method in class com.jhlabs.image.TileImageFilter
-
Get the output image height.
- getHeight() - Method in class com.jhlabs.math.ImageFunction2D
- getHFactor() - Method in class com.jhlabs.image.HSBAdjustFilter
- getHighColor() - Method in class com.jhlabs.image.TritoneFilter
-
Get the high color.
- getHighLevel() - Method in class com.jhlabs.image.LevelsFilter
- getHighOutputLevel() - Method in class com.jhlabs.image.LevelsFilter
- getHRadius() - Method in class com.jhlabs.image.BoxBlurFilter
-
Get the horizontal size of the blur.
- getHRadius() - Method in class com.jhlabs.image.SmartBlurFilter
-
Get the horizontal size of the blur.
- getHRadius() - Method in class com.jhlabs.image.VariableBlurFilter
-
Get the horizontal size of the blur.
- getHTolerance() - Method in class com.jhlabs.image.ChromaKeyFilter
- getHTolerance() - Method in class com.jhlabs.image.KeyFilter
-
Get the hue tolerance.
- getIndexForColor(int) - Method in class com.jhlabs.image.OctTreeQuantizer
-
Get the color table index for a color.
- getIndexForColor(int) - Method in interface com.jhlabs.image.Quantizer
-
Using the previously-built color table, return the index into that table for a pixel.
- getInLines() - Method in class com.jhlabs.image.FieldWarpFilter
- getInstance(int, float) - Static method in class com.jhlabs.composite.MiscComposite
- getIntensity() - Method in class com.jhlabs.image.LightFilter.Light
- getInterpolation() - Method in class com.jhlabs.image.GradientFilter
- getInterpolation() - Method in class com.jhlabs.image.InterpolateFilter
-
Get the interpolation factor.
- getInterpolation() - Method in class com.jhlabs.image.TransformFilter
-
Get the type of interpolation to perform.
- getIntoB() - Method in class com.jhlabs.image.ChannelMixFilter
- getIntoG() - Method in class com.jhlabs.image.ChannelMixFilter
- getIntoR() - Method in class com.jhlabs.image.ChannelMixFilter
- getInvert() - Method in class com.jhlabs.image.DoGFilter
- getInvert() - Method in class com.jhlabs.image.FadeFilter
- getInvert() - Method in class com.jhlabs.image.GradientWipeFilter
- getInvert() - Method in class com.jhlabs.image.HalftoneFilter
- getInvert() - Method in class com.jhlabs.image.ShapeFilter
- getIterations() - Method in class com.jhlabs.image.BinaryFilter
-
Get the number of iterations the effect is performed.
- getIterations() - Method in class com.jhlabs.image.BoxBlurFilter
-
Get the number of iterations the blur is performed.
- getIterations() - Method in class com.jhlabs.image.FeedbackFilter
-
Get the number of iterations.
- getIterations() - Method in class com.jhlabs.image.QuiltFilter
-
Get the number of iterations the effect is performed.
- getIterations() - Method in class com.jhlabs.image.ShatterFilter
- getIterations() - Method in class com.jhlabs.image.VariableBlurFilter
-
Get the number of iterations the blur is performed.
- getK() - Method in class com.jhlabs.image.QuiltFilter
- getKernel() - Method in class com.jhlabs.image.ConvolveFilter
-
Get the convolution kernel.
- getKnot(int) - Method in class com.jhlabs.image.Gradient
-
Get a knot color.
- getKnot(int) - Method in class com.jhlabs.image.SplineColormap
-
Get a knot color.
- getKnotBlend(int) - Method in class com.jhlabs.image.Gradient
-
Get a knot blend type.
- getKnotPosition(int) - Method in class com.jhlabs.image.Gradient
-
Get a knot position.
- getKnotType(int) - Method in class com.jhlabs.image.Gradient
-
Get a knot type.
- getLacunarity() - Method in class com.jhlabs.image.FBMFilter
- getLacunarity() - Method in class com.jhlabs.image.SkyFilter
- getLeftBorder() - Method in class com.jhlabs.image.BorderFilter
-
Returns the left border value.
- getLength() - Method in class com.jhlabs.image.GlintFilter
-
Get the length of the stars.
- getLength() - Method in class com.jhlabs.image.ScratchFilter
- getLevels() - Method in class com.jhlabs.image.ContourFilter
- getLevels() - Method in class com.jhlabs.image.DiffusionFilter
-
Get the number of dither levels.
- getLevels() - Method in class com.jhlabs.image.DitherFilter
-
Get the number of dither levels.
- getLevels() - Method in class com.jhlabs.image.OilFilter
-
Get the number of levels for the effect.
- getLights() - Method in class com.jhlabs.image.LightFilter
- getLowerThreshold() - Method in class com.jhlabs.image.ThresholdFilter
-
Get the lower threshold value.
- getLowLevel() - Method in class com.jhlabs.image.LevelsFilter
- getLowOutputLevel() - Method in class com.jhlabs.image.LevelsFilter
- getLUT() - Method in class com.jhlabs.image.RGBAdjustFilter
- getLUT() - Method in class com.jhlabs.image.TransferFilter
- getMagentaScreenAngle() - Method in class com.jhlabs.image.ColorHalftoneFilter
-
Get the magenta screen angle.
- getMap() - Method in class com.jhlabs.image.ArrayColormap
-
Get the array of colors for the colormap.
- getMask() - Method in class com.jhlabs.image.GradientWipeFilter
- getMask() - Method in class com.jhlabs.image.HalftoneFilter
-
Get the halftone mask.
- getMask() - Method in class com.jhlabs.image.MaskFilter
- getMaskImage() - Method in class com.jhlabs.image.ApplyMaskFilter
-
Get the mask image.
- getMaterial() - Method in class com.jhlabs.image.LightFilter
- getMatrix() - Method in class com.jhlabs.image.DiffusionFilter
-
Get the dither matrix.
- getMatrix() - Method in class com.jhlabs.image.DitherFilter
-
Get the dither matrix.
- getMatrix() - Method in class com.jhlabs.image.SwizzleFilter
-
Get the swizzle matrix.
- getMaxFrequency() - Method in class com.jhlabs.image.Histogram
- getMaxFrequency(int) - Method in class com.jhlabs.image.Histogram
- getMaxValue() - Method in class com.jhlabs.image.Histogram
- getMaxValue(int) - Method in class com.jhlabs.image.Histogram
- getMeanValue() - Method in class com.jhlabs.image.Histogram
- getMeanValue(int) - Method in class com.jhlabs.image.Histogram
- getMerge() - Method in class com.jhlabs.image.ShapeFilter
- getMidColor() - Method in class com.jhlabs.image.TritoneFilter
-
Get the mid color.
- getMinFrequency() - Method in class com.jhlabs.image.Histogram
- getMinFrequency(int) - Method in class com.jhlabs.image.Histogram
- getMinValue() - Method in class com.jhlabs.image.Histogram
- getMinValue(int) - Method in class com.jhlabs.image.Histogram
- getMix() - Method in class com.jhlabs.image.SmearFilter
- getMode() - Method in class com.jhlabs.image.DeinterlaceFilter
- getMonochrome() - Method in class com.jhlabs.image.BrushedMetalFilter
-
Get the type of noise to add.
- getMonochrome() - Method in class com.jhlabs.image.HalftoneFilter
-
Get whether to do monochrome halftoning.
- getMonochrome() - Method in class com.jhlabs.image.NoiseFilter
-
Get whether to use monochrome noise.
- getMorphImage() - Method in class com.jhlabs.image.WarpFilter
- getNewColor() - Method in class com.jhlabs.image.BinaryFilter
- getNormalize() - Method in class com.jhlabs.image.DoGFilter
- getNumColors() - Method in class com.jhlabs.image.QuantizeFilter
-
Get the number of colors to quantize to.
- getNumKnots() - Method in class com.jhlabs.image.Gradient
-
Get the number of knots in the gradient.
- getNumLevels() - Method in class com.jhlabs.image.PosterizeFilter
-
Get the number of levels in the output image.
- getNumSamples() - Method in class com.jhlabs.image.Histogram
- getOctaves() - Method in class com.jhlabs.image.FBMFilter
- getOctaves() - Method in class com.jhlabs.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.LightFilter.Material
- getOpacity() - Method in class com.jhlabs.image.MirrorFilter
-
Get the opacity of the reflection.
- getOpacity() - Method in class com.jhlabs.image.OpacityFilter
-
Get the opacity setting.
- getOpacity() - Method in class com.jhlabs.image.RaysFilter
-
Get the opacity of the rays.
- getOpacity() - Method in class com.jhlabs.image.ShadowFilter
-
Get the opacity of the shadow.
- getOperation() - Method in class com.jhlabs.image.FBMFilter
- getOperation() - Method in class com.jhlabs.image.FlipFilter
-
Get the filter operation.
- getOperation() - Method in class com.jhlabs.image.SkyFilter
- getOperation() - Method in class com.jhlabs.image.TextureFilter
- getOriginX() - Method in class com.jhlabs.image.PerspectiveFilter
-
Get the origin of the output image.
- getOriginY() - Method in class com.jhlabs.image.PerspectiveFilter
-
Get the origin of the output image.
- getOutLines() - Method in class com.jhlabs.image.FieldWarpFilter
- getPaint() - Method in class com.jhlabs.image.RenderTextFilter
-
Get the paint with which to paint the text.
- getPaintMode() - Method in class com.jhlabs.image.GradientFilter
- getPhase() - Method in class com.jhlabs.image.WaterFilter
-
Get the phase of the ripples.
- getPixel(int, int, int[], int, int) - Method in class com.jhlabs.image.CellularFilter
- getPixel(int, int, int[], int, int) - Method in class com.jhlabs.image.CrystallizeFilter
- getPixel(int, int, int[], int, int) - Method in class com.jhlabs.image.PointillizeFilter
- getPixels() - Method in class com.jhlabs.math.ImageFunction2D
- getPoint1() - Method in class com.jhlabs.image.GradientFilter
- getPoint2() - Method in class com.jhlabs.image.GradientFilter
- getPoint2D(Point2D, Point2D) - Method in class com.jhlabs.image.AbstractBufferedImageOp
- getPoint2D(Point2D, Point2D) - Method in class com.jhlabs.image.BrushedMetalFilter
- getPoint2D(Point2D, Point2D) - Method in class com.jhlabs.image.ConvolveFilter
- getPoint2D(Point2D, Point2D) - Method in class com.jhlabs.image.PerspectiveFilter
- getPoint2D(Point2D, Point2D) - Method in class com.jhlabs.image.ShadowFilter
- getPoint2D(Point2D, Point2D) - Method in class com.jhlabs.image.VariableBlurFilter
- getPower() - Method in class com.jhlabs.image.FieldWarpFilter
- getPremultiplyAlpha() - Method in class com.jhlabs.image.BoxBlurFilter
-
Get whether to premultiply the alpha channel.
- getPremultiplyAlpha() - Method in class com.jhlabs.image.ConvolveFilter
-
Get whether to premultiply the alpha channel.
- getPremultiplyAlpha() - Method in class com.jhlabs.image.MotionBlurFilter
-
Get whether to premultiply the alpha channel.
- getPremultiplyAlpha() - Method in class com.jhlabs.image.VariableBlurFilter
-
Get whether to premultiply the alpha channel.
- getRadius() - Method in class com.jhlabs.image.BoxBlurFilter
-
Get the size of the blur.
- getRadius() - Method in class com.jhlabs.image.BrushedMetalFilter
-
Get the horizontal size of the blur.
- getRadius() - Method in class com.jhlabs.image.CircleFilter
-
Get the radius of the effect.
- getRadius() - Method in class com.jhlabs.image.CurlFilter
- getRadius() - Method in class com.jhlabs.image.ErodeAlphaFilter
- getRadius() - Method in class com.jhlabs.image.FlareFilter
-
Get the radius of the effect.
- getRadius() - Method in class com.jhlabs.image.GaussianFilter
-
Get the radius of the kernel.
- getRadius() - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Get the radius of the effect.
- getRadius() - Method in class com.jhlabs.image.LensBlurFilter
-
Get the radius of the kernel.
- getRadius() - Method in class com.jhlabs.image.PinchFilter
-
Get the radius of the effect.
- getRadius() - Method in class com.jhlabs.image.ShadowFilter
-
Get the radius of the kernel.
- getRadius() - Method in class com.jhlabs.image.ShineFilter
-
Get the radius of the kernel.
- getRadius() - Method in class com.jhlabs.image.SmartBlurFilter
-
Get the radius of the effect.
- getRadius() - Method in class com.jhlabs.image.SparkleFilter
-
Get the radius of the effect.
- getRadius() - Method in class com.jhlabs.image.SphereFilter
-
Get the radius of the effect.
- getRadius() - Method in class com.jhlabs.image.StampFilter
-
Get the radius of the effect.
- getRadius() - Method in class com.jhlabs.image.TwirlFilter
-
Get the radius of the effect.
- getRadius() - Method in class com.jhlabs.image.VariableBlurFilter
-
Get the radius of the effect.
- getRadius() - Method in class com.jhlabs.image.WaterFilter
-
Get the radius of the effect.
- getRadius1() - Method in class com.jhlabs.image.DoGFilter
-
Get the radius of the kernel.
- getRadius2() - Method in class com.jhlabs.image.DoGFilter
-
Get the radius of the kernel.
- getRandomness() - Method in class com.jhlabs.image.CellularFilter
- getRandomness() - Method in class com.jhlabs.image.SparkleFilter
- getRange() - Method in class com.jhlabs.image.OilFilter
-
Get the range of the effect in pixels.
- getRayAmount() - Method in class com.jhlabs.image.FlareFilter
- getRays() - Method in class com.jhlabs.image.SparkleFilter
- getRaysOnly() - Method in class com.jhlabs.image.RaysFilter
-
Get whether to render only the rays.
- getRedBlue() - Method in class com.jhlabs.image.ChannelMixFilter
- getRefractionIndex() - Method in class com.jhlabs.image.SphereFilter
-
Get the index of refaction.
- 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
-
Returns the right border value.
- getRingAmount() - Method in class com.jhlabs.image.FlareFilter
- getRings() - Method in class com.jhlabs.image.WoodFilter
-
Returns the rings value.
- getRingWidth() - Method in class com.jhlabs.image.FlareFilter
- getRotation() - Method in class com.jhlabs.image.FeedbackFilter
-
Returns the amount of rotation on each iteration.
- getRotation() - Method in class com.jhlabs.image.MirrorFilter
- getRotation() - Method in class com.jhlabs.image.MotionBlurFilter
-
Get the blur rotation.
- getRotation() - Method in class com.jhlabs.image.MotionBlurOp
-
Get the blur rotation.
- 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
-
Get the number of samples per pixel.
- getScale() - Method in class com.jhlabs.image.CausticsFilter
-
Returns the scale of the texture.
- getScale() - Method in class com.jhlabs.image.CellularFilter
-
Returns the scale of the texture.
- getScale() - Method in class com.jhlabs.image.ContourFilter
-
Returns the scale of the contours.
- getScale() - Method in class com.jhlabs.image.DiffuseFilter
-
Returns the scale of the texture.
- getScale() - Method in class com.jhlabs.image.FBMFilter
-
Returns the scale of the texture.
- getScale() - Method in class com.jhlabs.image.MarbleTexFilter
- getScale() - Method in class com.jhlabs.image.RescaleFilter
-
Returns the scale factor.
- getScale() - Method in class com.jhlabs.image.SkyFilter
- getScale() - Method in class com.jhlabs.image.SwimFilter
-
Returns the scale of the distortion.
- getScale() - Method in class com.jhlabs.image.TextureFilter
-
Returns the scale of the texture.
- getScale() - Method in class com.jhlabs.image.WoodFilter
-
Returns the scale of the texture.
- getScaling() - Method in class com.jhlabs.image.PlasmaFilter
- getScatter() - Method in class com.jhlabs.image.SmearFilter
- getSeed() - Method in class com.jhlabs.image.PlasmaFilter
- getSeed() - Method in class com.jhlabs.image.ScratchFilter
- getSelectedBounds(BufferedImage) - Static method in class com.jhlabs.image.ImageUtils
-
Calculates the bounds of the non-transparent parts of the given image.
- getSerpentine() - Method in class com.jhlabs.image.DiffusionFilter
-
Return the serpentine setting.
- getSerpentine() - Method in class com.jhlabs.image.QuantizeFilter
-
Return the serpentine setting
- getSFactor() - Method in class com.jhlabs.image.HSBAdjustFilter
- getShadeCrossings() - Method in class com.jhlabs.image.WeaveFilter
- getShadowColor() - Method in class com.jhlabs.image.ShadowFilter
-
Get the color of the shadow.
- getShadowColor() - Method in class com.jhlabs.image.TritoneFilter
-
Get the shadow color.
- getShadowOnly() - Method in class com.jhlabs.image.ShadowFilter
-
Get whether to only draw the shadow without the original image.
- getShadowOnly() - Method in class com.jhlabs.image.ShineFilter
- getShape() - Method in class com.jhlabs.image.SmearFilter
- getShine() - Method in class com.jhlabs.image.BrushedMetalFilter
-
Get the amount of shine to add in the range 0..1.
- getShineColor() - Method in class com.jhlabs.image.ShineFilter
- getSides() - Method in class com.jhlabs.image.FadeFilter
- getSides() - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Get the number of sides of the kaleidoscope.
- getSides() - Method in class com.jhlabs.image.LensBlurFilter
-
Get the number of sides of the aperture.
- getSoftness() - Method in class com.jhlabs.image.DissolveFilter
-
Get the softness of the dissolve.
- getSoftness() - Method in class com.jhlabs.image.ErodeAlphaFilter
- getSoftness() - Method in class com.jhlabs.image.GradientWipeFilter
-
Get the softness of the dissolve.
- getSoftness() - Method in class com.jhlabs.image.HalftoneFilter
-
Get the softness of the effect.
- getSoftness() - Method in class com.jhlabs.image.ShineFilter
- getSoftness() - Method in class com.jhlabs.image.StampFilter
-
Get the softness of the effect.
- getSourceGrid() - Method in class com.jhlabs.image.WarpFilter
-
Get the source warp grid.
- getSpreadAngle() - Method in class com.jhlabs.image.CircleFilter
-
Get the spread angle of the arc.
- getStartAlpha() - Method in class com.jhlabs.image.FeedbackFilter
-
Get the alpha value at the first iteration.
- getStartAlpha() - Method in class com.jhlabs.image.ShatterFilter
- getSTolerance() - Method in class com.jhlabs.image.ChromaKeyFilter
- getSTolerance() - Method in class com.jhlabs.image.KeyFilter
-
Get the saturation tolerance.
- getStrength() - Method in class com.jhlabs.image.FieldWarpFilter
- getStrength() - Method in class com.jhlabs.image.RaysFilter
-
Get the strength of the rays.
- getStretch() - Method in class com.jhlabs.image.CellularFilter
-
Returns the stretch factor of the texture.
- getStretch() - Method in class com.jhlabs.image.FBMFilter
-
Returns the stretch factor of the texture.
- getStretch() - Method in class com.jhlabs.image.MarbleTexFilter
- getStretch() - Method in class com.jhlabs.image.SkyFilter
- getStretch() - Method in class com.jhlabs.image.SwimFilter
-
Returns the stretch factor of the distortion.
- getStretch() - Method in class com.jhlabs.image.TextureFilter
-
Returns the stretch factor of the texture.
- getStretch() - Method in class com.jhlabs.image.WoodFilter
-
Returns the stretch factor of the texture.
- getSubimage(BufferedImage, int, int, int, int) - Static method in class com.jhlabs.image.ImageUtils
-
Returns a *copy* of a subimage of image.
- getSunAzimuth() - Method in class com.jhlabs.image.SkyFilter
- getSunColor() - Method in class com.jhlabs.image.SkyFilter
- getSunElevation() - Method in class com.jhlabs.image.SkyFilter
- getT() - Method in class com.jhlabs.image.SkyFilter
- getText() - Method in class com.jhlabs.image.RenderTextFilter
-
Get the text to paint.
- getThreshold() - Method in class com.jhlabs.image.DilateFilter
-
Return the threshold - the number of neighbouring pixels for dilation to occur.
- getThreshold() - Method in class com.jhlabs.image.ErodeAlphaFilter
- getThreshold() - Method in class com.jhlabs.image.ErodeFilter
-
Return the threshold - the number of neighbouring pixels for dilation to occur.
- getThreshold() - Method in class com.jhlabs.image.GlintFilter
-
Get the threshold value.
- getThreshold() - Method in class com.jhlabs.image.RaysFilter
-
Get the threshold value.
- getThreshold() - Method in class com.jhlabs.image.SmartBlurFilter
-
Get the threshold value.
- getThreshold() - Method in class com.jhlabs.image.StampFilter
-
Get the threshold value.
- getThreshold() - Method in class com.jhlabs.image.UnsharpFilter
-
Get the threshold value.
- getTile() - Method in class com.jhlabs.image.ShatterFilter
- getTime() - Method in class com.jhlabs.image.CausticsFilter
-
Set the time.
- getTime() - Method in class com.jhlabs.image.SkyFilter
- getTime() - Method in class com.jhlabs.image.SwimFilter
-
Returns the time.
- getTime() - Method in class com.jhlabs.image.WarpFilter
- getTopBorder() - Method in class com.jhlabs.image.BorderFilter
-
Returns the top border value.
- getTransform() - Method in class com.jhlabs.image.CompositeFilter
-
Get the transform.
- getTransform() - Method in class com.jhlabs.image.RenderTextFilter
-
Get the transform with which to paint the text.
- getTransition() - Method in class com.jhlabs.image.CurlFilter
- getTransition() - Method in class com.jhlabs.image.ShatterFilter
- getTransition() - Method in class com.jhlabs.image.TransitionFilter
-
Get the transition of the image.
- getTurbulence() - Method in class com.jhlabs.image.CausticsFilter
-
Returns the turbulence of the effect.
- getTurbulence() - Method in class com.jhlabs.image.CellularFilter
-
Returns the turbulence of the effect.
- getTurbulence() - Method in class com.jhlabs.image.MarbleFilter
-
Returns the turbulence of the effect.
- getTurbulence() - Method in class com.jhlabs.image.MarbleTexFilter
- getTurbulence() - Method in class com.jhlabs.image.PlasmaFilter
-
Returns the turbulence of the effect.
- getTurbulence() - Method in class com.jhlabs.image.SwimFilter
-
Returns the turbulence of the effect.
- getTurbulence() - Method in class com.jhlabs.image.TextureFilter
-
Returns the turbulence of the texture.
- getTurbulence() - Method in class com.jhlabs.image.WoodFilter
-
Returns the turbulence of the texture.
- getTurbulenceFactor() - Method in class com.jhlabs.image.MarbleTexFilter
- getType() - Method in class com.jhlabs.image.GradientFilter
- getType() - Method in class com.jhlabs.image.PolarFilter
-
Get the distortion type.
- getType() - Method in class com.jhlabs.image.ShapeFilter
- getUpperThreshold() - Method in class com.jhlabs.image.ThresholdFilter
-
Get the upper threshold value.
- getUseAlpha() - Method in class com.jhlabs.image.ConvolveFilter
-
Get whether to convolve the alpha channel.
- getUseAlpha() - Method in class com.jhlabs.image.ShapeFilter
- getUseColormap() - Method in class com.jhlabs.image.PlasmaFilter
- getUseImageColors() - Method in class com.jhlabs.image.PlasmaFilter
- getUseImageColors() - Method in class com.jhlabs.image.WeaveFilter
- getVEdgeMatrix() - Method in class com.jhlabs.image.EdgeFilter
- getViewDistance() - Method in class com.jhlabs.image.LightFilter
- getVRadius() - Method in class com.jhlabs.image.BoxBlurFilter
-
Get the vertical size of the blur.
- getVRadius() - Method in class com.jhlabs.image.SmartBlurFilter
-
Get the vertical size of the blur.
- getVRadius() - Method in class com.jhlabs.image.VariableBlurFilter
-
Get the vertical size of the blur.
- getWavelength() - Method in class com.jhlabs.image.WaterFilter
-
Get the wavelength of the ripples.
- getWaveType() - Method in class com.jhlabs.image.RippleFilter
-
Get the wave type.
- getWhite() - Method in class com.jhlabs.image.StampFilter
-
Get the color to be used for pixels above the upper threshold.
- getWhite() - Method in class com.jhlabs.image.ThresholdFilter
-
Get the color to be used for pixels above the upper threshold.
- getWidth() - Method in class com.jhlabs.image.CropFilter
-
Get the width of the crop rectangle.
- getWidth() - Method in class com.jhlabs.image.ScratchFilter
- getWidth() - Method in class com.jhlabs.image.TileImageFilter
-
Get the output image width.
- 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
-
Get whether to wrap at the image edges.
- getX() - Method in class com.jhlabs.image.CropFilter
-
Get the left edge of the crop rectangle.
- getXAmplitude() - Method in class com.jhlabs.image.RippleFilter
-
Get the amplitude of ripple in the X direction.
- getXAngle() - Method in class com.jhlabs.image.ShearFilter
- getXGap() - Method in class com.jhlabs.image.WeaveFilter
- getXMapFunction() - Method in class com.jhlabs.image.MapFilter
- getXOffset() - Method in class com.jhlabs.image.OffsetFilter
- getXScale() - Method in class com.jhlabs.image.CheckFilter
-
Get the X scale of the texture.
- getXScale() - Method in class com.jhlabs.image.MarbleFilter
-
Get the X scale of the effect.
- getXWavelength() - Method in class com.jhlabs.image.RippleFilter
-
Get the wavelength of ripple in the X direction.
- getXWidth() - Method in class com.jhlabs.image.WeaveFilter
- getY() - Method in class com.jhlabs.image.CropFilter
-
Get the top edge of the crop rectangle.
- getYAmplitude() - Method in class com.jhlabs.image.RippleFilter
-
Get the amplitude of ripple in the Y direction.
- getYAngle() - Method in class com.jhlabs.image.ShearFilter
- getYellowScreenAngle() - Method in class com.jhlabs.image.ColorHalftoneFilter
-
Get the yellow screen angle.
- getYGap() - Method in class com.jhlabs.image.WeaveFilter
- getYMapFunction() - Method in class com.jhlabs.image.MapFilter
- getYOffset() - Method in class com.jhlabs.image.OffsetFilter
- getYScale() - Method in class com.jhlabs.image.CheckFilter
-
Get the Y scale of the texture.
- getYScale() - Method in class com.jhlabs.image.MarbleFilter
-
Get the Y scale of the effect.
- getYWavelength() - Method in class com.jhlabs.image.RippleFilter
-
Get the wavelength of ripple in the Y direction.
- getYWidth() - Method in class com.jhlabs.image.WeaveFilter
- getZoom() - Method in class com.jhlabs.image.FeedbackFilter
-
Returns the amount to scale on each iteration.
- getZoom() - Method in class com.jhlabs.image.MotionBlurFilter
-
Get the blur zoom.
- getZoom() - Method in class com.jhlabs.image.MotionBlurOp
-
Get the blur zoom.
- getZoom() - Method in class com.jhlabs.image.ShatterFilter
- gFactor - Variable in class com.jhlabs.image.RGBAdjustFilter
- GlintFilter - Class in com.jhlabs.image
-
A filter which renders "glints" on bright parts of the 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
-
Construct a Gradient.
- Gradient(int[]) - Constructor for class com.jhlabs.image.Gradient
-
Construct a Gradient with the given colors.
- Gradient(int[], int[]) - Constructor for class com.jhlabs.image.Gradient
-
Construct a Gradient with the given colors and knot positions.
- Gradient(int[], int[], byte[]) - Constructor for class com.jhlabs.image.Gradient
-
Construct a Gradient with the given colors, knot positions and interpolation types.
- GradientFilter - Class 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
-
A filter which converts an image to grayscale using the NTSC brightness calculation.
- GrayscaleFilter() - Constructor for class com.jhlabs.image.GrayscaleFilter
- GREEN - Static variable in class com.jhlabs.image.Histogram
- 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
-
The value of half pi as a float.
- HalftoneFilter - Class in com.jhlabs.image
-
A filter which uses a another image as a ask to produce a halftoning effect.
- HalftoneFilter() - Constructor for class com.jhlabs.image.HalftoneFilter
- HARD_LIGHT - Static 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
- HighPassFilter - Class in com.jhlabs.image
-
A filter which adds Gaussian blur to an image, producing a glowing effect.
- HighPassFilter() - Constructor for class com.jhlabs.image.HighPassFilter
- 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
-
Interpolate hue counter clockwise.
- HUE_CW - Static variable in class com.jhlabs.image.Gradient
-
Interpolate hue clockwise.
- 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
-
A class containing some static utility methods for dealing with BufferedImages.
- 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.CurvesFilter
- initialize() - Method in class com.jhlabs.image.DitherFilter
-
Initialize the filter.
- initialize() - Method in class com.jhlabs.image.GammaFilter
- initialize() - Method in class com.jhlabs.image.PosterizeFilter
-
Initialize the filter.
- initialize() - Method in class com.jhlabs.image.TransferFilter
- initialized - 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
-
A filter which interpolates betwen two images.
- 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
-
The type of interpolation to use.
- 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
-
Invert the image in a circle.
- 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
-
A BufferedImageOp which iterates another BufferedImageOp.
- IteratedFilter(BufferedImageOp, int) - Constructor for class com.jhlabs.image.IteratedFilter
-
Construct an 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
-
The convolution kernel.
- kernel - Variable in class com.jhlabs.image.GaussianFilter
-
The convolution kernel.
- KeyFilter - Class in com.jhlabs.image
-
An experimental filter which can be used for keying against a clean shot.
- KeyFilter() - Constructor for class com.jhlabs.image.KeyFilter
- knotAt(int) - Method in class com.jhlabs.image.Gradient
-
Return the knot at a given position.
L
- lacunarity - Variable in class com.jhlabs.math.FBM
- LaplaceFilter - Class in com.jhlabs.image
-
Edge detection via the Laplacian operator.
- LaplaceFilter() - Constructor for class com.jhlabs.image.LaplaceFilter
- 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
- 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
-
A filter which performs one round of the game of Life on an 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
-
A filter which produces lighting and embossing effects.
- 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
-
A class representing a light.
- LightFilter.Material - Class in com.jhlabs.image
-
A class representing material properties.
- 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
-
Interpolate linearly.
- LINEAR - Static variable in class com.jhlabs.image.GradientFilter
- 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
-
Construct a LookupFilter.
- LookupFilter(Colormap) - Constructor for class com.jhlabs.image.LookupFilter
-
Construct a LookupFilter.
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.Curve
- makeTable() - Method in class com.jhlabs.image.TransferFilter
- map - Variable in class com.jhlabs.image.ArrayColormap
-
The array of colors.
- 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
-
Construct a MapColorsFilter.
- MapColorsFilter(int, int) - Constructor for class com.jhlabs.image.MapColorsFilter
-
Construct a 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 - 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
-
A filter which replcaes each pixel by the maximum of itself and its eight neightbours.
- MaximumFilter() - Constructor for class com.jhlabs.image.MaximumFilter
- maxValue - Variable in class com.jhlabs.image.Histogram
- maxValue - Variable in class com.jhlabs.image.TransitionFilter
-
The end value for the filter property.
- 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
-
A filter which replcaes each pixel by the mimimum of itself and its eight neightbours.
- MinimumFilter() - Constructor for class com.jhlabs.image.MinimumFilter
- minValue - Variable in class com.jhlabs.image.Histogram
- minValue - Variable in class com.jhlabs.image.TransitionFilter
-
The start value for the filter property.
- 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(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
-
Construct a MotionBlurFilter.
- MotionBlurFilter(float, float, float, float) - Constructor for class com.jhlabs.image.MotionBlurFilter
-
Construct a MotionBlurFilter.
- MotionBlurOp - Class in com.jhlabs.image
-
A filter which produces motion blur the faster, but lower-quality way.
- MotionBlurOp() - Constructor for class com.jhlabs.image.MotionBlurOp
-
Construct a MotionBlurOp.
- MotionBlurOp(float, float, float, float) - Constructor for class com.jhlabs.image.MotionBlurOp
-
Construct a MotionBlurOp.
- mul(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 the gradient.
- 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
-
Use nearest-neighbout interpolation.
- 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
-
Noise ripples.
- noise1(float) - Static method in class com.jhlabs.math.Noise
-
Compute 1-dimensional Perlin noise.
- noise2(float, float) - Static method in class com.jhlabs.math.Noise
-
Compute 2-dimensional Perlin noise.
- noise3(float, float, float) - Static method in class com.jhlabs.math.Noise
-
Compute 3-dimensional Perlin noise.
- NoiseFilter - Class 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
- 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
- ODD - Static variable in class com.jhlabs.image.DeinterlaceFilter
- 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
-
A filter which produces a "oil-painting" effect.
- 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
-
The input image rectangle.
- originalSpace - Variable in class com.jhlabs.image.WholeImageFilter
-
The input image bounds.
- 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
-
Paint a check pattern, used for a background to indicate image transparency.
- perm - Variable in class com.jhlabs.math.SCNoise
- PerspectiveFilter - Class in com.jhlabs.image
-
A filter which performs a perspective distortion on an image.
- PerspectiveFilter() - Constructor for class com.jhlabs.image.PerspectiveFilter
-
Construct a PerspectiveFilter.
- PerspectiveFilter(float, float, float, float, float, float, float, float) - Constructor for class com.jhlabs.image.PerspectiveFilter
-
Construct a 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
-
The value of pi as a float.
- PIN_LIGHT - Static variable in class com.jhlabs.composite.MiscComposite
- PinchFilter - Class in com.jhlabs.image
-
A filter which performs the popular whirl-and-pinch distortion effect.
- 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
-
Convert from polar to rectangular coordinates.
- PolarFilter - Class in com.jhlabs.image
-
A filter which distorts and image by performing coordinate conversions between rectangular and polar coordinates.
- PolarFilter() - Constructor for class com.jhlabs.image.PolarFilter
-
Construct a PolarFilter.
- PolarFilter(int) - Constructor for class com.jhlabs.image.PolarFilter
-
Construct a PolarFilter.
- PosterizeFilter - Class in com.jhlabs.image
-
A filter to posterize an image.
- PosterizeFilter() - Constructor for class com.jhlabs.image.PosterizeFilter
- premultiply(int[], int, int) - Static method in class com.jhlabs.image.ImageMath
-
Premultiply a block of pixels
- premultiplyAlpha - Variable in class com.jhlabs.image.ConvolveFilter
-
Whether to promultiply the alpha before convolving.
- PremultiplyFilter - Class in com.jhlabs.image
-
A filter which premultiplies an image's alpha.
- PremultiplyFilter() - Constructor for class com.jhlabs.image.PremultiplyFilter
- prepare(int, int) - Method in class com.jhlabs.image.LightFilter.Light
-
Prepare the light for rendering.
- prepareFilter(float) - Method in class com.jhlabs.image.TransitionFilter
-
Prepare the filter for the transiton at a given time.
- PREWITT_H - Static 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
- quadToUnitSquare(float, float, float, float, float, float, float, float) - Method in class com.jhlabs.image.PerspectiveFilter
-
Set the transform to map a quadrilateral onto the unit square.
- 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
-
The value of quarter pi as a float.
- 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
- radius - Variable in class com.jhlabs.image.ErodeAlphaFilter
- radius - Variable in class com.jhlabs.image.GaussianFilter
-
The blur radius.
- 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
-
Build a random gradient.
- randomize() - Method in class com.jhlabs.image.Gradient
-
Randomize the gradient.
- randomize() - Method in class com.jhlabs.image.PlasmaFilter
- randomize() - Method in class com.jhlabs.image.QuiltFilter
- randomize() - Method in class com.jhlabs.image.SmearFilter
- randomness - Variable in class com.jhlabs.image.CellularFilter
- RaysFilter - Class in com.jhlabs.image
-
A filter which produces the effect of light rays shining out of an image.
- RaysFilter() - Constructor for class com.jhlabs.image.RaysFilter
- RECT_TO_POLAR - Static variable in class com.jhlabs.image.PolarFilter
-
Convert from rectangular to polar coordinates.
- RED - Static variable in class com.jhlabs.image.Histogram
- 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.Curve
- removeKnot(int) - Method in class com.jhlabs.image.Gradient
-
Remove a knot.
- removeKnot(int) - Method in class com.jhlabs.image.SplineColormap
-
Remove a knot.
- 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
-
Construct a RenderTextFilter.
- RenderTextFilter(String, Font, Paint, Composite, AffineTransform) - Constructor for class com.jhlabs.image.RenderTextFilter
-
Construct a 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
-
A filter which simply multiplies pixel values by a given scale factor.
- RescaleFilter() - Constructor for class com.jhlabs.image.RescaleFilter
- RescaleFilter(float) - Constructor for class com.jhlabs.image.RescaleFilter
- results - Variable in class com.jhlabs.image.CellularFilter
- rFactor - Variable in class com.jhlabs.image.RGBAdjustFilter
- RGB - Static variable in class com.jhlabs.image.Gradient
-
Interpolate in RGB space.
- RGB_CLAMP - Static variable in class com.jhlabs.image.TransformFilter
-
Clamp pixels RGB to the image edges, but zero the alpha.
- 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
- 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
-
A filter which rotates an image.
- RotateFilter() - Constructor for class com.jhlabs.image.RotateFilter
-
Construct a RotateFilter.
- RotateFilter(float) - Constructor for class com.jhlabs.image.RotateFilter
-
Construct a RotateFilter.
- RotateFilter(float, boolean) - Constructor for class com.jhlabs.image.RotateFilter
-
Construct a RotateFilter.
- rotX(float) - Method in class com.jhlabs.vecmath.Matrix4f
- rotY(float) - Method in class com.jhlabs.vecmath.Matrix4f
- rotZ(float) - Method in class com.jhlabs.vecmath.Matrix4f
- rows - 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
- SaturationFilter - Class in com.jhlabs.image
-
A filter to change the saturation of an image.
- SaturationFilter() - Constructor for class com.jhlabs.image.SaturationFilter
-
Construct a SaturationFilter.
- SaturationFilter(float) - Constructor for class com.jhlabs.image.SaturationFilter
-
Construct a SaturationFilter.
- SAWTOOTH - Static variable in class com.jhlabs.image.RippleFilter
-
Sawtooth wave ripples.
- scale - Variable in class com.jhlabs.image.CellularFilter
- scale(float) - Method in class com.jhlabs.vecmath.Tuple3f
- scale(float) - Method in class com.jhlabs.vecmath.Tuple4f
- scaleAdd(float, 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
-
Construct a ScaleFilter.
- ScaleFilter(int, int) - Constructor for class com.jhlabs.image.ScaleFilter
-
Construct a 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
- ScratchFilter - Class in com.jhlabs.image
- ScratchFilter() - Constructor for class com.jhlabs.image.ScratchFilter
- 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
- 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
-
Set whether to increase the size of the output image to accomodate the shadow.
- setAmount(float) - Method in class com.jhlabs.image.BrushedMetalFilter
-
Set the amount of noise to add in the range 0..1.
- setAmount(float) - Method in class com.jhlabs.image.CausticsFilter
-
Set the amount of effect.
- setAmount(float) - Method in class com.jhlabs.image.CellularFilter
-
Set the amount of effect.
- setAmount(float) - Method in class com.jhlabs.image.ChromeFilter
-
Set the amount of effect.
- setAmount(float) - Method in class com.jhlabs.image.DisplaceFilter
-
Set the amount of distortion.
- setAmount(float) - Method in class com.jhlabs.image.FBMFilter
-
Set the amount of effect.
- setAmount(float) - Method in class com.jhlabs.image.FieldWarpFilter
-
Set the amount of warp.
- setAmount(float) - Method in class com.jhlabs.image.GlintFilter
-
Set the amount of glint.
- setAmount(float) - Method in class com.jhlabs.image.GlowFilter
-
Set the amount of glow.
- setAmount(float) - Method in class com.jhlabs.image.MarbleFilter
-
Set the amount of effect.
- setAmount(float) - Method in class com.jhlabs.image.PinchFilter
-
Set the amount of pinch.
- setAmount(float) - Method in class com.jhlabs.image.SaturationFilter
-
Set the amount of saturation change.
- setAmount(float) - Method in class com.jhlabs.image.SkyFilter
- setAmount(float) - Method in class com.jhlabs.image.SwimFilter
-
Set the amount of swim.
- setAmount(float) - Method in class com.jhlabs.image.TextureFilter
-
Set the amount of texture.
- setAmount(float) - Method in class com.jhlabs.image.UnsharpFilter
-
Set the amount of sharpening.
- setAmount(int) - Method in class com.jhlabs.image.NoiseFilter
-
Set the amount of effect.
- setAmount(int) - Method in class com.jhlabs.image.SparkleFilter
-
Set the amount of sparkle.
- setAmplitude(float) - Method in class com.jhlabs.image.WaterFilter
-
Set the amplitude of the ripples.
- setAngle(float) - Method in class com.jhlabs.image.CellularFilter
-
Specifies the angle of the texture.
- setAngle(float) - Method in class com.jhlabs.image.CheckFilter
-
Set the angle of the texture.
- setAngle(float) - Method in class com.jhlabs.image.CircleFilter
-
Set the angle of the arc.
- setAngle(float) - Method in class com.jhlabs.image.CurlFilter
- setAngle(float) - Method in class com.jhlabs.image.FadeFilter
-
Specifies the angle of the texture.
- setAngle(float) - Method in class com.jhlabs.image.FBMFilter
-
Specifies the angle of the texture.
- setAngle(float) - Method in class com.jhlabs.image.FeedbackFilter
-
Specifies the angle of each iteration.
- setAngle(float) - Method in class com.jhlabs.image.GradientFilter
-
Specifies the angle of the texture.
- setAngle(float) - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Set the angle of the kaleidoscope.
- setAngle(float) - Method in class com.jhlabs.image.MarbleTexFilter
- setAngle(float) - Method in class com.jhlabs.image.MirrorFilter
-
Specifies the angle of the mirror.
- setAngle(float) - Method in class com.jhlabs.image.MotionBlurFilter
-
Specifies the angle of blur.
- setAngle(float) - Method in class com.jhlabs.image.MotionBlurOp
-
Specifies the angle of blur.
- setAngle(float) - Method in class com.jhlabs.image.PinchFilter
-
Set the angle of twirl in radians.
- setAngle(float) - Method in class com.jhlabs.image.RotateFilter
-
Specifies the angle of rotation.
- setAngle(float) - Method in class com.jhlabs.image.ScratchFilter
- setAngle(float) - Method in class com.jhlabs.image.ShadowFilter
-
Specifies the angle of the shadow.
- setAngle(float) - Method in class com.jhlabs.image.ShineFilter
- setAngle(float) - Method in class com.jhlabs.image.SkyFilter
- setAngle(float) - Method in class com.jhlabs.image.SmearFilter
-
Specifies the angle of the texture.
- setAngle(float) - Method in class com.jhlabs.image.SwimFilter
-
Specifies the angle of the effect.
- setAngle(float) - Method in class com.jhlabs.image.TextureFilter
-
Specifies the angle of the texture.
- setAngle(float) - Method in class com.jhlabs.image.TwirlFilter
-
Set the angle of twirl in radians.
- setAngle(float) - Method in class com.jhlabs.image.WoodFilter
-
Specifies the angle of the texture.
- setAngle2(float) - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Set the secondary angle of the kaleidoscope.
- setAngleCoefficient(float) - Method in class com.jhlabs.image.CellularFilter
- setAngleVariation(float) - Method in class com.jhlabs.image.ScratchFilter
- setAzimuth(float) - Method in class com.jhlabs.image.EmbossFilter
- setAzimuth(float) - Method in class com.jhlabs.image.LightFilter.Light
- setB(float) - Method in class com.jhlabs.image.QuiltFilter
- setBackground(boolean) - Method in class com.jhlabs.image.SmearFilter
- setBackground(int) - Method in class com.jhlabs.image.CheckFilter
-
Set the background color.
- setBaseAmount(float) - Method in class com.jhlabs.image.FlareFilter
- setBasis(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
- setBevel(float) - Method in class com.jhlabs.image.ShineFilter
- setBFactor(float) - Method in class com.jhlabs.image.HSBAdjustFilter
- setBFactor(float) - Method in class com.jhlabs.image.RGBAdjustFilter
- setBgColor(int) - Method in class com.jhlabs.image.CausticsFilter
-
Set the background color.
- setBias(float) - Method in class com.jhlabs.image.FBMFilter
- setBias(float) - Method in class com.jhlabs.image.GainFilter
-
Set the bias.
- setBias(float) - Method in class com.jhlabs.image.SkyFilter
- setBlack(int) - Method in class com.jhlabs.image.StampFilter
-
Set the color to be used for pixels below the lower threshold.
- setBlack(int) - Method in class com.jhlabs.image.ThresholdFilter
-
Set the color to be used for pixels below the lower threshold.
- 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
-
Set the bloom factor.
- setBloomThreshold(float) - Method in class com.jhlabs.image.LensBlurFilter
-
Set the bloom threshold.
- setBlueGreen(int) - Method in class com.jhlabs.image.ChannelMixFilter
- setBlur(float) - Method in class com.jhlabs.image.GlintFilter
-
Set the blur that is applied before thresholding.
- setBlurMask(BufferedImage) - Method in class com.jhlabs.image.VariableBlurFilter
-
Set the mask used to give the amount of blur at each point.
- setBorderPaint(Paint) - Method in class com.jhlabs.image.BorderFilter
-
Set the border paint.
- setBottomBorder(int) - Method in class com.jhlabs.image.BorderFilter
-
Set the border size on the bottom edge.
- setBrightness(float) - Method in class com.jhlabs.image.ContrastFilter
-
Set the filter brightness.
- setBrightness(float) - Method in class com.jhlabs.image.ShineFilter
- setBrightness(int) - Method in class com.jhlabs.image.CausticsFilter
-
Set the brightness.
- setBTolerance(float) - Method in class com.jhlabs.image.ChromaKeyFilter
- setBTolerance(float) - Method in class com.jhlabs.image.KeyFilter
-
Set the brightness tolerance of the image in the range 0..1.
- 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
-
Set the centre of the effect as a proportion of the image size.
- setCentre(Point2D) - Method in class com.jhlabs.image.FeedbackFilter
-
Set the centre of the effect as a proportion of the image size.
- setCentre(Point2D) - Method in class com.jhlabs.image.FlareFilter
- setCentre(Point2D) - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Set the centre of the effect as a proportion of the image size.
- setCentre(Point2D) - Method in class com.jhlabs.image.MotionBlurOp
-
Set the centre of the effect as a proportion of the image size.
- setCentre(Point2D) - Method in class com.jhlabs.image.PinchFilter
-
Set the centre of the effect as a proportion of the image size.
- setCentre(Point2D) - Method in class com.jhlabs.image.ShatterFilter
- setCentre(Point2D) - Method in class com.jhlabs.image.SphereFilter
-
Set the centre of the effect as a proportion of the image size.
- setCentre(Point2D) - Method in class com.jhlabs.image.TwirlFilter
-
Set the centre of the effect as a proportion of the image size.
- setCentre(Point2D) - Method in class com.jhlabs.image.WaterFilter
-
Set the centre of the effect as a proportion of the image size.
- setCentreX(float) - Method in class com.jhlabs.image.CircleFilter
-
Set the centre of the effect in the Y direction as a proportion of the image size.
- setCentreX(float) - Method in class com.jhlabs.image.FeedbackFilter
-
Set the centre of the effect in the X direction as a proportion of the image size.
- setCentreX(float) - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Set the centre of the effect in the X direction as a proportion of the image size.
- setCentreX(float) - Method in class com.jhlabs.image.LightFilter.Light
-
Set the centre of the light in the X direction as a proportion of the image size.
- setCentreX(float) - Method in class com.jhlabs.image.MotionBlurOp
-
Set the centre of the effect in the X direction as a proportion of the image size.
- setCentreX(float) - Method in class com.jhlabs.image.PinchFilter
-
Set the centre of the effect in the X direction as a proportion of the image size.
- setCentreX(float) - Method in class com.jhlabs.image.ShatterFilter
- setCentreX(float) - Method in class com.jhlabs.image.SphereFilter
-
Set the centre of the effect in the X direction as a proportion of the image size.
- setCentreX(float) - Method in class com.jhlabs.image.TwirlFilter
-
Set the centre of the effect in the X direction as a proportion of the image size.
- setCentreX(float) - Method in class com.jhlabs.image.WaterFilter
-
Set the centre of the effect in the X direction as a proportion of the image size.
- setCentreY(float) - Method in class com.jhlabs.image.CircleFilter
-
Set the centre of the effect in the Y direction as a proportion of the image size.
- setCentreY(float) - Method in class com.jhlabs.image.FeedbackFilter
-
Set the centre of the effect in the Y direction as a proportion of the image size.
- setCentreY(float) - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Set the centre of the effect in the Y direction as a proportion of the image size.
- setCentreY(float) - Method in class com.jhlabs.image.LightFilter.Light
-
Set the centre of the light in the Y direction as a proportion of the image size.
- setCentreY(float) - Method in class com.jhlabs.image.MirrorFilter
- setCentreY(float) - Method in class com.jhlabs.image.MotionBlurOp
-
Set the centre of the effect in the Y direction as a proportion of the image size.
- setCentreY(float) - Method in class com.jhlabs.image.PinchFilter
-
Set the centre of the effect in the Y direction as a proportion of the image size.
- setCentreY(float) - Method in class com.jhlabs.image.ShatterFilter
- setCentreY(float) - Method in class com.jhlabs.image.SphereFilter
-
Set the centre of the effect in the Y direction as a proportion of the image size.
- setCentreY(float) - Method in class com.jhlabs.image.TwirlFilter
-
Set the centre of the effect in the Y direction as a proportion of the image size.
- setCentreY(float) - Method in class com.jhlabs.image.WaterFilter
-
Set the centre of the effect in the Y direction as a proportion of the image size.
- setCleanImage(BufferedImage) - Method in class com.jhlabs.image.KeyFilter
-
Get the clean image.
- setClip(boolean) - Method in class com.jhlabs.image.PerspectiveFilter
- 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
-
Set the color of the metal.
- setColor(int) - Method in class com.jhlabs.image.ChromaKeyFilter
- setColor(int) - Method in class com.jhlabs.image.FlareFilter
- setColor(int) - Method in class com.jhlabs.image.LightFilter.Light
- setColor(int) - Method in class com.jhlabs.image.ScratchFilter
- setColor(int) - Method in class com.jhlabs.image.SparkleFilter
- setColor(int, int) - Method in class com.jhlabs.image.ArrayColormap
-
Set one element of the colormap to a given color.
- setColor(int, int) - Method in class com.jhlabs.image.Gradient
-
Set a knot color.
- setColor1(int) - Method in class com.jhlabs.image.LinearColormap
-
Set the first color.
- setColor2(int) - Method in class com.jhlabs.image.LinearColormap
-
Set the second color.
- setColorDither(boolean) - Method in class com.jhlabs.image.DiffusionFilter
-
Set whether to use a color dither.
- setColorDither(boolean) - Method in class com.jhlabs.image.DitherFilter
-
Set whether to use a color dither.
- setColorInterpolated(int, int, int, int) - Method in class com.jhlabs.image.ArrayColormap
-
Set the color at "index" to "color".
- setColormap(Colormap) - Method in class com.jhlabs.image.BinaryFilter
-
Set the colormap to be used for the filter.
- setColormap(Colormap) - Method in class com.jhlabs.image.CellularFilter
-
Set the colormap to be used for the filter.
- setColormap(Colormap) - Method in class com.jhlabs.image.FBMFilter
-
Set the colormap to be used for the filter.
- setColormap(Colormap) - Method in class com.jhlabs.image.GlintFilter
-
Set the colormap to be used for the filter.
- setColormap(Colormap) - Method in class com.jhlabs.image.GradientFilter
-
Set the colormap to be used for the filter.
- setColormap(Colormap) - Method in class com.jhlabs.image.LookupFilter
-
Set the colormap to be used for the filter.
- setColormap(Colormap) - Method in class com.jhlabs.image.MarbleTexFilter
- setColormap(Colormap) - Method in class com.jhlabs.image.PlasmaFilter
-
Set the colormap to be used for the filter.
- setColormap(Colormap) - Method in class com.jhlabs.image.QuiltFilter
-
Set the colormap to be used for the filter.
- setColormap(Colormap) - Method in class com.jhlabs.image.RaysFilter
-
Set the colormap to be used for the filter.
- setColormap(Colormap) - Method in class com.jhlabs.image.ShapeFilter
-
Set the colormap to be used for the filter.
- setColormap(Colormap) - Method in class com.jhlabs.image.TextureFilter
-
Set the colormap to be used for the filter.
- setColormap(Colormap) - Method in class com.jhlabs.image.WoodFilter
-
Set the colormap to be used for the filter.
- setColorNE(int) - Method in class com.jhlabs.image.FourColorFilter
- setColorNW(int) - Method in class com.jhlabs.image.FourColorFilter
- setColorRange(int, int, int) - Method in class com.jhlabs.image.ArrayColormap
-
Set a range of the colormap to a single color.
- setColorRange(int, int, int, int) - Method in class com.jhlabs.image.ArrayColormap
-
Set a range of the colormap, interpolating between two colors.
- setColorSE(int) - Method in class com.jhlabs.image.FourColorFilter
- setColorSource(int) - Method in class com.jhlabs.image.LightFilter
- setColorSW(int) - Method in class com.jhlabs.image.FourColorFilter
- setComposite(Composite) - Method in class com.jhlabs.image.CompositeFilter
-
Set the composite.
- setComposite(Composite) - Method in class com.jhlabs.image.RenderTextFilter
-
Set the composite with which to paint the text.
- setConeAngle(float) - Method in class com.jhlabs.image.LightFilter.Light
- setContourColor(int) - Method in class com.jhlabs.image.ContourFilter
- setContrast(float) - Method in class com.jhlabs.image.ContrastFilter
-
Set the filter contrast.
- setCorners(float, float, float, float, float, float, float, float) - Method in class com.jhlabs.image.PerspectiveFilter
-
Set the new positions of the image corners.
- setCrossings(int[][]) - Method in class com.jhlabs.image.WeaveFilter
- setCurve(Curve) - Method in class com.jhlabs.image.CurvesFilter
- setCurves(Curve[]) - Method in class com.jhlabs.image.CurvesFilter
- setCyanScreenAngle(float) - Method in class com.jhlabs.image.ColorHalftoneFilter
-
Set the cyan screen angle.
- setD(float) - Method in class com.jhlabs.image.QuiltFilter
- setDensity(float) - Method in class com.jhlabs.image.DissolveFilter
-
Set the density of the image in the range 0..1.
- setDensity(float) - Method in class com.jhlabs.image.GradientWipeFilter
-
Set the density of the image in the range 0..1.
- setDensity(float) - Method in class com.jhlabs.image.NoiseFilter
-
Set the density of the noise.
- setDensity(float) - Method in class com.jhlabs.image.ScratchFilter
- setDensity(float) - Method in class com.jhlabs.image.SmearFilter
- setDestGrid(WarpGrid) - Method in class com.jhlabs.image.WarpFilter
-
Set the destination warp grid.
- setDestination(BufferedImage) - Method in class com.jhlabs.image.ApplyMaskFilter
-
Set the destination image.
- setDestination(BufferedImage) - Method in class com.jhlabs.image.InterpolateFilter
-
Set the destination image.
- setDestination(BufferedImage) - Method in class com.jhlabs.image.KeyFilter
-
Set the destination image.
- setDestination(BufferedImage) - Method in class com.jhlabs.image.TransitionFilter
-
Set the destination image.
- setDiffuseColor(int) - Method in class com.jhlabs.image.LightFilter.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
-
Set the dispersion.
- setDisplacementMap(BufferedImage) - Method in class com.jhlabs.image.DisplaceFilter
-
Set the displacement map.
- setDistance(float) - Method in class com.jhlabs.image.FeedbackFilter
-
Specifies the distance to move on each iteration.
- setDistance(float) - Method in class com.jhlabs.image.LightFilter.Light
- setDistance(float) - Method in class com.jhlabs.image.MirrorFilter
- setDistance(float) - Method in class com.jhlabs.image.MotionBlurFilter
-
Set the distance of blur.
- setDistance(float) - Method in class com.jhlabs.image.MotionBlurOp
-
Set the distance of blur.
- setDistance(float) - Method in class com.jhlabs.image.ShadowFilter
-
Set the distance of the shadow.
- setDistance(float) - Method in class com.jhlabs.image.ShatterFilter
- setDistance(float) - Method in class com.jhlabs.image.ShineFilter
- setDistance(int) - Method in class com.jhlabs.image.SmearFilter
- setDistancePower(float) - Method in class com.jhlabs.image.CellularFilter
- setDistortion(float) - Method in class com.jhlabs.math.VLNoise
- setDistribution(int) - Method in class com.jhlabs.image.NoiseFilter
-
Set the distribution of the noise.
- setDither(boolean) - Method in class com.jhlabs.image.QuantizeFilter
-
Set whether to use dithering or not.
- setdotRadius(float) - Method in class com.jhlabs.image.ColorHalftoneFilter
-
Set the pixel block size.
- setEdgeAction(int) - Method in class com.jhlabs.image.ConvolveFilter
-
Set the action to perfomr for pixels off the image edges.
- setEdgeAction(int) - Method in class com.jhlabs.image.TransformFilter
-
Set the action to perform for pixels off the edge of the image.
- 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
-
Set the alpha value at the last iteration.
- 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
-
Set the exppsure of the effect.
- setExposure(float) - Method in class com.jhlabs.image.ExposureFilter
-
Set the exposure level.
- setF1(float) - Method in class com.jhlabs.image.CellularFilter
- setF2(float) - Method in class com.jhlabs.image.CellularFilter
- setF3(float) - Method in class com.jhlabs.image.CellularFilter
- setF4(float) - Method in class com.jhlabs.image.CellularFilter
- setFactor(float) - Method in class com.jhlabs.image.ShapeFilter
- setFadeEdges(boolean) - Method in class com.jhlabs.image.CrystallizeFilter
- setFadeEdges(boolean) - Method in class com.jhlabs.image.PointillizeFilter
- setFadeout(int) - Method in class com.jhlabs.image.SmearFilter
- setFadeStart(float) - Method in class com.jhlabs.image.FadeFilter
- setFadeWidth(float) - Method in class com.jhlabs.image.FadeFilter
- setFibres(float) - Method in class com.jhlabs.image.WoodFilter
-
Specifies the amount of fibres in the texture.
- setFillColor(int) - Method in class com.jhlabs.image.FillFilter
-
Set the fill color.
- setFocus(float) - Method in class com.jhlabs.image.LightFilter.Light
- setFont(Font) - Method in class com.jhlabs.image.RenderTextFilter
-
Set the font with which to paint the text.
- setForeground(int) - Method in class com.jhlabs.image.CheckFilter
-
Set the foreground color.
- 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
- setFuzziness(float) - Method in class com.jhlabs.image.PointillizeFilter
- setFuzziness(int) - Method in class com.jhlabs.image.CheckFilter
-
Set the fuzziness of the texture.
- setGain(float) - Method in class com.jhlabs.image.FBMFilter
- setGain(float) - Method in class com.jhlabs.image.GainFilter
-
Set the gain.
- setGain(float) - Method in class com.jhlabs.image.SkyFilter
- setGain(float) - Method in class com.jhlabs.image.WoodFilter
-
Specifies the gain of the texture.
- setGamma(float) - Method in class com.jhlabs.image.GammaFilter
-
Set the gamma level.
- setGamma(float, float, float) - Method in class com.jhlabs.image.GammaFilter
-
Set the gamma levels.
- setGap(float) - Method in class com.jhlabs.image.MirrorFilter
- setGFactor(float) - Method in class com.jhlabs.image.RGBAdjustFilter
- setGlintOnly(boolean) - Method in class com.jhlabs.image.GlintFilter
-
Set whether to render the stars and the image or only the stars.
- 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
-
Set the height of the arc.
- setHeight(int) - Method in class com.jhlabs.image.CropFilter
-
Set the height of the crop rectangle.
- setHeight(int) - Method in class com.jhlabs.image.TileImageFilter
-
Set the output image height.
- setHFactor(float) - Method in class com.jhlabs.image.HSBAdjustFilter
- setHighColor(int) - Method in class com.jhlabs.image.TritoneFilter
-
Set the high color.
- setHighLevel(float) - Method in class com.jhlabs.image.LevelsFilter
- setHighOutputLevel(float) - Method in class com.jhlabs.image.LevelsFilter
- setHRadius(float) - Method in class com.jhlabs.image.BoxBlurFilter
-
Set the horizontal size of the blur.
- setHRadius(int) - Method in class com.jhlabs.image.SmartBlurFilter
-
Set the horizontal size of the blur.
- setHRadius(int) - Method in class com.jhlabs.image.VariableBlurFilter
-
Set the horizontal size of the blur.
- setHTolerance(float) - Method in class com.jhlabs.image.ChromaKeyFilter
-
Set the tolerance of the image in the range 0..1.
- setHTolerance(float) - Method in class com.jhlabs.image.KeyFilter
-
Set the hue tolerance of the image in the range 0..1.
- setIdentity() - Method in class com.jhlabs.vecmath.Matrix4f
- 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
-
Set the interpolation factor.
- setInterpolation(int) - Method in class com.jhlabs.image.GradientFilter
- setInterpolation(int) - Method in class com.jhlabs.image.TransformFilter
-
Set the type of interpolation to perform.
- setIntoB(int) - Method in class com.jhlabs.image.ChannelMixFilter
- setIntoG(int) - Method in class com.jhlabs.image.ChannelMixFilter
- setIntoR(int) - Method in class com.jhlabs.image.ChannelMixFilter
- setInvert(boolean) - Method in class com.jhlabs.image.DoGFilter
- setInvert(boolean) - Method in class com.jhlabs.image.FadeFilter
- setInvert(boolean) - Method in class com.jhlabs.image.GradientWipeFilter
- setInvert(boolean) - Method in class com.jhlabs.image.HalftoneFilter
- setInvert(boolean) - Method in class com.jhlabs.image.ShapeFilter
- setIterations(int) - Method in class com.jhlabs.image.BinaryFilter
-
Set the number of iterations the effect is performed.
- setIterations(int) - Method in class com.jhlabs.image.BoxBlurFilter
-
Set the number of iterations the blur is performed.
- setIterations(int) - Method in class com.jhlabs.image.FeedbackFilter
-
Set the number of iterations.
- setIterations(int) - Method in class com.jhlabs.image.QuiltFilter
-
Set the number of iterations the effect is performed.
- setIterations(int) - Method in class com.jhlabs.image.ShatterFilter
- setIterations(int) - Method in class com.jhlabs.image.VariableBlurFilter
-
Set the number of iterations the blur is performed.
- setK(int) - Method in class com.jhlabs.image.QuiltFilter
- setKernel(Kernel) - Method in class com.jhlabs.image.ConvolveFilter
-
Set the convolution kernel.
- setKnot(int, int) - Method in class com.jhlabs.image.Gradient
-
Set a knot color.
- setKnot(int, int) - Method in class com.jhlabs.image.SplineColormap
-
Set a knot color.
- setKnotBlend(int, int) - Method in class com.jhlabs.image.Gradient
-
Set a knot blend type.
- setKnotPosition(int, int) - Method in class com.jhlabs.image.Gradient
-
Set a knot position.
- setKnotPosition(int, int) - Method in class com.jhlabs.image.SplineColormap
-
Set a knot position.
- setKnots(int[], int[], byte[]) - Method in class com.jhlabs.image.Gradient
-
Set the values of all the knots.
- setKnots(int[], int[], byte[], int, int) - Method in class com.jhlabs.image.Gradient
-
Set the values of a set of knots.
- setKnotType(int, int) - Method in class com.jhlabs.image.Gradient
-
Set a knot type.
- setLacunarity(float) - Method in class com.jhlabs.image.FBMFilter
- setLacunarity(float) - Method in class com.jhlabs.image.SkyFilter
- setLeftBorder(int) - Method in class com.jhlabs.image.BorderFilter
-
Set the border size on the left edge.
- setLength(float) - Method in class com.jhlabs.image.ScratchFilter
- setLength(int) - Method in class com.jhlabs.image.GlintFilter
-
Set the length of the stars.
- setLevels(float) - Method in class com.jhlabs.image.ContourFilter
- setLevels(int) - Method in class com.jhlabs.image.DiffusionFilter
-
Set the number of dither levels.
- setLevels(int) - Method in class com.jhlabs.image.DitherFilter
-
Set the number of dither levels.
- setLevels(int) - Method in class com.jhlabs.image.OilFilter
-
Set the number of levels for the effect.
- setLowerThreshold(int) - Method in class com.jhlabs.image.ThresholdFilter
-
Set the lower threshold value.
- setLowLevel(float) - Method in class com.jhlabs.image.LevelsFilter
- setLowOutputLevel(float) - Method in class com.jhlabs.image.LevelsFilter
- setMagentaScreenAngle(float) - Method in class com.jhlabs.image.ColorHalftoneFilter
-
Set the magenta screen angle.
- setMap(int[]) - Method in class com.jhlabs.image.ArrayColormap
-
Set the array of colors for the colormap.
- setMask(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
-
Set the halftone mask.
- setMaskImage(BufferedImage) - Method in class com.jhlabs.image.ApplyMaskFilter
-
Set the mask image.
- setMaterial(LightFilter.Material) - Method in class com.jhlabs.image.LightFilter
- setMatrix(int[]) - Method in class com.jhlabs.image.DiffusionFilter
-
Set the dither matrix.
- setMatrix(int[]) - Method in class com.jhlabs.image.DitherFilter
-
Set the dither matrix.
- setMatrix(int[]) - Method in class com.jhlabs.image.SwizzleFilter
-
Set the swizzle matrix.
- setMerge(boolean) - Method in class com.jhlabs.image.ShapeFilter
- setMidColor(int) - Method in class com.jhlabs.image.TritoneFilter
-
Set the mid color.
- setMix(float) - Method in class com.jhlabs.image.SmearFilter
- setMode(int) - Method in class com.jhlabs.image.DeinterlaceFilter
- setMonochrome(boolean) - Method in class com.jhlabs.image.BrushedMetalFilter
-
Set the type of noise to add.
- setMonochrome(boolean) - Method in class com.jhlabs.image.HalftoneFilter
-
Set whether to do monochrome halftoning.
- setMonochrome(boolean) - Method in class com.jhlabs.image.NoiseFilter
-
Set whether to use monochrome noise.
- setMorphImage(BufferedImage) - Method in class com.jhlabs.image.WarpFilter
-
For morphing, sets the image we're morphing to.
- setNewColor(int) - Method in class com.jhlabs.image.BinaryFilter
- setNormalize(boolean) - Method in class com.jhlabs.image.DoGFilter
- setNumColors(int) - Method in class com.jhlabs.image.QuantizeFilter
-
Set the number of colors to quantize to.
- setNumLevels(int) - Method in class com.jhlabs.image.PosterizeFilter
-
Set the number of levels in the output image.
- setOctaves(float) - Method in class com.jhlabs.image.FBMFilter
- setOctaves(float) - Method in class com.jhlabs.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.LightFilter.Material
- setOpacity(float) - Method in class com.jhlabs.image.MirrorFilter
-
Set the opacity of the reflection.
- setOpacity(float) - Method in class com.jhlabs.image.RaysFilter
-
Set the opacity of the rays.
- setOpacity(float) - Method in class com.jhlabs.image.ShadowFilter
-
Set the opacity of the shadow.
- setOpacity(int) - Method in class com.jhlabs.image.OpacityFilter
-
Set the opacity.
- setOperation(int) - Method in class com.jhlabs.image.FBMFilter
- setOperation(int) - Method in class com.jhlabs.image.FlipFilter
-
Set the filter operation.
- setOperation(int) - Method in class com.jhlabs.image.SkyFilter
- setOperation(int) - Method in class com.jhlabs.image.TextureFilter
- setOutLines(FieldWarpFilter.Line[]) - Method in class com.jhlabs.image.FieldWarpFilter
- setPaint(Paint) - Method in class com.jhlabs.image.RenderTextFilter
-
Set the paint with which to paint the text.
- setPaintMode(int) - Method in class com.jhlabs.image.GradientFilter
- setPhase(float) - Method in class com.jhlabs.image.WaterFilter
-
Set the phase of the ripples.
- setPoint1(Point) - Method in class com.jhlabs.image.GradientFilter
- setPoint2(Point) - Method in class com.jhlabs.image.GradientFilter
- setPower(float) - Method in class com.jhlabs.image.FieldWarpFilter
- setPremultiplyAlpha(boolean) - Method in class com.jhlabs.image.BoxBlurFilter
-
Set whether to premultiply the alpha channel.
- setPremultiplyAlpha(boolean) - Method in class com.jhlabs.image.ConvolveFilter
-
Set whether to premultiply the alpha channel.
- setPremultiplyAlpha(boolean) - Method in class com.jhlabs.image.MotionBlurFilter
-
Set whether to premultiply the alpha channel.
- setPremultiplyAlpha(boolean) - Method in class com.jhlabs.image.VariableBlurFilter
-
Set whether to premultiply the alpha channel.
- setRadius(float) - Method in class com.jhlabs.image.BoxBlurFilter
-
Set both the horizontal and vertical sizes of the blur.
- setRadius(float) - Method in class com.jhlabs.image.CircleFilter
-
Set the radius of the effect.
- setRadius(float) - Method in class com.jhlabs.image.CurlFilter
- setRadius(float) - Method in class com.jhlabs.image.ErodeAlphaFilter
- setRadius(float) - Method in class com.jhlabs.image.FlareFilter
-
Set the radius of the effect.
- setRadius(float) - Method in class com.jhlabs.image.GaussianFilter
-
Set the radius of the kernel, and hence the amount of blur.
- setRadius(float) - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Set the radius of the effect.
- setRadius(float) - Method in class com.jhlabs.image.LensBlurFilter
-
Set the radius of the kernel, and hence the amount of blur.
- setRadius(float) - Method in class com.jhlabs.image.PinchFilter
-
Set the radius of the effect.
- setRadius(float) - Method in class com.jhlabs.image.ShadowFilter
-
Set the radius of the kernel, and hence the amount of blur.
- setRadius(float) - Method in class com.jhlabs.image.ShineFilter
-
Set the radius of the kernel, and hence the amount of blur.
- setRadius(float) - Method in class com.jhlabs.image.SphereFilter
-
Set the radius of the effect.
- setRadius(float) - Method in class com.jhlabs.image.StampFilter
-
Set the radius of the effect.
- setRadius(float) - Method in class com.jhlabs.image.TwirlFilter
-
Set the radius of the effect.
- setRadius(float) - Method in class com.jhlabs.image.WaterFilter
-
Set the radius of the effect.
- setRadius(int) - Method in class com.jhlabs.image.BrushedMetalFilter
-
Set the horizontal size of the blur.
- setRadius(int) - Method in class com.jhlabs.image.SmartBlurFilter
-
Set the radius of the effect.
- setRadius(int) - Method in class com.jhlabs.image.SparkleFilter
-
Set the radius of the effect.
- setRadius(int) - Method in class com.jhlabs.image.VariableBlurFilter
-
Set the radius of the effect.
- setRadius1(float) - Method in class com.jhlabs.image.DoGFilter
-
Set the radius of the kernel, and hence the amount of blur.
- setRadius2(float) - Method in class com.jhlabs.image.DoGFilter
-
Set the radius of the kernel, and hence the amount of blur.
- setRandomness(float) - Method in class com.jhlabs.image.CellularFilter
- setRandomness(int) - Method in class com.jhlabs.image.SparkleFilter
- setRange(int) - Method in class com.jhlabs.image.OilFilter
-
Set the range of the effect in pixels.
- setRayAmount(float) - Method in class com.jhlabs.image.FlareFilter
- setRays(int) - Method in class com.jhlabs.image.SparkleFilter
- setRaysOnly(boolean) - Method in class com.jhlabs.image.RaysFilter
-
Set whether to render only the rays.
- setRedBlue(int) - Method in class com.jhlabs.image.ChannelMixFilter
- setRefractionIndex(float) - Method in class com.jhlabs.image.SphereFilter
-
Set the index of refaction.
- 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[]) - Static method in class com.jhlabs.image.ImageUtils
-
A convenience method for setting ARGB pixels in an image.
- setRightBorder(int) - Method in class com.jhlabs.image.BorderFilter
-
Set the border size on the right edge.
- setRingAmount(float) - Method in class com.jhlabs.image.FlareFilter
- setRings(float) - Method in class com.jhlabs.image.WoodFilter
-
Specifies the rings value.
- setRingWidth(float) - Method in class com.jhlabs.image.FlareFilter
- setRotation(float) - Method in class com.jhlabs.image.FeedbackFilter
-
Specifies the amount of rotation on each iteration.
- setRotation(float) - Method in class com.jhlabs.image.MirrorFilter
- setRotation(float) - Method in class com.jhlabs.image.MotionBlurFilter
-
Set the blur rotation.
- setRotation(float) - Method in class com.jhlabs.image.MotionBlurOp
-
Set the blur rotation.
- 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
-
Set the number of samples per pixel.
- setScale(float) - Method in class com.jhlabs.image.CausticsFilter
-
Specifies the scale of the texture.
- setScale(float) - Method in class com.jhlabs.image.CellularFilter
-
Specifies the scale of the texture.
- setScale(float) - Method in class com.jhlabs.image.ContourFilter
-
Specifies the scale of the contours.
- setScale(float) - Method in class com.jhlabs.image.DiffuseFilter
-
Specifies the scale of the texture.
- setScale(float) - Method in class com.jhlabs.image.FBMFilter
-
Specifies the scale of the texture.
- setScale(float) - Method in class com.jhlabs.image.MarbleTexFilter
- setScale(float) - Method in class com.jhlabs.image.RescaleFilter
-
Specifies the scale factor.
- setScale(float) - Method in class com.jhlabs.image.SkyFilter
- setScale(float) - Method in class com.jhlabs.image.SwimFilter
-
Specifies the scale of the distortion.
- setScale(float) - Method in class com.jhlabs.image.TextureFilter
-
Specifies the scale of the texture.
- setScale(float) - Method in class com.jhlabs.image.WoodFilter
-
Specifies the scale of the texture.
- setScaling(float) - Method in class com.jhlabs.image.PlasmaFilter
- setScatter(float) - Method in class com.jhlabs.image.SmearFilter
- setSeed(int) - Method in class com.jhlabs.image.PlasmaFilter
- setSeed(int) - Method in class com.jhlabs.image.ScratchFilter
- setSerpentine(boolean) - Method in class com.jhlabs.image.DiffusionFilter
-
Set whether to use a serpentine pattern for return or not.
- setSerpentine(boolean) - Method in class com.jhlabs.image.QuantizeFilter
-
Set whether to use a serpentine pattern for return or not.
- setSFactor(float) - Method in class com.jhlabs.image.HSBAdjustFilter
- setShadeCrossings(boolean) - Method in class com.jhlabs.image.WeaveFilter
- setShadowColor(int) - Method in class com.jhlabs.image.ShadowFilter
-
Set the color of the shadow.
- setShadowColor(int) - Method in class com.jhlabs.image.TritoneFilter
-
Set the shadow color.
- setShadowOnly(boolean) - Method in class com.jhlabs.image.ShadowFilter
-
Set whether to only draw the shadow without the original image.
- setShadowOnly(boolean) - Method in class com.jhlabs.image.ShineFilter
- setShape(int) - Method in class com.jhlabs.image.SmearFilter
- setShine(float) - Method in class com.jhlabs.image.BrushedMetalFilter
-
Set the amount of shine to add to the range 0..1.
- setShineColor(int) - Method in class com.jhlabs.image.ShineFilter
- setSides(int) - Method in class com.jhlabs.image.FadeFilter
- setSides(int) - Method in class com.jhlabs.image.KaleidoscopeFilter
-
Set the number of sides of the kaleidoscope.
- setSides(int) - Method in class com.jhlabs.image.LensBlurFilter
-
Set the number of sides of the aperture.
- setSoftness(float) - Method in class com.jhlabs.image.DissolveFilter
-
Set the softness of the dissolve in the range 0..1.
- setSoftness(float) - Method in class com.jhlabs.image.ErodeAlphaFilter
- setSoftness(float) - Method in class com.jhlabs.image.GradientWipeFilter
-
Set the softness of the dissolve in the range 0..1.
- setSoftness(float) - Method in class com.jhlabs.image.HalftoneFilter
-
Set the softness of the effect in the range 0..1.
- setSoftness(float) - Method in class com.jhlabs.image.ShineFilter
- setSoftness(float) - Method in class com.jhlabs.image.StampFilter
-
Set the softness of the effect in the range 0..1.
- setSourceGrid(WarpGrid) - Method in class com.jhlabs.image.WarpFilter
-
Set the source warp grid.
- setSpreadAngle(float) - Method in class com.jhlabs.image.CircleFilter
-
Set the spread angle of the arc.
- setStartAlpha(float) - Method in class com.jhlabs.image.FeedbackFilter
-
Set the alpha value at the first iteration.
- setStartAlpha(float) - Method in class com.jhlabs.image.ShatterFilter
- setSTolerance(float) - Method in class com.jhlabs.image.ChromaKeyFilter
- setSTolerance(float) - Method in class com.jhlabs.image.KeyFilter
-
Set the saturation tolerance of the image in the range 0..1.
- setStrength(float) - Method in class com.jhlabs.image.FieldWarpFilter
- setStrength(float) - Method in class com.jhlabs.image.RaysFilter
-
Set the strength of the rays.
- setStretch(float) - Method in class com.jhlabs.image.CellularFilter
-
Specifies the stretch factor of the texture.
- setStretch(float) - Method in class com.jhlabs.image.FBMFilter
-
Specifies the stretch factor of the texture.
- setStretch(float) - Method in class com.jhlabs.image.MarbleTexFilter
- setStretch(float) - Method in class com.jhlabs.image.SkyFilter
- setStretch(float) - Method in class com.jhlabs.image.SwimFilter
-
Specifies the stretch factor of the distortion.
- setStretch(float) - Method in class com.jhlabs.image.TextureFilter
-
Specifies the stretch factor of the texture.
- setStretch(float) - Method in class com.jhlabs.image.WoodFilter
-
Specifies the stretch factor of the texture.
- 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
- setT(float) - Method in class com.jhlabs.image.SkyFilter
- setText(String) - Method in class com.jhlabs.image.RenderTextFilter
-
Set the text to paint.
- setThreshold(float) - Method in class com.jhlabs.image.ErodeAlphaFilter
- setThreshold(float) - Method in class com.jhlabs.image.GlintFilter
-
Set the threshold value.
- setThreshold(float) - Method in class com.jhlabs.image.RaysFilter
-
Set the threshold value.
- setThreshold(float) - Method in class com.jhlabs.image.StampFilter
-
Set the threshold value.
- setThreshold(int) - Method in class com.jhlabs.image.DilateFilter
-
Set the threshold - the number of neighbouring pixels for dilation to occur.
- setThreshold(int) - Method in class com.jhlabs.image.ErodeFilter
-
Set the threshold - the number of neighbouring pixels for dilation to occur.
- setThreshold(int) - Method in class com.jhlabs.image.SmartBlurFilter
-
Set the threshold value.
- setThreshold(int) - Method in class com.jhlabs.image.UnsharpFilter
-
Set the threshold value.
- setTile(int) - Method in class com.jhlabs.image.ShatterFilter
- setTime(float) - Method in class com.jhlabs.image.CausticsFilter
-
Set the time.
- setTime(float) - Method in class com.jhlabs.image.SkyFilter
- setTime(float) - Method in class com.jhlabs.image.SwimFilter
-
Specifies the time.
- setTime(float) - Method in class com.jhlabs.image.WarpFilter
- setTopBorder(int) - Method in class com.jhlabs.image.BorderFilter
-
Set the border size on the top edge.
- setTransform(AffineTransform) - Method in class com.jhlabs.image.CompositeFilter
-
Set the transform.
- setTransform(AffineTransform) - Method in class com.jhlabs.image.RenderTextFilter
-
Set the transform with which to paint the text.
- setTransition(float) - Method in class com.jhlabs.image.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
-
Specifies the turbulence of the texture.
- setTurbulence(float) - Method in class com.jhlabs.image.CellularFilter
-
Specifies the turbulence of the texture.
- setTurbulence(float) - Method in class com.jhlabs.image.MarbleFilter
-
Specifies the turbulence of the effect.
- setTurbulence(float) - Method in class com.jhlabs.image.MarbleTexFilter
- setTurbulence(float) - Method in class com.jhlabs.image.PlasmaFilter
-
Specifies the turbulence of the texture.
- setTurbulence(float) - Method in class com.jhlabs.image.SwimFilter
-
Specifies the turbulence of the texture.
- setTurbulence(float) - Method in class com.jhlabs.image.TextureFilter
-
Specifies the turbulence of the texture.
- setTurbulence(float) - Method in class com.jhlabs.image.WoodFilter
-
Specifies the turbulence of the texture.
- 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
-
Set the distortion type.
- setType(int) - Method in class com.jhlabs.image.ShapeFilter
- setup() - Method in class com.jhlabs.image.FieldWarpFilter.Line
- setup(int) - Method in class com.jhlabs.image.OctTreeQuantizer
-
Initialize the quantizer.
- setup(int) - Method in interface com.jhlabs.image.Quantizer
-
Initialize the quantizer.
- setUpperThreshold(int) - Method in class com.jhlabs.image.ThresholdFilter
-
Set the upper threshold value.
- setUseAlpha(boolean) - Method in class com.jhlabs.image.ConvolveFilter
-
Set whether to convolve the alpha channel.
- setUseAlpha(boolean) - Method in class com.jhlabs.image.ShapeFilter
- setUseColormap(boolean) - Method in class com.jhlabs.image.PlasmaFilter
- setUseImageColors(boolean) - Method in class com.jhlabs.image.PlasmaFilter
- setUseImageColors(boolean) - Method in class com.jhlabs.image.WeaveFilter
- setVEdgeMatrix(float[]) - Method in class com.jhlabs.image.EdgeFilter
- setViewDistance(float) - Method in class com.jhlabs.image.LightFilter
- setVRadius(float) - Method in class com.jhlabs.image.BoxBlurFilter
-
Set the vertical size of the blur.
- setVRadius(int) - Method in class com.jhlabs.image.SmartBlurFilter
-
Set the vertical size of the blur.
- setVRadius(int) - Method in class com.jhlabs.image.VariableBlurFilter
-
Set the vertical size of the blur.
- setWavelength(float) - Method in class com.jhlabs.image.WaterFilter
-
Set the wavelength of the ripples.
- setWaveType(int) - Method in class com.jhlabs.image.RippleFilter
-
Set the wave type.
- setWhite(int) - Method in class com.jhlabs.image.StampFilter
-
Set the color to be used for pixels above the upper threshold.
- setWhite(int) - Method in class com.jhlabs.image.ThresholdFilter
-
Set the color to be used for pixels above the upper threshold.
- setWidth(float) - Method in class com.jhlabs.image.ScratchFilter
- setWidth(int) - Method in class com.jhlabs.image.CropFilter
-
Set the width of the crop rectangle.
- setWidth(int) - Method in class com.jhlabs.image.TileImageFilter
-
Set the output image width.
- 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
-
Set whether to wrap at the image edges.
- setX(int) - Method in class com.jhlabs.image.CropFilter
-
Set the left edge of the crop rectangle.
- setXAmplitude(float) - Method in class com.jhlabs.image.RippleFilter
-
Set the amplitude of ripple in the X direction.
- setXAngle(float) - Method in class com.jhlabs.image.ShearFilter
- setXGap(float) - Method in class com.jhlabs.image.WeaveFilter
- setXMapFunction(Function2D) - Method in class com.jhlabs.image.MapFilter
- setXOffset(int) - Method in class com.jhlabs.image.OffsetFilter
- setXScale(float) - Method in class com.jhlabs.image.MarbleFilter
-
Set the X scale of the effect.
- setXScale(int) - Method in class com.jhlabs.image.CheckFilter
-
Set the X scale of the texture.
- setXWavelength(float) - Method in class com.jhlabs.image.RippleFilter
-
Set the wavelength of ripple in the X direction.
- setXWidth(float) - Method in class com.jhlabs.image.WeaveFilter
- setY(int) - Method in class com.jhlabs.image.CropFilter
-
Set the top edge of the crop rectangle.
- setYAmplitude(float) - Method in class com.jhlabs.image.RippleFilter
-
Set the amplitude of ripple in the Y direction.
- setYAngle(float) - Method in class com.jhlabs.image.ShearFilter
- setYellowScreenAngle(float) - Method in class com.jhlabs.image.ColorHalftoneFilter
-
Set the yellow screen angle.
- setYGap(float) - Method in class com.jhlabs.image.WeaveFilter
- setYMapFunction(Function2D) - Method in class com.jhlabs.image.MapFilter
- setYOffset(int) - Method in class com.jhlabs.image.OffsetFilter
- setYScale(float) - Method in class com.jhlabs.image.MarbleFilter
-
Set the Y scale of the effect.
- setYScale(int) - Method in class com.jhlabs.image.CheckFilter
-
Set the Y scale of the texture.
- setYWavelength(float) - Method in class com.jhlabs.image.RippleFilter
-
Set the wavelength of ripple in the Y direction.
- setYWidth(float) - Method in class com.jhlabs.image.WeaveFilter
- setZoom(float) - Method in class com.jhlabs.image.FeedbackFilter
-
Specifies the amount to scale on each iteration.
- setZoom(float) - Method in class com.jhlabs.image.MotionBlurFilter
-
Set the blur zoom.
- setZoom(float) - Method in class com.jhlabs.image.MotionBlurOp
-
Set the blur zoom.
- 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
-
A filter which draws a drop shadow based on the alpha channel of the image.
- ShadowFilter() - Constructor for class com.jhlabs.image.ShadowFilter
-
Construct a ShadowFilter.
- ShadowFilter(float, float, float, float) - Constructor for class com.jhlabs.image.ShadowFilter
-
Construct a ShadowFilter.
- ShapeFilter - Class in com.jhlabs.image
- ShapeFilter() - Constructor for class com.jhlabs.image.ShapeFilter
- SharpenFilter - Class in com.jhlabs.image
-
A filter which performs a simple 3x3 sharpening operation.
- SharpenFilter() - Constructor for 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
- ShineFilter - Class in com.jhlabs.image
- ShineFilter() - Constructor for class com.jhlabs.image.ShineFilter
- 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
-
Sine wave ripples.
- SkeletonFilter - Class in com.jhlabs.image
-
A filter which reduces a binary image to a skeleton.
- 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
-
A filter which performs a "smart blur".
- 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
-
A class for calulating the colors of the spectrum.
- 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
-
A filter which simulates a lens placed over an 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
-
Interpolate using a spline.
- SplineColormap - Class in com.jhlabs.image
-
A Colormap implemented using Catmull-Rom colour splines.
- SplineColormap() - Constructor for class com.jhlabs.image.SplineColormap
-
Construct a SplineColormap.
- SplineColormap(int[], int[]) - Constructor for class com.jhlabs.image.SplineColormap
-
Construct a SplineColormap.
- splitSpan(int) - Method in class com.jhlabs.image.Gradient
-
Split a span into two by adding a knot in the middle.
- SPOT - Static 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
-
A filter which produces a rubber-stamp type of effect by performing a thresholded blur.
- StampFilter() - Constructor for class com.jhlabs.image.StampFilter
-
Construct a StampFilter.
- StampFilter(float) - Constructor for class com.jhlabs.image.StampFilter
-
Construct a StampFilter.
- STENCIL - Static 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
-
A filter which distorts an image as if it were underwater.
- SwimFilter() - Constructor for class com.jhlabs.image.SwimFilter
- SwizzleFilter - Class in com.jhlabs.image
-
A filter which allows channels to be swapped.
- SwizzleFilter() - Constructor for class com.jhlabs.image.SwizzleFilter
- symmetry(float, float) - Method in class com.jhlabs.image.FadeFilter
T
- TAN - Static 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
-
The convolution kernal for the averaging.
- ThresholdFilter - Class in com.jhlabs.image
-
A filter which performs a threshold operation on an image.
- ThresholdFilter() - Constructor for class com.jhlabs.image.ThresholdFilter
-
Construct a ThresholdFilter.
- ThresholdFilter(int) - Constructor for class com.jhlabs.image.ThresholdFilter
-
Construct a ThresholdFilter.
- TileImageFilter - Class in com.jhlabs.image
-
A filter which tiles an image into a lerger one.
- TileImageFilter() - Constructor for class com.jhlabs.image.TileImageFilter
-
Construct a TileImageFilter.
- TileImageFilter(int, int) - Constructor for class com.jhlabs.image.TileImageFilter
-
Construct a TileImageFilter.
- toString() - Method in class com.jhlabs.image.ApplyMaskFilter
- toString() - Method in class com.jhlabs.image.AverageFilter
- toString() - Method in class com.jhlabs.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.ChromaKeyFilter
- toString() - Method in class com.jhlabs.image.ChromeFilter
- toString() - Method in class com.jhlabs.image.CircleFilter
- toString() - Method in class com.jhlabs.image.ColorHalftoneFilter
- toString() - Method in class com.jhlabs.image.CompositeFilter
- toString() - Method in class com.jhlabs.image.ContourFilter
- toString() - Method in class com.jhlabs.image.ContrastFilter
- toString() - Method in class com.jhlabs.image.ConvolveFilter
- toString() - Method in class com.jhlabs.image.CropFilter
- toString() - Method in class com.jhlabs.image.CrystallizeFilter
- toString() - Method in class com.jhlabs.image.CurlFilter
- toString() - Method in class com.jhlabs.image.CurvesFilter
- toString() - Method in class com.jhlabs.image.DeinterlaceFilter
- toString() - Method in class com.jhlabs.image.DespeckleFilter
- toString() - Method in class com.jhlabs.image.DiffuseFilter
- toString() - Method in class com.jhlabs.image.DiffusionFilter
- toString() - Method in class com.jhlabs.image.DilateFilter
- toString() - Method in class com.jhlabs.image.DisplaceFilter
- toString() - Method in class com.jhlabs.image.DissolveFilter
- toString() - Method in class com.jhlabs.image.DitherFilter
- toString() - Method in class com.jhlabs.image.DoGFilter
- toString() - Method in class com.jhlabs.image.EdgeFilter
- toString() - Method in class com.jhlabs.image.EmbossFilter
- toString() - Method in class com.jhlabs.image.EqualizeFilter
- toString() - Method in class com.jhlabs.image.ErodeAlphaFilter
- toString() - Method in class com.jhlabs.image.ErodeFilter
- toString() - Method in class com.jhlabs.image.ExposureFilter
- toString() - Method in class com.jhlabs.image.FadeFilter
- toString() - Method in class com.jhlabs.image.FBMFilter
- toString() - Method in class com.jhlabs.image.FeedbackFilter
- toString() - Method in class com.jhlabs.image.FieldWarpFilter
- toString() - Method in class com.jhlabs.image.FlareFilter
- toString() - Method in class com.jhlabs.image.FlipFilter
- toString() - Method in class com.jhlabs.image.Flush3DFilter
- toString() - Method in class com.jhlabs.image.FourColorFilter
- toString() - Method in class com.jhlabs.image.GainFilter
- toString() - Method in class com.jhlabs.image.GammaFilter
- toString() - Method in class com.jhlabs.image.GaussianFilter
- toString() - Method in class com.jhlabs.image.GlintFilter
- toString() - Method in class com.jhlabs.image.GlowFilter
- toString() - Method in class com.jhlabs.image.GradientFilter
- toString() - Method in class com.jhlabs.image.GradientWipeFilter
- toString() - Method in class com.jhlabs.image.GrayFilter
- toString() - Method in class com.jhlabs.image.GrayscaleFilter
- toString() - Method in class com.jhlabs.image.HalftoneFilter
- toString() - Method in class com.jhlabs.image.HighPassFilter
- toString() - Method in class com.jhlabs.image.HSBAdjustFilter
- toString() - Method in class com.jhlabs.image.InterpolateFilter
- toString() - Method in class com.jhlabs.image.InvertAlphaFilter
- toString() - Method in class com.jhlabs.image.InvertFilter
- toString() - Method in class com.jhlabs.image.JavaLnFFilter
- toString() - Method in class com.jhlabs.image.KaleidoscopeFilter
- toString() - Method in class com.jhlabs.image.KeyFilter
- toString() - Method in class com.jhlabs.image.LaplaceFilter
- toString() - Method in class com.jhlabs.image.LensBlurFilter
- toString() - Method in class com.jhlabs.image.LevelsFilter
- toString() - Method in class com.jhlabs.image.LifeFilter
- toString() - Method in class com.jhlabs.image.LightFilter.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.PremultiplyFilter
- toString() - Method in class com.jhlabs.image.QuantizeFilter
- toString() - Method in class com.jhlabs.image.QuiltFilter
- toString() - Method in class com.jhlabs.image.RaysFilter
- toString() - Method in class com.jhlabs.image.ReduceNoiseFilter
- toString() - Method in class com.jhlabs.image.RescaleFilter
- toString() - Method in class com.jhlabs.image.RGBAdjustFilter
- toString() - Method in class com.jhlabs.image.RippleFilter
- toString() - Method in class com.jhlabs.image.RotateFilter
- toString() - Method in class com.jhlabs.image.SaturationFilter
- toString() - Method in class com.jhlabs.image.ScaleFilter
- toString() - Method in class com.jhlabs.image.ScratchFilter
- toString() - Method in class com.jhlabs.image.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.ShineFilter
- 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.SwizzleFilter
- toString() - Method in class com.jhlabs.image.TextureFilter
- toString() - Method in class com.jhlabs.image.ThresholdFilter
- toString() - Method in class com.jhlabs.image.TileImageFilter
- toString() - Method in class com.jhlabs.image.TransitionFilter
- toString() - Method in class com.jhlabs.image.TritoneFilter
- toString() - Method in class com.jhlabs.image.TwirlFilter
- toString() - Method in class com.jhlabs.image.UnpremultiplyFilter
- toString() - Method in class com.jhlabs.image.UnsharpFilter
- toString() - Method in class com.jhlabs.image.VariableBlurFilter
- toString() - Method in class com.jhlabs.image.WarpFilter
- toString() - Method in class com.jhlabs.image.WaterFilter
- toString() - Method in class com.jhlabs.image.WeaveFilter
- toString() - Method in class com.jhlabs.image.WoodFilter
- 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.FieldWarpFilter
- 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
-
The output image rectangle.
- transformedSpace - Variable in class com.jhlabs.image.WholeImageFilter
-
The output image bounds.
- 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.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
-
Inverse transform a point.
- 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.ShearFilter
- transformSpace(Rectangle) - Method in class com.jhlabs.image.TransformFilter
-
Forward transform a rectangle.
- transformSpace(Rectangle) - Method in class com.jhlabs.image.WarpFilter
- transformSpace(Rectangle) - Method in class com.jhlabs.image.WholeImageFilter
-
Calculate output bounds for given input bounds.
- TransitionFilter - Class 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
-
Construct a TransitionFilter.
- triangle(float) - Static method in class com.jhlabs.image.ImageMath
-
The triangle function.
- TRIANGLE - Static variable in class com.jhlabs.image.RippleFilter
-
Triangle wave ripples.
- TRIANGULAR - Static variable in class com.jhlabs.image.CellularFilter
- TritoneFilter - Class in com.jhlabs.image
-
A filter which performs a tritone conversion on an image.
- TritoneFilter() - Constructor for class com.jhlabs.image.TritoneFilter
- 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.CellularFilter
- turbulence - Variable in class com.jhlabs.image.PlasmaFilter
- turbulence - Variable in class com.jhlabs.image.TextureFilter
- turbulence2(float, float, float) - Method in class com.jhlabs.image.CellularFilter
- turbulence2(float, float, float) - Static method in class com.jhlabs.math.Noise
-
Compute turbulence using Perlin noise.
- turbulence3(float, float, float, float) - Static method in class com.jhlabs.math.Noise
-
Compute turbulence using Perlin noise.
- TurbulenceFunction - Class 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
-
The value of two pi as a float.
U
- UNIFORM - Static variable in class com.jhlabs.image.NoiseFilter
-
Uniform distribution for the noise.
- unitSquareToQuad(float, float, float, float, float, float, float, float) - Method in class com.jhlabs.image.PerspectiveFilter
-
Set the transform to map the unit square onto a quadrilateral.
- unpremultiply(int[], int, int) - Static method in class com.jhlabs.image.ImageMath
-
Premultiply a block of pixels
- UnpremultiplyFilter - Class in com.jhlabs.image
-
A filter which unpremultiplies an image's alpha.
- UnpremultiplyFilter() - Constructor for class com.jhlabs.image.UnpremultiplyFilter
- 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
-
A filter which performs a box blur with a different blur radius at each pixel.
- 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
-
A filter which produces a water ripple distortion.
- WaterFilter() - Constructor for class com.jhlabs.image.WaterFilter
- wavelengthToRGB(float) - Static method in class com.jhlabs.image.Spectrum
-
Convert a wavelength to an RGB value.
- WeaveFilter - Class 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
-
A filter which produces a simulated wood texture.
- WoodFilter() - Constructor for class com.jhlabs.image.WoodFilter
-
Construct a WoodFilter.
- WRAP - Static variable in class com.jhlabs.image.TransformFilter
-
Wrap pixels off the edge onto the oppsoite edge.
- WRAP - Static variable in class com.jhlabs.math.ImageFunction2D
- WRAP_EDGES - Static variable in class com.jhlabs.image.ConvolveFilter
-
Wrap pixels off the edge to the opposite edge.
X
- x - Variable in class com.jhlabs.image.CellularFilter.Point
- x - Variable in class com.jhlabs.image.Curve
- 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
- xGrid - Variable in class com.jhlabs.image.WarpGrid
Y
- y - Variable in class com.jhlabs.image.CellularFilter.Point
- y - Variable in class com.jhlabs.image.Curve
- 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
- yGrid - Variable in class com.jhlabs.image.WarpGrid
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
-
Treat pixels off the edge as zero.
- ZERO - Static variable in class com.jhlabs.math.ImageFunction2D
- ZERO_EDGES - Static variable in class com.jhlabs.image.ConvolveFilter
-
Treat pixels off the edge as zero.
All Classes All Packages