Uses of Interface
com.jhlabs.math.Function2D
-
Packages that use Function2D Package Description com.jhlabs.image com.jhlabs.math -
-
Uses of Function2D in com.jhlabs.image
Classes in com.jhlabs.image that implement Function2D Modifier and Type Class Description classCellularFilterA filter which produces an image with a cellular texture.classCrystallizeFilterA filter which applies a crystallizing effect to an image, by producing Voronoi cells filled with colours from the image.classPointillizeFilterMethods in com.jhlabs.image that return Function2D Modifier and Type Method Description Function2DFBMFilter. getBasis()Function2DLightFilter. getBumpFunction()Function2DShadeFilter. getBumpFunction()Function2DTextureFilter. getFunction()Function2DMapFilter. getXMapFunction()Function2DMapFilter. getYMapFunction()Methods in com.jhlabs.image with parameters of type Function2D Modifier and Type Method Description voidFBMFilter. setBasis(Function2D basis)voidLightFilter. setBumpFunction(Function2D bumpFunction)voidShadeFilter. setBumpFunction(Function2D bumpFunction)voidTextureFilter. setFunction(Function2D function)voidMapFilter. setXMapFunction(Function2D xMapFunction)voidMapFilter. setYMapFunction(Function2D yMapFunction) -
Uses of Function2D in com.jhlabs.math
Classes in com.jhlabs.math that implement Function2D Modifier and Type Class Description classCellularFunction2DclassCompoundFunction2DclassFBMclassFractalSumFunctionclassImageFunction2DclassMarbleFunctionclassNoisePerlin Noise functionsclassRidgedFBMclassSCNoiseSparse Convolution Noise.classTurbulenceFunctionclassVLNoiseFields in com.jhlabs.math declared as Function2D Modifier and Type Field Description protected Function2DCompoundFunction2D. basisprotected Function2DFBM. basisMethods in com.jhlabs.math that return Function2D Modifier and Type Method Description Function2DCompoundFunction2D. getBasis()Function2DFBM. getBasisType()Methods in com.jhlabs.math with parameters of type Function2D Modifier and Type Method Description static float[]Noise. findRange(Function2D f, float[] minmax)Returns the minimum and maximum of a number of random values of the given function.voidCompoundFunction2D. setBasis(Function2D basis)voidFBM. setBasis(Function2D basis)Constructors in com.jhlabs.math with parameters of type Function2D Constructor Description CompoundFunction2D(Function2D basis)FBM(float H, float lacunarity, float octaves, Function2D basis)FractalSumFunction(Function2D basis)MarbleFunction(Function2D basis)TurbulenceFunction(Function2D basis, float octaves)
-