com.jhlabs.image
Class RaysFilter
java.lang.Object
   com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.AbstractBufferedImageOp
       com.jhlabs.image.MotionBlurOp
com.jhlabs.image.MotionBlurOp
           com.jhlabs.image.RaysFilter
com.jhlabs.image.RaysFilter
- All Implemented Interfaces: 
- ImageProcessorInterface, java.awt.image.BufferedImageOp, java.lang.Cloneable
- public class RaysFilter 
- extends MotionBlurOp
 
 
| Methods inherited from class com.jhlabs.image.MotionBlurOp | 
| getAngle, getCentre, getCentreX, getCentreY, getDistance, getRotation, getZoom, setAngle, setCentre, setCentreX, setCentreY, setDistance, setRotation, setZoom | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, 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:
- filterin interface- java.awt.image.BufferedImageOp
- Overrides:
- filterin class- MotionBlurOp
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- MotionBlurOp
 
-