Package | Description |
---|---|
com.jhlabs.image | |
org.zimowski.bambi.jhlabs.image | |
org.zimowski.bambi.jhlabs.math |
Modifier and Type | Method and Description |
---|---|
Function2D |
LightFilter.getBumpFunction() |
Modifier and Type | Method and Description |
---|---|
void |
LightFilter.setBumpFunction(Function2D bumpFunction) |
Modifier and Type | Class and Description |
---|---|
class |
CellularFilter
A filter which produces an image with a cellular texture.
|
class |
CrystallizeFilter
A filter which applies a crystallizing effect to an image, by producing Voronoi cells filled with colours from the image.
|
class |
PointillizeFilter |
Modifier and Type | Method and Description |
---|---|
Function2D |
FBMFilter.getBasis() |
Function2D |
ShadeFilter.getBumpFunction() |
Function2D |
TextureFilter.getFunction() |
Function2D |
MapFilter.getXMapFunction() |
Function2D |
MapFilter.getYMapFunction() |
Modifier and Type | Method and Description |
---|---|
void |
FBMFilter.setBasis(Function2D basis) |
void |
ShadeFilter.setBumpFunction(Function2D bumpFunction) |
void |
TextureFilter.setFunction(Function2D function) |
void |
MapFilter.setXMapFunction(Function2D xMapFunction) |
void |
MapFilter.setYMapFunction(Function2D yMapFunction) |
Modifier and Type | Class and Description |
---|---|
class |
CellularFunction2D |
class |
CompoundFunction2D |
class |
FBM |
class |
FractalSumFunction |
class |
ImageFunction2D |
class |
MarbleFunction |
class |
Noise
Perlin Noise functions
|
class |
RidgedFBM |
class |
SCNoise
Sparse Convolution Noise.
|
class |
TurbulenceFunction |
class |
VLNoise |
Modifier and Type | Field and Description |
---|---|
protected Function2D |
CompoundFunction2D.basis |
protected Function2D |
FBM.basis |
Modifier and Type | Method and Description |
---|---|
Function2D |
CompoundFunction2D.getBasis() |
Function2D |
FBM.getBasisType() |
Modifier and Type | Method and Description |
---|---|
static float[] |
Noise.findRange(Function2D f,
float[] minmax)
Returns the minimum and maximum of a number of random values
of the given function.
|
void |
CompoundFunction2D.setBasis(Function2D basis) |
void |
FBM.setBasis(Function2D basis) |
Constructor and Description |
---|
CompoundFunction2D(Function2D basis) |
FBM(float H,
float lacunarity,
float octaves,
Function2D basis) |
FractalSumFunction(Function2D basis) |
MarbleFunction(Function2D basis) |
TurbulenceFunction(Function2D basis,
float octaves) |
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.