|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.WholeImageFilter
com.jhlabs.image.CausticsFilter
public class CausticsFilter
A filter which simulates underwater caustics. This can be animated to get a bottom-of-the-swimming-pool effect.
Field Summary |
---|
Fields inherited from class com.jhlabs.image.WholeImageFilter |
---|
originalSpace, transformedSpace |
Constructor Summary | |
---|---|
CausticsFilter()
|
Method Summary | |
---|---|
protected int[] |
filterPixels(int width,
int height,
int[] inPixels,
java.awt.Rectangle transformedSpace)
Actually filter the pixels. |
float |
getAmount()
Get the amount of effect. |
int |
getBgColor()
Get the background color. |
int |
getBrightness()
Get the brightness. |
float |
getDispersion()
Get the dispersion. |
int |
getSamples()
Get the number of samples per pixel. |
float |
getScale()
Returns the scale of the texture. |
float |
getTime()
Set the time. |
float |
getTurbulence()
Returns the turbulence of the effect. |
void |
setAmount(float amount)
Set the amount of effect. |
void |
setBgColor(int c)
Set the background color. |
void |
setBrightness(int brightness)
Set the brightness. |
void |
setDispersion(float dispersion)
Set the dispersion. |
void |
setSamples(int samples)
Set the number of samples per pixel. |
void |
setScale(float scale)
Specifies the scale of the texture. |
void |
setTime(float time)
Set the time. |
void |
setTurbulence(float turbulence)
Specifies the turbulence of the texture. |
java.lang.String |
toString()
|
Methods inherited from class com.jhlabs.image.WholeImageFilter |
---|
filter, transformSpace |
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp |
---|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CausticsFilter()
Method Detail |
---|
public void setScale(float scale)
scale
- the scale of the texture.getScale()
public float getScale()
setScale(float)
public void setBrightness(int brightness)
brightness
- the brightness.getBrightness()
public int getBrightness()
setBrightness(int)
public void setTurbulence(float turbulence)
turbulence
- the turbulence of the texture.getTurbulence()
public float getTurbulence()
setTurbulence(float)
public void setAmount(float amount)
amount
- the amountgetAmount()
public float getAmount()
setAmount(float)
public void setDispersion(float dispersion)
dispersion
- the dispersiongetDispersion()
public float getDispersion()
setDispersion(float)
public void setTime(float time)
time
- the timegetTime()
public float getTime()
setTime(float)
public void setSamples(int samples)
samples
- the number of samplesgetSamples()
public int getSamples()
setSamples(int)
public void setBgColor(int c)
c
- the colorgetBgColor()
public int getBgColor()
setBgColor(int)
protected int[] filterPixels(int width, int height, int[] inPixels, java.awt.Rectangle transformedSpace)
WholeImageFilter
filterPixels
in class WholeImageFilter
width
- the image widthheight
- the image heightinPixels
- the image pixelstransformedSpace
- the output bounds
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |