com.jhlabs.image
Class RaysFilter

java.lang.Object
  extended by com.jhlabs.image.AbstractBufferedImageOp
      extended by com.jhlabs.image.MotionBlurOp
          extended by com.jhlabs.image.RaysFilter
All Implemented Interfaces:
ImageProcessorInterface, java.awt.image.BufferedImageOp, java.lang.Cloneable

public class RaysFilter
extends MotionBlurOp


Constructor Summary
RaysFilter()
           
 
Method Summary
 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()
           
 
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 com.jhlabs.image.AbstractBufferedImageOp
createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, process, setRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RaysFilter

public RaysFilter()
Method Detail

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

toString

public java.lang.String toString()
Overrides:
toString in class MotionBlurOp