public class SkyFilter extends PointFilter
| Modifier and Type | Field and Description |
|---|---|
protected Random |
random |
canFilterIndexColorModelfilterListener| Constructor and Description |
|---|
SkyFilter() |
| Modifier and Type | Method and Description |
|---|---|
float |
evaluate(float x,
float y) |
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
int |
filterRGB(int x,
int y,
int rgb) |
float |
getAmount() |
float |
getAngle() |
float |
getBias() |
float |
getCameraAzimuth() |
float |
getCameraElevation() |
float |
getCloudCover() |
float |
getCloudSharpness() |
float |
getFOV() |
float |
getGain() |
float |
getGlow() |
float |
getGlowFalloff() |
float |
getH() |
float |
getHaziness() |
float |
getLacunarity() |
float |
getOctaves() |
int |
getOperation() |
float |
getScale() |
float |
getStretch() |
float |
getSunAzimuth() |
int |
getSunColor() |
float |
getSunElevation() |
float |
getT() |
float |
getTime() |
float |
getWindSpeed() |
void |
setAmount(float amount) |
void |
setAngle(float angle) |
void |
setBias(float bias) |
void |
setCameraAzimuth(float cameraAzimuth) |
void |
setCameraElevation(float cameraElevation) |
void |
setCloudCover(float cloudCover) |
void |
setCloudSharpness(float cloudSharpness) |
void |
setFOV(float fov) |
void |
setGain(float gain) |
void |
setGlow(float glow) |
void |
setGlowFalloff(float glowFalloff) |
void |
setH(float H) |
void |
setHaziness(float haziness) |
void |
setLacunarity(float lacunarity) |
void |
setOctaves(float octaves) |
void |
setOperation(int operation) |
void |
setScale(float scale) |
void |
setStretch(float stretch) |
void |
setSunAzimuth(float sunAzimuth) |
void |
setSunColor(int sunColor) |
void |
setSunElevation(float sunElevation) |
void |
setT(float t) |
void |
setTime(float time) |
void |
setWindSpeed(float windSpeed) |
String |
toString() |
setDimensionsclone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBprotected Random random
public void setAmount(float amount)
public float getAmount()
public void setOperation(int operation)
public int getOperation()
public void setScale(float scale)
public float getScale()
public void setStretch(float stretch)
public float getStretch()
public void setT(float t)
public float getT()
public void setFOV(float fov)
public float getFOV()
public void setCloudCover(float cloudCover)
public float getCloudCover()
public void setCloudSharpness(float cloudSharpness)
public float getCloudSharpness()
public void setTime(float time)
public float getTime()
public void setGlow(float glow)
public float getGlow()
public void setGlowFalloff(float glowFalloff)
public float getGlowFalloff()
public void setAngle(float angle)
public float getAngle()
public void setOctaves(float octaves)
public float getOctaves()
public void setH(float H)
public float getH()
public void setLacunarity(float lacunarity)
public float getLacunarity()
public void setGain(float gain)
public float getGain()
public void setBias(float bias)
public float getBias()
public void setHaziness(float haziness)
public float getHaziness()
public void setSunElevation(float sunElevation)
public float getSunElevation()
public void setSunAzimuth(float sunAzimuth)
public float getSunAzimuth()
public void setSunColor(int sunColor)
public int getSunColor()
public void setCameraElevation(float cameraElevation)
public float getCameraElevation()
public void setCameraAzimuth(float cameraAzimuth)
public float getCameraAzimuth()
public void setWindSpeed(float windSpeed)
public float getWindSpeed()
public BufferedImage filter(BufferedImage src, BufferedImage dst)
filter in interface BufferedImageOpfilter in class PointFilterpublic float evaluate(float x,
float y)
public int filterRGB(int x,
int y,
int rgb)
filterRGB in class PointFilterCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.