j2d.filters
Class RaysFilter
java.lang.Object
j2d.filters.AbstractBufferedImageOp
j2d.filters.MotionBlurOp
j2d.filters.RaysFilter
- All Implemented Interfaces:
- ImageProcessorInterface, java.awt.image.BufferedImageOp, java.io.Serializable, java.lang.Cloneable
public class RaysFilter
- extends MotionBlurOp
- See Also:
- Serialized Form
Methods inherited from class j2d.filters.MotionBlurOp |
filter, getAngle, getCentre, getCentreX, getCentreY, getDistance, getRadians, getRotation, getZoom, process, setAngle, setCentre, setCentreX, setCentreY, setDestImage, setDistance, setRotation, setZoom |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RaysFilter
public RaysFilter()
setColormap
public void setColormap(int mapIndex)
getOpacity
public float getOpacity()
setOpacity
public void setOpacity(float opacity)
getThreshold
public float getThreshold()
setThreshold
public void setThreshold(float threshold)
getStrength
public float getStrength()
setStrength
public void setStrength(float strength)
getRaysOnly
public boolean getRaysOnly()
setRaysOnly
public void setRaysOnly(boolean raysOnly)
getColormap
public Colormap getColormap()
toString
public java.lang.String toString()
- Overrides:
toString
in class MotionBlurOp