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) |
java.lang.String |
toString() |
getAngle, getCentre, getCentreX, getCentreY, getDistance, getRotation, getZoom, setAngle, setCentre, setCentreX, setCentreY, setDistance, setRotation, setZoom
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public 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.BufferedImageOp
filter
in class MotionBlurOp
public java.lang.String toString()
toString
in class MotionBlurOp