com.alee.graphics.filters
Class RaysFilter
java.lang.Object
com.alee.graphics.filters.AbstractBufferedImageOp
com.alee.graphics.filters.MotionBlurOp
com.alee.graphics.filters.RaysFilter
- All Implemented Interfaces:
- java.awt.image.BufferedImageOp
public class RaysFilter
- extends MotionBlurOp
Methods inherited from class com.alee.graphics.filters.MotionBlurOp |
getAlign, getAlignX, getAlignY, getAngle, getDistance, getRotation, getZoom, setAlign, setAlignX, setAlignY, setAngle, setDistance, setRotation, setZoom |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RaysFilter
public RaysFilter()
setOpacity
public void setOpacity(float opacity)
getOpacity
public float getOpacity()
setThreshold
public void setThreshold(float threshold)
getThreshold
public float getThreshold()
setStrength
public void setStrength(float strength)
getStrength
public float getStrength()
setraysOnly
public void setraysOnly(boolean raysOnly)
getraysOnly
public boolean getraysOnly()
setColormap
public void setColormap(Colormap colormap)
getColormap
public Colormap getColormap()
filter
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst)
- Specified by:
filter
in interface java.awt.image.BufferedImageOp
- Overrides:
filter
in class MotionBlurOp