public class RaysFilter extends MotionBlurOp
| Constructor and Description |
|---|
RaysFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst) |
Colormap |
getColormap() |
float |
getOpacity() |
boolean |
getraysOnly() |
float |
getStrength() |
float |
getThreshold() |
void |
setColormap(Colormap colormap) |
void |
setOpacity(float opacity) |
void |
setraysOnly(boolean raysOnly) |
void |
setStrength(float strength) |
void |
setThreshold(float threshold) |
getAlign, getAlignX, getAlignY, getAngle, getDistance, getRotation, getZoom, setAlign, setAlignX, setAlignY, setAngle, setDistance, setRotation, setZoomcreateCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGBpublic void setOpacity(float opacity)
public float getOpacity()
public void setThreshold(float threshold)
public float getThreshold()
public void setStrength(float strength)
public float getStrength()
public void setraysOnly(boolean raysOnly)
public boolean getraysOnly()
public void setColormap(Colormap colormap)
public Colormap getColormap()
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst)
filter in interface java.awt.image.BufferedImageOpfilter in class MotionBlurOp