public class RaysFilter extends MotionBlurFilter
| Constructor and Description |
|---|
RaysFilter() |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
filter(BufferedImage src,
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 BufferedImage filter(BufferedImage src, BufferedImage dst)
filter in interface BufferedImageOpfilter in class MotionBlurFilterCopyright © 2020. All rights reserved.